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

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

+ Inheritance diagram for MR.PartialChangeMeshPointsAction:

Public Member Functions

unsafe PartialChangeMeshPointsAction (MR._ByValue_PartialChangeMeshPointsAction _other)
 Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.
 
 PartialChangeMeshPointsAction (Const_PartialChangeMeshPointsAction _other)
 Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.
 
 PartialChangeMeshPointsAction (PartialChangeMeshPointsAction _other)
 Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.
 
unsafe PartialChangeMeshPointsAction (string name, MR._ByValueShared_ObjectMesh obj, MR.Const_CmpOld _3, MR.Const_VertCoords oldPoints)
 use this constructor after the object already contains new points, and old points are passed to remember the difference for future undoing Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.
 
unsafe PartialChangeMeshPointsAction (string name, MR._ByValueShared_ObjectMesh obj, MR.Const_SetNew _3, MR.Misc._Moved< MR.VertCoords > newPoints)
 use this constructor to set new object's points and remember its difference from existed points for future undoing Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.
 
unsafe MR.PartialChangeMeshPointsAction assign (MR._ByValue_PartialChangeMeshPointsAction _other)
 Generated from method MR.PartialChangeMeshPointsAction.operator=.
 
unsafe void action (MR.HistoryAction.Type _1)
 Generated from method MR.PartialChangeMeshPointsAction.action.
 

Static Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PartialChangeMeshPointsAction() [1/5]

unsafe MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction ( MR._ByValue_PartialChangeMeshPointsAction _other)
inline

Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.

◆ PartialChangeMeshPointsAction() [2/5]

MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction ( Const_PartialChangeMeshPointsAction _other)
inline

Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.

◆ PartialChangeMeshPointsAction() [3/5]

MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction ( PartialChangeMeshPointsAction _other)
inline

Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.

◆ PartialChangeMeshPointsAction() [4/5]

unsafe MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction ( string name,
MR._ByValueShared_ObjectMesh obj,
MR.Const_CmpOld _3,
MR.Const_VertCoords oldPoints )
inline

use this constructor after the object already contains new points, and old points are passed to remember the difference for future undoing Generated from constructor MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction.

◆ PartialChangeMeshPointsAction() [5/5]

unsafe MR.PartialChangeMeshPointsAction.PartialChangeMeshPointsAction ( string name,
MR._ByValueShared_ObjectMesh obj,
MR.Const_SetNew _3,
MR.Misc._Moved< MR.VertCoords > newPoints )
inline

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

Member Function Documentation

◆ action()

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

◆ assign()

unsafe MR.PartialChangeMeshPointsAction MR.PartialChangeMeshPointsAction.assign ( MR._ByValue_PartialChangeMeshPointsAction _other)
inline

Generated from method MR.PartialChangeMeshPointsAction.operator=.

◆ operator MR.HistoryAction()

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

◆ operator PartialChangeMeshPointsAction?()

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

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