MeshLib C# Docs
Loading...
Searching...
No Matches

Undo action for efficiently storage of partial change in mesh (e.g. a modification of small region) Generated from class MR.PartialChangeMeshAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class. More...

Inheritance diagram for MR.Const_PartialChangeMeshAction:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PartialChangeMeshAction (MR._ByValue_PartialChangeMeshAction _other)
 Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
 Const_PartialChangeMeshAction (Const_PartialChangeMeshAction _other)
 Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
 Const_PartialChangeMeshAction (PartialChangeMeshAction _other)
 Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
unsafe Const_PartialChangeMeshAction (string name, MR.Std._ByValue_SharedPtr_MRObjectMesh obj, MR.Const_CmpOld _3, MR.Const_Mesh oldMesh)
 use this constructor after the object already contains new mesh, and old mesh is passed to remember the difference for future undoing Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
unsafe Const_PartialChangeMeshAction (string name, MR.Std._ByValue_SharedPtr_MRObjectMesh obj, MR.Const_SetNew _3, MR.Misc._Moved< MR.Std.SharedPtr_MRMesh > newMesh)
 use this constructor to set new object's mesh and remember its difference from existed mesh for future undoing Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
unsafe MR.Std.String name ()
 Generated from method MR.PartialChangeMeshAction.name.
unsafe ulong heapBytes ()
 Generated from method MR.PartialChangeMeshAction.heapBytes.

Static Public Member Functions

static unsafe implicit operator MR.Const_HistoryAction (Const_PartialChangeMeshAction self)
static unsafe operator Const_PartialChangeMeshAction? (MR.Const_HistoryAction parent)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

Undo action for efficiently storage of partial change in mesh (e.g. a modification of small region) Generated from class MR.PartialChangeMeshAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PartialChangeMeshAction() [1/5]

unsafe MR.Const_PartialChangeMeshAction.Const_PartialChangeMeshAction ( MR._ByValue_PartialChangeMeshAction _other)
inline

◆ Const_PartialChangeMeshAction() [2/5]

MR.Const_PartialChangeMeshAction.Const_PartialChangeMeshAction ( Const_PartialChangeMeshAction _other)
inline

◆ Const_PartialChangeMeshAction() [3/5]

MR.Const_PartialChangeMeshAction.Const_PartialChangeMeshAction ( PartialChangeMeshAction _other)
inline

◆ Const_PartialChangeMeshAction() [4/5]

unsafe MR.Const_PartialChangeMeshAction.Const_PartialChangeMeshAction ( string name,
MR.Std._ByValue_SharedPtr_MRObjectMesh obj,
MR.Const_CmpOld _3,
MR.Const_Mesh oldMesh )
inline

use this constructor after the object already contains new mesh, and old mesh is passed to remember the difference for future undoing Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.

◆ Const_PartialChangeMeshAction() [5/5]

unsafe MR.Const_PartialChangeMeshAction.Const_PartialChangeMeshAction ( string name,
MR.Std._ByValue_SharedPtr_MRObjectMesh obj,
MR.Const_SetNew _3,
MR.Misc._Moved< MR.Std.SharedPtr_MRMesh > newMesh )
inline

use this constructor to set new object's mesh and remember its difference from existed mesh for future undoing Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PartialChangeMeshAction.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_PartialChangeMeshAction.Dispose ( bool disposing)
inlineprotectedvirtual

◆ heapBytes()

unsafe ulong MR.Const_PartialChangeMeshAction.heapBytes ( )
inline

Generated from method MR.PartialChangeMeshAction.heapBytes.

◆ name()

unsafe MR.Std.String MR.Const_PartialChangeMeshAction.name ( )
inline

Generated from method MR.PartialChangeMeshAction.name.

◆ operator Const_PartialChangeMeshAction?()

unsafe MR.Const_PartialChangeMeshAction.operator Const_PartialChangeMeshAction? ( MR.Const_HistoryAction parent)
inlineexplicitstatic

◆ operator MR.Const_HistoryAction()

unsafe implicit MR.Const_PartialChangeMeshAction.operator MR.Const_HistoryAction ( Const_PartialChangeMeshAction self)
inlinestatic

The documentation for this class was generated from the following file: