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

Generated from class MR.MeshBuilder.VertSpan. This is the const half of the class. More...

Inheritance diagram for MR.MeshBuilder.Const_VertSpan:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_VertSpan ()
 Constructs an empty (default-constructed) instance.
unsafe Const_VertSpan (int firstVertex, int lastVertex)
 Constructs MR.MeshBuilder.VertSpan elementwise.
unsafe Const_VertSpan (MR.MeshBuilder.Const_VertSpan _other)
 Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.
 Const_VertSpan (VertSpan _other)
 Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_firstVertex
unsafe int * __ref_storage_lastVertex

Properties

unsafe int firstVertex [get]
unsafe int lastVertex [get]

Detailed Description

Generated from class MR.MeshBuilder.VertSpan. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_VertSpan() [1/4]

unsafe MR.MeshBuilder.Const_VertSpan.Const_VertSpan ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_VertSpan() [2/4]

unsafe MR.MeshBuilder.Const_VertSpan.Const_VertSpan ( int firstVertex,
int lastVertex )
inline

Constructs MR.MeshBuilder.VertSpan elementwise.

◆ Const_VertSpan() [3/4]

unsafe MR.MeshBuilder.Const_VertSpan.Const_VertSpan ( MR.MeshBuilder.Const_VertSpan _other)
inline

Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.

◆ Const_VertSpan() [4/4]

MR.MeshBuilder.Const_VertSpan.Const_VertSpan ( VertSpan _other)
inline

Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.MeshBuilder.Const_VertSpan.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.MeshBuilder.Const_VertSpan.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_firstVertex

unsafe int* MR.MeshBuilder.Const_VertSpan.__ref_storage_firstVertex
protected

◆ __ref_storage_lastVertex

unsafe int* MR.MeshBuilder.Const_VertSpan.__ref_storage_lastVertex
protected

Property Documentation

◆ firstVertex

unsafe int MR.MeshBuilder.Const_VertSpan.firstVertex
get

◆ lastVertex

unsafe int MR.MeshBuilder.Const_VertSpan.lastVertex
get

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