Go to the source code of this file.
◆ MR_AffineXf3f
typedef struct MR_AffineXf3f MR_AffineXf3f |
◆ MR_ChangeXfAction
◆ MR_HistoryAction
◆ MR_std_shared_ptr_MR_Object
◆ MR_std_string
◆ MR_ChangeXfAction_action()
Generated from a method of class MR::ChangeXfAction
named action
. Parameter _this
can not be null. It is a single object.
◆ MR_ChangeXfAction_AssignFromAnother()
Generated from a method of class MR::ChangeXfAction
named operator=
. 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.
◆ MR_ChangeXfAction_Construct_2()
use this constructor to remember object's transformation before making any changes in it Generated from a constructor of class MR::ChangeXfAction
. Parameter name
can not be null. It is a single object. Parameter obj
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeXfAction_Destroy()
to free it when you're done using it.
◆ MR_ChangeXfAction_Construct_3()
use this constructor to remember object's transformation and immediately set new mesh Generated from a constructor of class MR::ChangeXfAction
. Parameter name
can not be null. It is a single object. Parameter obj
can not be null. It is a single object. Parameter newXf
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_ChangeXfAction_Destroy()
to free it when you're done using it.
◆ MR_ChangeXfAction_ConstructFromAnother()
◆ MR_ChangeXfAction_Destroy()
Destroys a heap-allocated instance of MR_ChangeXfAction
. Does nothing if the pointer is null.
◆ MR_ChangeXfAction_DestroyArray()
Destroys a heap-allocated array of MR_ChangeXfAction
. Does nothing if the pointer is null.
◆ MR_ChangeXfAction_heapBytes()
Generated from a method of class MR::ChangeXfAction
named heapBytes
. Parameter _this
can not be null. It is a single object.
◆ MR_ChangeXfAction_MutableUpcastTo_MR_HistoryAction()
◆ MR_ChangeXfAction_name()
Generated from a method of class MR::ChangeXfAction
named 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.
◆ MR_ChangeXfAction_obj()
Generated from a method of class MR::ChangeXfAction
named obj
. 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.
◆ MR_ChangeXfAction_OffsetMutablePtr()
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.
◆ MR_ChangeXfAction_OffsetPtr()
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.
◆ MR_ChangeXfAction_UpcastTo_MR_HistoryAction()