Undo action for ObjectMesh points only (not topology) change; It starts its life storing all points (uncompressed format), but can be switched to store only modified points (compressed format) Generated from class MR.VersatileChangeMeshPointsAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | VersatileChangeMeshPointsAction (string name, MR.Std.Const_SharedPtr_MRObjectMesh obj) |
| use this constructor to remember object's mesh points in uncompressed format before making any changes in it Generated from constructor MR.VersatileChangeMeshPointsAction.VersatileChangeMeshPointsAction. | |
| unsafe void | action (MR.HistoryAction.Type t) |
| Generated from method MR.VersatileChangeMeshPointsAction.action. | |
| unsafe void | compress () |
| switch from uncompressed to compressed format to occupy less amount of memory Generated from method MR.VersatileChangeMeshPointsAction.compress. | |
| Public Member Functions inherited from MR.Const_VersatileChangeMeshPointsAction | |
| virtual void | Dispose () |
| unsafe | Const_VersatileChangeMeshPointsAction (string name, MR.Std.Const_SharedPtr_MRObjectMesh obj) |
| use this constructor to remember object's mesh points in uncompressed format before making any changes in it Generated from constructor MR.VersatileChangeMeshPointsAction.VersatileChangeMeshPointsAction. | |
| unsafe MR.Std.String | name () |
| Generated from method MR.VersatileChangeMeshPointsAction.name. | |
| unsafe ulong | heapBytes () |
| Generated from method MR.VersatileChangeMeshPointsAction.heapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.HistoryAction (VersatileChangeMeshPointsAction self) |
| static unsafe | operator VersatileChangeMeshPointsAction? (MR.HistoryAction parent) |
| Static Public Member Functions inherited from MR.Const_VersatileChangeMeshPointsAction | |
| static unsafe implicit | operator MR.Const_HistoryAction (Const_VersatileChangeMeshPointsAction self) |
| static unsafe | operator Const_VersatileChangeMeshPointsAction? (MR.Const_HistoryAction parent) |
| static unsafe void | setObjectDirty (MR.Std.Const_SharedPtr_MRObjectMesh obj) |
| Generated from method MR.VersatileChangeMeshPointsAction.setObjectDirty. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_VersatileChangeMeshPointsAction | |
| virtual unsafe void | Dispose (bool disposing) |
Undo action for ObjectMesh points only (not topology) change; It starts its life storing all points (uncompressed format), but can be switched to store only modified points (compressed format) Generated from class MR.VersatileChangeMeshPointsAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the non-const half of the class.
|
inline |
use this constructor to remember object's mesh points in uncompressed format before making any changes in it Generated from constructor MR.VersatileChangeMeshPointsAction.VersatileChangeMeshPointsAction.
|
inline |
Generated from method MR.VersatileChangeMeshPointsAction.action.
|
inline |
switch from uncompressed to compressed format to occupy less amount of memory Generated from method MR.VersatileChangeMeshPointsAction.compress.
|
inlinestatic |
|
inlineexplicitstatic |