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

structure to contain pointers to model data Generated from class MR.ModelPointsData. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ModelPointsData:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ModelPointsData ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ModelPointsData (MR.Const_VertCoords? points, MR.Const_VertBitSet? validPoints, MR.AffineXf3f? xf, MR.ObjId fakeObjId)
 Constructs MR.ModelPointsData elementwise.
 
unsafe Const_ModelPointsData (MR.Const_ModelPointsData _other)
 Generated from constructor MR.ModelPointsData.ModelPointsData.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? Const_VertCoords points [get]
 all points of model
 
unsafe MR.? Const_VertBitSet validPoints [get]
 bitset of valid points
 
unsafe MR.? ConstBox_AffineXf3f xf [get]
 model world xf
 
unsafe ref readonly MR.ObjId fakeObjId [get]
 if present this value will override ObjId in result ObjVertId
 
- Properties inherited from MR.Misc.Object< Const_ModelPointsData >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ModelPointsData >
bool _IsOwningVal
 

Detailed Description

structure to contain pointers to model data Generated from class MR.ModelPointsData. This is the const half of the class.


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