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

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.
 Const_MeshOrPointsObject (Const_MeshOrPointsObject _other)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 Const_MeshOrPointsObject (MeshOrPointsObject _other)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
unsafe Const_MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRVisualObject 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.Std._ByValue_SharedPtr_MRObjectMesh om)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
unsafe Const_MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRObjectPoints 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.Std.Const_SharedPtr_MRVisualObject arrow ()
 Generated from method MR::MeshOrPointsObject::operator->.
unsafe MR.Std.Const_SharedPtr_MRVisualObject 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.Std._ByValue_SharedPtr_MRVisualObject? other)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRVisualObject 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.Std._ByValue_SharedPtr_MRObjectMesh om)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
static unsafe implicit operator Const_MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRObjectPoints op)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
static unsafe bool operator== (MR.Const_MeshOrPointsObject _this, MR.Std._ByValue_SharedPtr_MRVisualObject other)
 Generated from method MR::MeshOrPointsObject::operator==.
static unsafe bool operator!= (MR.Const_MeshOrPointsObject _this, MR.Std._ByValue_SharedPtr_MRVisualObject other)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

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.

Constructor & Destructor Documentation

◆ Const_MeshOrPointsObject() [1/7]

unsafe MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshOrPointsObject() [2/7]

unsafe MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( MR._ByValue_MeshOrPointsObject _other)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ Const_MeshOrPointsObject() [3/7]

MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( Const_MeshOrPointsObject _other)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ Const_MeshOrPointsObject() [4/7]

MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( MeshOrPointsObject _other)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ Const_MeshOrPointsObject() [5/7]

unsafe MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( MR.Std._ByValue_SharedPtr_MRVisualObject vo)
inline

construct, automatically detecting the object type (ObjectMesh or ObjectPoint) if set an another type, will be reset Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ Const_MeshOrPointsObject() [6/7]

unsafe MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( MR.Std._ByValue_SharedPtr_MRObjectMesh om)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ Const_MeshOrPointsObject() [7/7]

unsafe MR.Const_MeshOrPointsObject.Const_MeshOrPointsObject ( MR.Std._ByValue_SharedPtr_MRObjectPoints op)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

Member Function Documentation

◆ arrow()

unsafe MR.Std.Const_SharedPtr_MRVisualObject MR.Const_MeshOrPointsObject.arrow ( )
inline

Generated from method MR::MeshOrPointsObject::operator->.

◆ asObjectMesh()

unsafe MR.? ObjectMesh MR.Const_MeshOrPointsObject.asObjectMesh ( )
inline

if holding ObjectMesh, return pointer to it, otherwise return nullptr Generated from method MR.MeshOrPointsObject.asObjectMesh.

◆ asObjectPoints()

unsafe MR.? ObjectPoints MR.Const_MeshOrPointsObject.asObjectPoints ( )
inline

if holding ObjectPoints, return pointer to it, otherwise return nullptr Generated from method MR.MeshOrPointsObject.asObjectPoints.

◆ Dispose() [1/2]

virtual void MR.Const_MeshOrPointsObject.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.Const_MeshOrPointsObject.Equals ( MR.Std._ByValue_SharedPtr_MRVisualObject? other)
inline

◆ Equals() [2/2]

override bool MR.Const_MeshOrPointsObject.Equals ( object? other)
inline

◆ get()

unsafe MR.Std.Const_SharedPtr_MRVisualObject MR.Const_MeshOrPointsObject.get ( )
inline

Generated from method MR.MeshOrPointsObject.get.

◆ meshOrPoints()

unsafe MR.MeshOrPoints MR.Const_MeshOrPointsObject.meshOrPoints ( )
inline

get class that hold either mesh part or point cloud Generated from method MR.MeshOrPointsObject.meshOrPoints.

◆ operator Const_MeshOrPointsObject() [1/3]

unsafe implicit MR.Const_MeshOrPointsObject.operator Const_MeshOrPointsObject ( MR.Std._ByValue_SharedPtr_MRObjectMesh om)
inlinestatic

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ operator Const_MeshOrPointsObject() [2/3]

unsafe implicit MR.Const_MeshOrPointsObject.operator Const_MeshOrPointsObject ( MR.Std._ByValue_SharedPtr_MRObjectPoints op)
inlinestatic

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ operator Const_MeshOrPointsObject() [3/3]

unsafe implicit MR.Const_MeshOrPointsObject.operator Const_MeshOrPointsObject ( MR.Std._ByValue_SharedPtr_MRVisualObject vo)
inlinestatic

construct, automatically detecting the object type (ObjectMesh or ObjectPoint) if set an another type, will be reset Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ operator!=()

unsafe bool MR.Const_MeshOrPointsObject.operator!= ( MR.Const_MeshOrPointsObject _this,
MR.Std._ByValue_SharedPtr_MRVisualObject other )
inlinestatic

◆ operator==()

unsafe bool MR.Const_MeshOrPointsObject.operator== ( MR.Const_MeshOrPointsObject _this,
MR.Std._ByValue_SharedPtr_MRVisualObject other )
inlinestatic

Generated from method MR::MeshOrPointsObject::operator==.


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