#include <MRCMesh/MRHistoryAction.h>#include <MRCMisc/common.h>#include <MRCMisc/exports.h>#include <stddef.h>Go to the source code of this file.
| MRC_API void MR_ChangVoxelSelectionAction_action | ( | MR_ChangVoxelSelectionAction * | _this, |
| MR_HistoryAction_Type | _1 ) |
Generated from method MR::ChangVoxelSelectionAction::action. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_AssignFromAnother | ( | MR_ChangVoxelSelectionAction * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ChangVoxelSelectionAction * | _other ) |
Generated from method MR::ChangVoxelSelectionAction::operator=. Parameter _this can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_Construct | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | objVoxels ) |
use this constructor to remember object's face selection before making any changes in it Generated from constructor MR::ChangVoxelSelectionAction::ChangVoxelSelectionAction. Parameter name can not be null. If name_end is null, then name is assumed to be null-terminated. The reference to the parameter name might be preserved in the constructed object. Parameter objVoxels can not be null. It is a single object. The reference to the parameter objVoxels might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangVoxelSelectionAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ChangVoxelSelectionAction * | _other ) |
Generated from constructor MR::ChangVoxelSelectionAction::ChangVoxelSelectionAction. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangVoxelSelectionAction_Destroy() to free it when you're done using it.
| MRC_API void MR_ChangVoxelSelectionAction_Destroy | ( | const MR_ChangVoxelSelectionAction * | _this | ) |
Destroys a heap-allocated instance of MR_ChangVoxelSelectionAction. Does nothing if the pointer is null.
| 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_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_DynamicDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. This version is acting on mutable pointers. The reference to the parameter object might be preserved in the return value.
| MRC_API const MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_DynamicDowncastFromOrFail_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. This version is acting on mutable pointers. Parameter object can not be null. It is a single object. The reference to the parameter object might be preserved in the return value. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_uint64_t MR_ChangVoxelSelectionAction_heapBytes | ( | const MR_ChangVoxelSelectionAction * | _this | ) |
Generated from method MR::ChangVoxelSelectionAction::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_MutableDynamicDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will return zero if the target type is wrong. The reference to the parameter object might be preserved in the return value.
| MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a dynamic downcast, it checks the type before casting. This version will throw if the target type is wrong. Parameter object can not be null. It is a single object. The reference to the parameter object might be preserved in the return value. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_MutableStaticDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. The reference to the parameter object might be preserved in the return value.
| MRC_API MR_HistoryAction * MR_ChangVoxelSelectionAction_MutableUpcastTo_MR_HistoryAction | ( | MR_ChangVoxelSelectionAction * | object | ) |
Upcasts an instance of MR::ChangVoxelSelectionAction to its base class MR::HistoryAction. The reference to the parameter object might be preserved in the return value.
| MRC_API MR_std_string * MR_ChangVoxelSelectionAction_name | ( | const MR_ChangVoxelSelectionAction * | _this | ) |
Generated from method MR::ChangVoxelSelectionAction::name. Parameter _this can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_string_Destroy() to free it when you're done using it.
| 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 pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
| 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 pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
| MRC_API const MR_VoxelBitSet * MR_ChangVoxelSelectionAction_selection | ( | const MR_ChangVoxelSelectionAction * | _this | ) |
Generated from method MR::ChangVoxelSelectionAction::selection. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API void MR_ChangVoxelSelectionAction_setObjectDirty | ( | const MR_std_shared_ptr_MR_ObjectVoxels * | _1 | ) |
empty because set dirty is inside selectFaces Generated from method MR::ChangVoxelSelectionAction::setObjectDirty. Parameter _1 can not be null. It is a single object.
| MRC_API const MR_ChangVoxelSelectionAction * MR_ChangVoxelSelectionAction_StaticDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangVoxelSelectionAction. This is a static downcast, it trusts the programmer that the target type is correct. Results in UB and returns an invalid pointer otherwise. This version is acting on mutable pointers. The reference to the parameter object might be preserved in the return value.
| MRC_API const MR_HistoryAction * MR_ChangVoxelSelectionAction_UpcastTo_MR_HistoryAction | ( | const MR_ChangVoxelSelectionAction * | object | ) |
Upcasts an instance of MR::ChangVoxelSelectionAction to its base class MR::HistoryAction. This version is acting on mutable pointers. The reference to the parameter object might be preserved in the return value.