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

flat map: I -> T Generated from class MR.VertBMap. This is the non-const half of the class. More...

+ Inheritance diagram for MR.VertBMap:

Public Member Functions

unsafe VertBMap ()
 Constructs an empty (default-constructed) instance.
 
unsafe VertBMap (MR._ByValue_Buffer_MRVertId_MRVertId b, ulong tsize)
 Constructs MR.VertBMap elementwise.
 
unsafe VertBMap (MR._ByValue_VertBMap _other)
 Generated from constructor MR.VertBMap.VertBMap.
 
unsafe MR.VertBMap assign (MR._ByValue_VertBMap _other)
 Generated from method MR.VertBMap.operator=.
 

Properties

new unsafe MR.Buffer_MRVertId_MRVertId b [get, protected set]
 target size, all values inside b must be less than this value
 
new unsafe ref ulong tsize [get]
 

Detailed Description

flat map: I -> T Generated from class MR.VertBMap. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ VertBMap() [1/3]

unsafe MR.VertBMap.VertBMap ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertBMap() [2/3]

unsafe MR.VertBMap.VertBMap ( MR._ByValue_Buffer_MRVertId_MRVertId b,
ulong tsize )
inline

Constructs MR.VertBMap elementwise.

◆ VertBMap() [3/3]

unsafe MR.VertBMap.VertBMap ( MR._ByValue_VertBMap _other)
inline

Generated from constructor MR.VertBMap.VertBMap.

Member Function Documentation

◆ assign()

unsafe MR.VertBMap MR.VertBMap.assign ( MR._ByValue_VertBMap _other)
inline

Generated from method MR.VertBMap.operator=.

Property Documentation

◆ b

new unsafe MR.Buffer_MRVertId_MRVertId MR.VertBMap.b
getprotected set

target size, all values inside b must be less than this value

◆ tsize

new unsafe ref ulong MR.VertBMap.tsize
get

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