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

Inheritance diagram for MR.MeshOrPointsObject:

Public Member Functions

unsafe MeshOrPointsObject ()
 Constructs an empty (default-constructed) instance.
unsafe MeshOrPointsObject (MR._ByValue_MeshOrPointsObject _other)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 MeshOrPointsObject (Const_MeshOrPointsObject _other)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
 MeshOrPointsObject (MeshOrPointsObject _other)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
unsafe 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 MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRObjectMesh om)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
unsafe MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRObjectPoints op)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
unsafe MR.MeshOrPointsObject assign (MR._ByValue_MeshOrPointsObject _other)
 Generated from method MR::MeshOrPointsObject::operator=.
unsafe void set (MR.Std._ByValue_SharedPtr_MRObjectMesh om)
 set to hold ObjectMesh Generated from method MR.MeshOrPointsObject.set.
unsafe void set (MR.Std._ByValue_SharedPtr_MRObjectPoints op)
 set to hold ObjectPoints Generated from method MR.MeshOrPointsObject.set.
unsafe void reset ()
 Generated from method MR.MeshOrPointsObject.reset.

Static Public Member Functions

static unsafe implicit operator 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 MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRObjectMesh om)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.
static unsafe implicit operator MeshOrPointsObject (MR.Std._ByValue_SharedPtr_MRObjectPoints op)
 Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

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

Constructor & Destructor Documentation

◆ MeshOrPointsObject() [1/7]

unsafe MR.MeshOrPointsObject.MeshOrPointsObject ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshOrPointsObject() [2/7]

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

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ MeshOrPointsObject() [3/7]

MR.MeshOrPointsObject.MeshOrPointsObject ( Const_MeshOrPointsObject _other)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ MeshOrPointsObject() [4/7]

MR.MeshOrPointsObject.MeshOrPointsObject ( MeshOrPointsObject _other)
inline

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ MeshOrPointsObject() [5/7]

unsafe MR.MeshOrPointsObject.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.

◆ MeshOrPointsObject() [6/7]

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

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ MeshOrPointsObject() [7/7]

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

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

Member Function Documentation

◆ assign()

unsafe MR.MeshOrPointsObject MR.MeshOrPointsObject.assign ( MR._ByValue_MeshOrPointsObject _other)
inline

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

◆ operator MeshOrPointsObject() [1/3]

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

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ operator MeshOrPointsObject() [2/3]

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

Generated from constructor MR.MeshOrPointsObject.MeshOrPointsObject.

◆ operator MeshOrPointsObject() [3/3]

unsafe implicit MR.MeshOrPointsObject.operator 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.

◆ reset()

unsafe void MR.MeshOrPointsObject.reset ( )
inline

Generated from method MR.MeshOrPointsObject.reset.

◆ set() [1/2]

unsafe void MR.MeshOrPointsObject.set ( MR.Std._ByValue_SharedPtr_MRObjectMesh om)
inline

set to hold ObjectMesh Generated from method MR.MeshOrPointsObject.set.

◆ set() [2/2]

unsafe void MR.MeshOrPointsObject.set ( MR.Std._ByValue_SharedPtr_MRObjectPoints op)
inline

set to hold ObjectPoints Generated from method MR.MeshOrPointsObject.set.


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