#include <MRCMesh/MRHistoryAction.h>#include <MRCMisc/common.h>#include <MRCMisc/exports.h>#include <stdbool.h>#include <stddef.h>Go to the source code of this file.
| MRC_API void MR_ChangeActiveBoxAction_action | ( | MR_ChangeActiveBoxAction * | _this, |
| MR_HistoryAction_Type | _1 ) |
Generated from method MR::ChangeActiveBoxAction::action. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_AssignFromAnother | ( | MR_ChangeActiveBoxAction * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ChangeActiveBoxAction * | _other ) |
Generated from method MR::ChangeActiveBoxAction::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_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_Construct | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | obj ) |
use this constructor to remember object's active box before making any changes in it Generated from constructor MR::ChangeActiveBoxAction::ChangeActiveBoxAction. 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 obj can not be null. It is a single object. The reference to the parameter obj might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeActiveBoxAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ChangeActiveBoxAction * | _other ) |
Generated from constructor MR::ChangeActiveBoxAction::ChangeActiveBoxAction. 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_ChangeActiveBoxAction_Destroy() to free it when you're done using it.
| MRC_API void MR_ChangeActiveBoxAction_Destroy | ( | const MR_ChangeActiveBoxAction * | _this | ) |
Destroys a heap-allocated instance of MR_ChangeActiveBoxAction. Does nothing if the pointer is null.
| MRC_API void MR_ChangeActiveBoxAction_DestroyArray | ( | const MR_ChangeActiveBoxAction * | _this | ) |
Destroys a heap-allocated array of MR_ChangeActiveBoxAction. Does nothing if the pointer is null.
| MRC_API const MR_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_DynamicDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. 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_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_DynamicDowncastFromOrFail_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. 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_ChangeActiveBoxAction_heapBytes | ( | const MR_ChangeActiveBoxAction * | _this | ) |
Generated from method MR::ChangeActiveBoxAction::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_MutableDynamicDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. 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_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. 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_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_MutableStaticDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. 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_ChangeActiveBoxAction_MutableUpcastTo_MR_HistoryAction | ( | MR_ChangeActiveBoxAction * | object | ) |
Upcasts an instance of MR::ChangeActiveBoxAction 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_ChangeActiveBoxAction_name | ( | const MR_ChangeActiveBoxAction * | _this | ) |
Generated from method MR::ChangeActiveBoxAction::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_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_OffsetMutablePtr | ( | MR_ChangeActiveBoxAction * | 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_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_OffsetPtr | ( | const MR_ChangeActiveBoxAction * | 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 void MR_ChangeActiveBoxAction_setObjectDirty | ( | const MR_std_shared_ptr_MR_ObjectVoxels * | _1 | ) |
Generated from method MR::ChangeActiveBoxAction::setObjectDirty. Parameter _1 can not be null. It is a single object.
| MRC_API const MR_ChangeActiveBoxAction * MR_ChangeActiveBoxAction_StaticDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeActiveBoxAction. 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_ChangeActiveBoxAction_UpcastTo_MR_HistoryAction | ( | const MR_ChangeActiveBoxAction * | object | ) |
Upcasts an instance of MR::ChangeActiveBoxAction 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.
| MRC_API void MR_ChangeDualMarchingCubesAction_action | ( | MR_ChangeDualMarchingCubesAction * | _this, |
| MR_HistoryAction_Type | _1 ) |
Generated from method MR::ChangeDualMarchingCubesAction::action. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_AssignFromAnother | ( | MR_ChangeDualMarchingCubesAction * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ChangeDualMarchingCubesAction * | _other ) |
Generated from method MR::ChangeDualMarchingCubesAction::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_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_Construct_2 | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | obj ) |
use this constructor to remember object's dual-value before making any changes in it Generated from constructor MR::ChangeDualMarchingCubesAction::ChangeDualMarchingCubesAction. 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 obj can not be null. It is a single object. The reference to the parameter obj might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeDualMarchingCubesAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_Construct_3 | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | obj, | ||
| bool | storeDual ) |
use this constructor to remember given dual-value (and not the current value in the object) Generated from constructor MR::ChangeDualMarchingCubesAction::ChangeDualMarchingCubesAction. 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 obj can not be null. It is a single object. The reference to the parameter obj might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeDualMarchingCubesAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ChangeDualMarchingCubesAction * | _other ) |
Generated from constructor MR::ChangeDualMarchingCubesAction::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction_Destroy() to free it when you're done using it.
| MRC_API void MR_ChangeDualMarchingCubesAction_Destroy | ( | const MR_ChangeDualMarchingCubesAction * | _this | ) |
Destroys a heap-allocated instance of MR_ChangeDualMarchingCubesAction. Does nothing if the pointer is null.
| MRC_API void MR_ChangeDualMarchingCubesAction_DestroyArray | ( | const MR_ChangeDualMarchingCubesAction * | _this | ) |
Destroys a heap-allocated array of MR_ChangeDualMarchingCubesAction. Does nothing if the pointer is null.
| MRC_API const MR_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_DynamicDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_DynamicDowncastFromOrFail_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction_heapBytes | ( | const MR_ChangeDualMarchingCubesAction * | _this | ) |
Generated from method MR::ChangeDualMarchingCubesAction::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_MutableDynamicDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_MutableStaticDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction_MutableUpcastTo_MR_HistoryAction | ( | MR_ChangeDualMarchingCubesAction * | object | ) |
Upcasts an instance of MR::ChangeDualMarchingCubesAction 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_ChangeDualMarchingCubesAction_name | ( | const MR_ChangeDualMarchingCubesAction * | _this | ) |
Generated from method MR::ChangeDualMarchingCubesAction::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_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_OffsetMutablePtr | ( | MR_ChangeDualMarchingCubesAction * | 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_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_OffsetPtr | ( | const MR_ChangeDualMarchingCubesAction * | 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 void MR_ChangeDualMarchingCubesAction_setObjectDirty | ( | const MR_std_shared_ptr_MR_ObjectVoxels * | _1 | ) |
Generated from method MR::ChangeDualMarchingCubesAction::setObjectDirty. Parameter _1 can not be null. It is a single object.
| MRC_API const MR_ChangeDualMarchingCubesAction * MR_ChangeDualMarchingCubesAction_StaticDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeDualMarchingCubesAction. 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_ChangeDualMarchingCubesAction_UpcastTo_MR_HistoryAction | ( | const MR_ChangeDualMarchingCubesAction * | object | ) |
Upcasts an instance of MR::ChangeDualMarchingCubesAction 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.
| MRC_API void MR_ChangeGridAction_action | ( | MR_ChangeGridAction * | _this, |
| MR_HistoryAction_Type | obj ) |
Generated from method MR::ChangeGridAction::action. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeGridAction * MR_ChangeGridAction_AssignFromAnother | ( | MR_ChangeGridAction * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ChangeGridAction * | _other ) |
Generated from method MR::ChangeGridAction::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_ChangeGridAction * MR_ChangeGridAction_Construct | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | obj ) |
use this constructor to remember object's data before making any changes in it Generated from constructor MR::ChangeGridAction::ChangeGridAction. 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 obj can not be null. It is a single object. The reference to the parameter obj might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeGridAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangeGridAction * MR_ChangeGridAction_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ChangeGridAction * | _other ) |
Generated from constructor MR::ChangeGridAction::ChangeGridAction. 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_ChangeGridAction_Destroy() to free it when you're done using it.
| MRC_API void MR_ChangeGridAction_Destroy | ( | const MR_ChangeGridAction * | _this | ) |
Destroys a heap-allocated instance of MR_ChangeGridAction. Does nothing if the pointer is null.
| MRC_API void MR_ChangeGridAction_DestroyArray | ( | const MR_ChangeGridAction * | _this | ) |
Destroys a heap-allocated array of MR_ChangeGridAction. Does nothing if the pointer is null.
| MRC_API const MR_ChangeGridAction * MR_ChangeGridAction_DynamicDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. 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_ChangeGridAction * MR_ChangeGridAction_DynamicDowncastFromOrFail_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. 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_ChangeGridAction_heapBytes | ( | const MR_ChangeGridAction * | _this | ) |
Generated from method MR::ChangeGridAction::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeGridAction * MR_ChangeGridAction_MutableDynamicDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. 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_ChangeGridAction * MR_ChangeGridAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. 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_ChangeGridAction * MR_ChangeGridAction_MutableStaticDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. 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_ChangeGridAction_MutableUpcastTo_MR_HistoryAction | ( | MR_ChangeGridAction * | object | ) |
Upcasts an instance of MR::ChangeGridAction 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_ChangeGridAction_name | ( | const MR_ChangeGridAction * | _this | ) |
Generated from method MR::ChangeGridAction::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_ChangeGridAction * MR_ChangeGridAction_OffsetMutablePtr | ( | MR_ChangeGridAction * | 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_ChangeGridAction * MR_ChangeGridAction_OffsetPtr | ( | const MR_ChangeGridAction * | 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 void MR_ChangeGridAction_setObjectDirty | ( | const MR_std_shared_ptr_MR_ObjectVoxels * | obj | ) |
Generated from method MR::ChangeGridAction::setObjectDirty. Parameter obj can not be null. It is a single object.
| MRC_API const MR_ChangeGridAction * MR_ChangeGridAction_StaticDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeGridAction. 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_ChangeGridAction_UpcastTo_MR_HistoryAction | ( | const MR_ChangeGridAction * | object | ) |
Upcasts an instance of MR::ChangeGridAction 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.
| MRC_API void MR_ChangeIsoAction_action | ( | MR_ChangeIsoAction * | _this, |
| MR_HistoryAction_Type | _1 ) |
Generated from method MR::ChangeIsoAction::action. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeIsoAction * MR_ChangeIsoAction_AssignFromAnother | ( | MR_ChangeIsoAction * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ChangeIsoAction * | _other ) |
Generated from method MR::ChangeIsoAction::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_ChangeIsoAction * MR_ChangeIsoAction_Construct | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | obj ) |
use this constructor to remember object's iso before making any changes in it Generated from constructor MR::ChangeIsoAction::ChangeIsoAction. 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 obj can not be null. It is a single object. The reference to the parameter obj might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeIsoAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangeIsoAction * MR_ChangeIsoAction_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ChangeIsoAction * | _other ) |
Generated from constructor MR::ChangeIsoAction::ChangeIsoAction. 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_ChangeIsoAction_Destroy() to free it when you're done using it.
| MRC_API void MR_ChangeIsoAction_Destroy | ( | const MR_ChangeIsoAction * | _this | ) |
Destroys a heap-allocated instance of MR_ChangeIsoAction. Does nothing if the pointer is null.
| MRC_API void MR_ChangeIsoAction_DestroyArray | ( | const MR_ChangeIsoAction * | _this | ) |
Destroys a heap-allocated array of MR_ChangeIsoAction. Does nothing if the pointer is null.
| MRC_API const MR_ChangeIsoAction * MR_ChangeIsoAction_DynamicDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. 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_ChangeIsoAction * MR_ChangeIsoAction_DynamicDowncastFromOrFail_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. 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_ChangeIsoAction_heapBytes | ( | const MR_ChangeIsoAction * | _this | ) |
Generated from method MR::ChangeIsoAction::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeIsoAction * MR_ChangeIsoAction_MutableDynamicDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. 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_ChangeIsoAction * MR_ChangeIsoAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. 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_ChangeIsoAction * MR_ChangeIsoAction_MutableStaticDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. 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_ChangeIsoAction_MutableUpcastTo_MR_HistoryAction | ( | MR_ChangeIsoAction * | object | ) |
Upcasts an instance of MR::ChangeIsoAction 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_ChangeIsoAction_name | ( | const MR_ChangeIsoAction * | _this | ) |
Generated from method MR::ChangeIsoAction::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_ChangeIsoAction * MR_ChangeIsoAction_OffsetMutablePtr | ( | MR_ChangeIsoAction * | 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_ChangeIsoAction * MR_ChangeIsoAction_OffsetPtr | ( | const MR_ChangeIsoAction * | 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 void MR_ChangeIsoAction_setObjectDirty | ( | const MR_std_shared_ptr_MR_ObjectVoxels * | _1 | ) |
Generated from method MR::ChangeIsoAction::setObjectDirty. Parameter _1 can not be null. It is a single object.
| MRC_API const MR_ChangeIsoAction * MR_ChangeIsoAction_StaticDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeIsoAction. 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_ChangeIsoAction_UpcastTo_MR_HistoryAction | ( | const MR_ChangeIsoAction * | object | ) |
Upcasts an instance of MR::ChangeIsoAction 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.
| MRC_API void MR_ChangeSurfaceAction_action | ( | MR_ChangeSurfaceAction * | _this, |
| MR_HistoryAction_Type | _1 ) |
Generated from method MR::ChangeSurfaceAction::action. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeSurfaceAction * MR_ChangeSurfaceAction_AssignFromAnother | ( | MR_ChangeSurfaceAction * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_ChangeSurfaceAction * | _other ) |
Generated from method MR::ChangeSurfaceAction::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_ChangeSurfaceAction * MR_ChangeSurfaceAction_Construct | ( | const char * | name, |
| const char * | name_end, | ||
| const MR_std_shared_ptr_MR_ObjectVoxels * | obj ) |
use this constructor to remember object's surface before making any changes in it Generated from constructor MR::ChangeSurfaceAction::ChangeSurfaceAction. 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 obj can not be null. It is a single object. The reference to the parameter obj might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeSurfaceAction_Destroy() to free it when you're done using it.
| MRC_API MR_ChangeSurfaceAction * MR_ChangeSurfaceAction_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_ChangeSurfaceAction * | _other ) |
Generated from constructor MR::ChangeSurfaceAction::ChangeSurfaceAction. 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_ChangeSurfaceAction_Destroy() to free it when you're done using it.
| MRC_API void MR_ChangeSurfaceAction_Destroy | ( | const MR_ChangeSurfaceAction * | _this | ) |
Destroys a heap-allocated instance of MR_ChangeSurfaceAction. Does nothing if the pointer is null.
| MRC_API void MR_ChangeSurfaceAction_DestroyArray | ( | const MR_ChangeSurfaceAction * | _this | ) |
Destroys a heap-allocated array of MR_ChangeSurfaceAction. Does nothing if the pointer is null.
| MRC_API const MR_ChangeSurfaceAction * MR_ChangeSurfaceAction_DynamicDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. 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_ChangeSurfaceAction * MR_ChangeSurfaceAction_DynamicDowncastFromOrFail_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. 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_ChangeSurfaceAction_heapBytes | ( | const MR_ChangeSurfaceAction * | _this | ) |
Generated from method MR::ChangeSurfaceAction::heapBytes. Parameter _this can not be null. It is a single object.
| MRC_API MR_ChangeSurfaceAction * MR_ChangeSurfaceAction_MutableDynamicDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. 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_ChangeSurfaceAction * MR_ChangeSurfaceAction_MutableDynamicDowncastFromOrFail_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. 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_ChangeSurfaceAction * MR_ChangeSurfaceAction_MutableStaticDowncastFrom_MR_HistoryAction | ( | MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. 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_ChangeSurfaceAction_MutableUpcastTo_MR_HistoryAction | ( | MR_ChangeSurfaceAction * | object | ) |
Upcasts an instance of MR::ChangeSurfaceAction 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_ChangeSurfaceAction_name | ( | const MR_ChangeSurfaceAction * | _this | ) |
Generated from method MR::ChangeSurfaceAction::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_ChangeSurfaceAction * MR_ChangeSurfaceAction_OffsetMutablePtr | ( | MR_ChangeSurfaceAction * | 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_ChangeSurfaceAction * MR_ChangeSurfaceAction_OffsetPtr | ( | const MR_ChangeSurfaceAction * | 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 void MR_ChangeSurfaceAction_setObjectDirty | ( | const MR_std_shared_ptr_MR_ObjectVoxels * | obj | ) |
Generated from method MR::ChangeSurfaceAction::setObjectDirty. Parameter obj can not be null. It is a single object.
| MRC_API const MR_ChangeSurfaceAction * MR_ChangeSurfaceAction_StaticDowncastFrom_MR_HistoryAction | ( | const MR_HistoryAction * | object | ) |
Downcasts an instance of MR::HistoryAction to a derived class MR::ChangeSurfaceAction. 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_ChangeSurfaceAction_UpcastTo_MR_HistoryAction | ( | const MR_ChangeSurfaceAction * | object | ) |
Upcasts an instance of MR::ChangeSurfaceAction 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.