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

stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR::MapOrHashMap<MR.FaceId, MR.FaceId>. This is the const half of the class. More...

Inheritance diagram for MR.Const_MapOrHashMap_MRFaceId_MRFaceId:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MapOrHashMap_MRFaceId_MRFaceId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MapOrHashMap_MRFaceId_MRFaceId (MR.Std._ByValue_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId var)
 Constructs MR::MapOrHashMap<MR.FaceId, MR.FaceId> elementwise.
unsafe Const_MapOrHashMap_MRFaceId_MRFaceId (MR._ByValue_MapOrHashMap_MRFaceId_MRFaceId _other)
 Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.
 Const_MapOrHashMap_MRFaceId_MRFaceId (Const_MapOrHashMap_MRFaceId_MRFaceId _other)
 Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.
 Const_MapOrHashMap_MRFaceId_MRFaceId (MapOrHashMap_MRFaceId_MRFaceId _other)
 Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.
unsafe MR.? Const_FaceMap getMap ()
 Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>getMap.
unsafe MR.Phmap.? Const_FlatHashMap_MRFaceId_MRFaceId getHashMap ()
 Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>getHashMap.

Static Public Member Functions

static unsafe MR.MapOrHashMap_MRFaceId_MRFaceId createMap (ulong? size=null)
 Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>createMap. Parameter size defaults to 0.
static unsafe MR.MapOrHashMap_MRFaceId_MRFaceId createHashMap (ulong? capacity=null)
 Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>createHashMap. Parameter capacity defaults to 0.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId var [get, protected set]

Detailed Description

stores a mapping from keys K to values V in one of two forms: 1) as dense map (vector) preferable when there are few missing keys in a range [0, endKey) 2) as hash map preferable when valid keys are a small subset of the range Generated from class MR::MapOrHashMap<MR.FaceId, MR.FaceId>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MapOrHashMap_MRFaceId_MRFaceId() [1/5]

unsafe MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Const_MapOrHashMap_MRFaceId_MRFaceId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MapOrHashMap_MRFaceId_MRFaceId() [2/5]

unsafe MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Const_MapOrHashMap_MRFaceId_MRFaceId ( MR.Std._ByValue_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId var)
inline

Constructs MR::MapOrHashMap<MR.FaceId, MR.FaceId> elementwise.

◆ Const_MapOrHashMap_MRFaceId_MRFaceId() [3/5]

unsafe MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Const_MapOrHashMap_MRFaceId_MRFaceId ( MR._ByValue_MapOrHashMap_MRFaceId_MRFaceId _other)
inline

Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.

◆ Const_MapOrHashMap_MRFaceId_MRFaceId() [4/5]

MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Const_MapOrHashMap_MRFaceId_MRFaceId ( Const_MapOrHashMap_MRFaceId_MRFaceId _other)
inline

Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.

◆ Const_MapOrHashMap_MRFaceId_MRFaceId() [5/5]

MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Const_MapOrHashMap_MRFaceId_MRFaceId ( MapOrHashMap_MRFaceId_MRFaceId _other)
inline

Generated from constructor MR::MapOrHashMap<MR.FaceId, MR.FaceId>::MapOrHashMap.

Member Function Documentation

◆ createHashMap()

unsafe MR.MapOrHashMap_MRFaceId_MRFaceId MR.Const_MapOrHashMap_MRFaceId_MRFaceId.createHashMap ( ulong? capacity = null)
inlinestatic

Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>createHashMap. Parameter capacity defaults to 0.

◆ createMap()

unsafe MR.MapOrHashMap_MRFaceId_MRFaceId MR.Const_MapOrHashMap_MRFaceId_MRFaceId.createMap ( ulong? size = null)
inlinestatic

Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>createMap. Parameter size defaults to 0.

◆ Dispose() [1/2]

virtual void MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_MapOrHashMap_MRFaceId_MRFaceId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ getHashMap()

unsafe MR.Phmap.? Const_FlatHashMap_MRFaceId_MRFaceId MR.Const_MapOrHashMap_MRFaceId_MRFaceId.getHashMap ( )
inline

Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>getHashMap.

◆ getMap()

unsafe MR.? Const_FaceMap MR.Const_MapOrHashMap_MRFaceId_MRFaceId.getMap ( )
inline

Generated from method MR::MapOrHashMap<MR.FaceId, MR.FaceId>getMap.

Property Documentation

◆ var

unsafe MR.Std.Const_Variant_MRFaceMap_PhmapFlatHashMapMRFaceIdMRFaceId MR.Const_MapOrHashMap_MRFaceId_MRFaceId.var
getprotected set

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