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
26
30
33
36
40
43
51
54
57
62
67
71
76
81
85
86#ifdef __cplusplus
87} // extern "C"
88#endif
struct MR_VoxelBitSet MR_VoxelBitSet
Definition MRBitSet.h:111
struct MR_HistoryAction MR_HistoryAction
Definition MRChangeColoringActions.h:14
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 MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_Construct(const char *name, const char *name_end, const MR_std_shared_ptr_MR_ObjectVoxels *objVoxels)
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 void MR_ChangVoxelSelectionAction_action(MR_ChangVoxelSelectionAction *_this, MR_HistoryAction_Type _1)
struct MR_std_string MR_std_string
Definition MRCtm.h:32
MR_HistoryAction_Type
Definition MRHistoryAction.h:65
struct MR_ChangVoxelSelectionAction MR_ChangVoxelSelectionAction
Definition MRHistoryAction.h:13
struct MR_std_shared_ptr_MR_ObjectVoxels MR_std_shared_ptr_MR_ObjectVoxels
Definition MRLoadedObjects.h:18
MR_PassBy
Definition common.h:23
uint64_t MR_uint64_t
Definition common.h:18
#define MRC_API
Definition exports.h:11
virtual std::string name() const override