MeshLib C Docs
Loading...
Searching...
No Matches
MRChangeVoxelSelectionAction.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_HistoryAction MR_HistoryAction; // Defined in `#include <MRCMesh/MRHistoryAction.h>`.
14typedef struct MR_VoxelBitSet MR_VoxelBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
15typedef struct MR_std_shared_ptr_MR_ObjectVoxels MR_std_shared_ptr_MR_ObjectVoxels; // Defined in `#include <MRCMisc/std_shared_ptr_MR_ObjectVoxels.h>`.
16typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
17
18
25
29
32
35
39
42
49
52
55
60
65
69
74
79
83
84#ifdef __cplusplus
85} // extern "C"
86#endif
struct MR_VoxelBitSet MR_VoxelBitSet
Definition MRBitSet.h:103
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:15
MRC_API MR_uint64_t MR_ChangVoxelSelectionAction_heapBytes(const MR_ChangVoxelSelectionAction *_this)
MRC_API void MR_ChangVoxelSelectionAction_Destroy(const MR_ChangVoxelSelectionAction *_this)
Destroys a heap-allocated instance of MR_ChangVoxelSelectionAction. Does nothing if the pointer is nu...
MRC_API void MR_ChangVoxelSelectionAction_DestroyArray(const MR_ChangVoxelSelectionAction *_this)
Destroys a heap-allocated array of MR_ChangVoxelSelectionAction. Does nothing if the pointer is null.
MRC_API const MR_VoxelBitSet * MR_ChangVoxelSelectionAction_selection(const MR_ChangVoxelSelectionAction *_this)
MRC_API void MR_ChangVoxelSelectionAction_setObjectDirty(const MR_std_shared_ptr_MR_ObjectVoxels *_1)
MRC_API const MR_HistoryAction * MR_ChangVoxelSelectionAction_UpcastTo_MR_HistoryAction(const MR_ChangVoxelSelectionAction *object)
MRC_API MR_std_string * MR_ChangVoxelSelectionAction_name(const MR_ChangVoxelSelectionAction *_this)
MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_AssignFromAnother(MR_ChangVoxelSelectionAction *_this, MR_PassBy _other_pass_by, MR_ChangVoxelSelectionAction *_other)
MRC_API MR_HistoryAction * MR_ChangVoxelSelectionAction_MutableUpcastTo_MR_HistoryAction(MR_ChangVoxelSelectionAction *object)
Upcasts an instance of MR::ChangVoxelSelectionAction to its base class MR::HistoryAction.
MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_ConstructFromAnother(MR_PassBy _other_pass_by, MR_ChangVoxelSelectionAction *_other)
MRC_API const MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_OffsetPtr(const MR_ChangVoxelSelectionAction *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_OffsetMutablePtr(MR_ChangVoxelSelectionAction *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_Construct(const MR_std_string *name, const MR_std_shared_ptr_MR_ObjectVoxels *objVoxels)
MRC_API void MR_ChangVoxelSelectionAction_action(MR_ChangVoxelSelectionAction *_this, MR_HistoryAction_Type _1)
struct MR_std_string MR_std_string
Definition MRE57.h:22
struct MR_ChangVoxelSelectionAction MR_ChangVoxelSelectionAction
Definition MRHistoryAction.h:14
int32_t MR_HistoryAction_Type
Definition MRHistoryAction.h:112
struct MR_std_shared_ptr_MR_ObjectVoxels MR_std_shared_ptr_MR_ObjectVoxels
Definition MRLoadedObjects.h:16
MR_PassBy
Definition common.h:19
uint64_t MR_uint64_t
Definition common.h:14
#define MRC_API
Definition exports.h:11
virtual std::string name() const override