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

This class can hold either ObjectMesh or ObjectPoint It is used for convenient storage and operation with any of them Generated from class MR.MeshOrPointsObject. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MeshOrPointsObject:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeshOrPointsObject ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeshOrPointsObject (MR._ByValue_MeshOrPointsObject _other)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
unsafe Const_MeshOrPointsObject (MR._ByValueShared_VisualObject vo)
 construct, automatically detecting the object type (ObjectMesh or ObjectPoint) if set an another type, will be reset Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
unsafe Const_MeshOrPointsObject (MR._ByValueShared_ObjectMesh om)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
unsafe Const_MeshOrPointsObject (MR._ByValueShared_ObjectPoints op)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
unsafe MR.? ObjectMesh asObjectMesh ()
 if holding ObjectMesh, return pointer to it, otherwise return nullptr Generated from method MR.MeshOrPointsObject.asObjectMesh.
 
unsafe MR.? ObjectPoints asObjectPoints ()
 if holding ObjectPoints, return pointer to it, otherwise return nullptr Generated from method MR.MeshOrPointsObject.asObjectPoints.
 
unsafe MR.Const_VisualObject arrow ()
 Generated from method MR.MeshOrPointsObject.operator->.
 
unsafe MR.Const_VisualObject get ()
 Generated from method MR.MeshOrPointsObject.get.
 
unsafe MR.MeshOrPoints meshOrPoints ()
 get class that hold either mesh part or point cloud Generated from method MR.MeshOrPointsObject.meshOrPoints.
 
bool Equals (MR._ByValueShared_VisualObject? other)
 
override bool Equals (object? other)
 

Static Public Member Functions

static unsafe implicit operator Const_MeshOrPointsObject (MR._ByValueShared_VisualObject vo)
 construct, automatically detecting the object type (ObjectMesh or ObjectPoint) if set an another type, will be reset Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
static unsafe implicit operator Const_MeshOrPointsObject (MR._ByValueShared_ObjectMesh om)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
static unsafe implicit operator Const_MeshOrPointsObject (MR._ByValueShared_ObjectPoints op)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 
static unsafe bool operator== (MR.Const_MeshOrPointsObject _this, MR._ByValueShared_VisualObject other)
 Generated from method MR.MeshOrPointsObject.operator==.
 
static unsafe bool operator!= (MR.Const_MeshOrPointsObject _this, MR._ByValueShared_VisualObject other)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_MeshOrPointsObject >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_MeshOrPointsObject >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Detailed Description

This class can hold either ObjectMesh or ObjectPoint It is used for convenient storage and operation with any of them Generated from class MR.MeshOrPointsObject. This is the const half of the class.


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