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

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

+ Inheritance diagram for MR.MeshBuilder.VertSpan:

Public Member Functions

unsafe VertSpan ()
 Constructs an empty (default-constructed) instance.
 
unsafe VertSpan (int firstVertex, int lastVertex)
 Constructs MR.MeshBuilder.VertSpan elementwise.
 
unsafe VertSpan (MR.MeshBuilder.Const_VertSpan _other)
 Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.
 
 VertSpan (VertSpan _other)
 Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.
 
unsafe MR.MeshBuilder.VertSpan assign (MR.MeshBuilder.Const_VertSpan _other)
 Generated from method MR.MeshBuilder.VertSpan.operator=.
 

Properties

new unsafe ref int firstVertex [get]
 
new unsafe ref int lastVertex [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ VertSpan() [1/4]

unsafe MR.MeshBuilder.VertSpan.VertSpan ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertSpan() [2/4]

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

Constructs MR.MeshBuilder.VertSpan elementwise.

◆ VertSpan() [3/4]

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

Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.

◆ VertSpan() [4/4]

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

Generated from constructor MR.MeshBuilder.VertSpan.VertSpan.

Member Function Documentation

◆ assign()

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

Generated from method MR.MeshBuilder.VertSpan.operator=.

Property Documentation

◆ firstVertex

new unsafe ref int MR.MeshBuilder.VertSpan.firstVertex
get

◆ lastVertex

new unsafe ref int MR.MeshBuilder.VertSpan.lastVertex
get

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