MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PartialChangeMeshAction Class Reference

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 non-const half of the class. More...

+ Inheritance diagram for MR.PartialChangeMeshAction:

Public Member Functions

unsafe PartialChangeMeshAction (MR._ByValue_PartialChangeMeshAction _other)
 Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
 
 PartialChangeMeshAction (Const_PartialChangeMeshAction _other)
 Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
 
 PartialChangeMeshAction (PartialChangeMeshAction _other)
 Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.
 
unsafe PartialChangeMeshAction (string name, MR._ByValueShared_ObjectMesh 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 PartialChangeMeshAction (string name, MR._ByValueShared_ObjectMesh obj, MR.Const_SetNew _3, MR.Misc._Moved< MR.Mesh > 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.PartialChangeMeshAction assign (MR._ByValue_PartialChangeMeshAction _other)
 Generated from method MR.PartialChangeMeshAction.operator=.
 
unsafe void action (MR.HistoryAction.Type _1)
 Generated from method MR.PartialChangeMeshAction.action.
 

Static Public Member Functions

static unsafe implicit operator MR.HistoryAction (PartialChangeMeshAction self)
 
static unsafe operator PartialChangeMeshAction? (MR.HistoryAction parent)
 

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 non-const half of the class.

Constructor & Destructor Documentation

◆ PartialChangeMeshAction() [1/5]

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

Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.

◆ PartialChangeMeshAction() [2/5]

MR.PartialChangeMeshAction.PartialChangeMeshAction ( Const_PartialChangeMeshAction _other)
inline

Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.

◆ PartialChangeMeshAction() [3/5]

MR.PartialChangeMeshAction.PartialChangeMeshAction ( PartialChangeMeshAction _other)
inline

Generated from constructor MR.PartialChangeMeshAction.PartialChangeMeshAction.

◆ PartialChangeMeshAction() [4/5]

unsafe MR.PartialChangeMeshAction.PartialChangeMeshAction ( string name,
MR._ByValueShared_ObjectMesh 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.

◆ PartialChangeMeshAction() [5/5]

unsafe MR.PartialChangeMeshAction.PartialChangeMeshAction ( string name,
MR._ByValueShared_ObjectMesh obj,
MR.Const_SetNew _3,
MR.Misc._Moved< MR.Mesh > 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

◆ action()

unsafe void MR.PartialChangeMeshAction.action ( MR.HistoryAction.Type _1)
inline

Generated from method MR.PartialChangeMeshAction.action.

◆ assign()

unsafe MR.PartialChangeMeshAction MR.PartialChangeMeshAction.assign ( MR._ByValue_PartialChangeMeshAction _other)
inline

Generated from method MR.PartialChangeMeshAction.operator=.

◆ operator MR.HistoryAction()

static unsafe implicit MR.PartialChangeMeshAction.operator MR.HistoryAction ( PartialChangeMeshAction self)
inlinestatic

◆ operator PartialChangeMeshAction?()

static unsafe MR.PartialChangeMeshAction.operator PartialChangeMeshAction? ( MR.HistoryAction parent)
inlineexplicitstatic

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