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

Undo action for ObjectMesh creases Generated from class MR.ChangeMeshCreasesAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ChangeMeshCreasesAction:

Classes

struct  _Underlying
 
struct  _UnderlyingShared
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ChangeMeshCreasesAction (MR._ByValue_ChangeMeshCreasesAction _other)
 Generated from constructor MR.ChangeMeshCreasesAction.ChangeMeshCreasesAction.
 
unsafe Const_ChangeMeshCreasesAction (string name, MR.Const_ObjectMesh objMesh)
 use this constructor to remember object's creases before making any changes in it Generated from constructor MR.ChangeMeshCreasesAction.ChangeMeshCreasesAction.
 
unsafe Const_ChangeMeshCreasesAction (string name, MR.Const_ObjectMesh objMesh, MR.Misc._Moved< MR.UndirectedEdgeBitSet > newCreases)
 use this constructor to remember object's current creases and immediate set new creases Generated from constructor MR.ChangeMeshCreasesAction.ChangeMeshCreasesAction.
 
unsafe MR.Std.String name ()
 Generated from method MR.ChangeMeshCreasesAction.name.
 
unsafe MR.Const_UndirectedEdgeBitSet creases ()
 Generated from method MR.ChangeMeshCreasesAction.creases.
 
unsafe ulong heapBytes ()
 Generated from method MR.ChangeMeshCreasesAction.heapBytes.
 

Static Public Member Functions

static unsafe implicit operator MR.Const_HistoryAction (Const_ChangeMeshCreasesAction self)
 
static unsafe operator Const_ChangeMeshCreasesAction? (MR.Const_HistoryAction parent)
 
static unsafe void setObjectDirty (MR.Const_ObjectMesh _1)
 empty because set dirty is inside setCreases Generated from method MR.ChangeMeshCreasesAction.setObjectDirty.
 

Protected Member Functions

unsafe void _LateMakeShared (_Underlying *ptr)
 
virtual unsafe void Dispose (bool disposing)
 

Properties

override unsafe bool _IsOwning [get]
 Check if the underlying shared pointer is owning or not.
 
- Properties inherited from MR.Misc.SharedObject< Const_ChangeMeshCreasesAction >
override bool _IsOwning [get]
 This checks if the shared_ptr itself is owning or not, rather than whether we own our shared_ptr, which isn't a given. The derived classes have to implement this, since it depends on the specific shared_ptr type.
 
bool _IsOwningSharedPtr [get]
 This checks if we own the underlying shared_ptr instance, regardless of whether it owns the underlying object, which is orthogonal. We repurpose _IsOwningVal for this.
 

Detailed Description

Undo action for ObjectMesh creases Generated from class MR.ChangeMeshCreasesAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class.


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