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

Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.FaceBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...

+ Inheritance diagram for MR.FaceBitSet:

Public Member Functions

unsafe FaceBitSet ()
 Constructs an empty (default-constructed) instance.
 
unsafe FaceBitSet (MR._ByValue_FaceBitSet _other)
 Generated from constructor MR.FaceBitSet.FaceBitSet.
 
 FaceBitSet (Const_FaceBitSet _other)
 Generated from constructor MR.FaceBitSet.FaceBitSet.
 
 FaceBitSet (FaceBitSet _other)
 Generated from constructor MR.FaceBitSet.FaceBitSet.
 
unsafe FaceBitSet (ulong numBits, bool? fillValue=null)
 creates bitset of given size filled with given value Generated from constructor MR.FaceBitSet.FaceBitSet. Parameter fillValue defaults to false.
 
unsafe FaceBitSet (MR.Const_BitSet src)
 copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.FaceBitSet.FaceBitSet.
 
unsafe FaceBitSet (MR.Misc._Moved< MR.BitSet > src)
 moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.FaceBitSet.FaceBitSet.
 
unsafe MR.FaceBitSet assign (MR._ByValue_FaceBitSet _other)
 Generated from method MR.FaceBitSet.operator=.
 
unsafe MR.FaceBitSet set (MR.FaceId n, ulong len, bool val)
 Generated from method MR.FaceBitSet.set.
 
unsafe MR.FaceBitSet set (MR.FaceId n, bool val)
 Generated from method MR.FaceBitSet.set.
 
unsafe MR.FaceBitSet set (MR.FaceId n)
 Generated from method MR.FaceBitSet.set.
 
unsafe MR.FaceBitSet set ()
 Generated from method MR.FaceBitSet.set.
 
unsafe MR.FaceBitSet reset (MR.FaceId n, ulong len)
 Generated from method MR.FaceBitSet.reset.
 
unsafe MR.FaceBitSet reset (MR.FaceId n)
 Generated from method MR.FaceBitSet.reset.
 
unsafe MR.FaceBitSet reset ()
 Generated from method MR.FaceBitSet.reset.
 
unsafe MR.FaceBitSet flip (MR.FaceId n, ulong len)
 Generated from method MR.FaceBitSet.flip.
 
unsafe MR.FaceBitSet flip (MR.FaceId n)
 Generated from method MR.FaceBitSet.flip.
 
unsafe MR.FaceBitSet flip ()
 Generated from method MR.FaceBitSet.flip.
 
unsafe bool testSet (MR.FaceId n, bool? val=null)
 Generated from method MR.FaceBitSet.test_set. Parameter val defaults to true.
 
unsafe MR.FaceBitSet bitandAssign (MR.Const_FaceBitSet b)
 Generated from method MR.FaceBitSet.operator&=.
 
unsafe MR.FaceBitSet bitorAssign (MR.Const_FaceBitSet b)
 Generated from method MR.FaceBitSet.operator|=.
 
unsafe MR.FaceBitSet xorAssign (MR.Const_FaceBitSet b)
 Generated from method MR.FaceBitSet.operator^=.
 
unsafe MR.FaceBitSet subAssign (MR.Const_FaceBitSet b)
 Generated from method MR.FaceBitSet.operator-=.
 
unsafe MR.FaceBitSet subtract (MR.Const_FaceBitSet b, int bShiftInBlocks)
 subtracts b from this, considering that bits in b are shifted right on bShiftInBlocks*bits_per_block Generated from method MR.FaceBitSet.subtract.
 
unsafe void autoResizeSet (MR.FaceId pos, ulong len, bool? val=null)
 Generated from method MR.FaceBitSet.autoResizeSet. Parameter val defaults to true.
 
unsafe void autoResizeSet (MR.FaceId pos, bool? val=null)
 Generated from method MR.FaceBitSet.autoResizeSet. Parameter val defaults to true.
 
unsafe bool autoResizeTestSet (MR.FaceId pos, bool? val=null)
 Generated from method MR.FaceBitSet.autoResizeTestSet. Parameter val defaults to true.
 
unsafe void reserve (ulong numBits)
 Generated from method MR.FaceBitSet.reserve.
 
unsafe void resize (ulong numBits, bool? fillValue=null)
 Generated from method MR.FaceBitSet.resize. Parameter fillValue defaults to false.
 
unsafe void clear ()
 Generated from method MR.FaceBitSet.clear.
 
unsafe void shrinkToFit ()
 Generated from method MR.FaceBitSet.shrink_to_fit.
 
unsafe bool uncheckedTestSet (ulong n, bool? val=null)
 Generated from method MR.FaceBitSet.uncheckedTestSet. Parameter val defaults to true.
 
unsafe void reverse ()
 changes the order of bits on the opposite Generated from method MR.FaceBitSet.reverse.
 
unsafe void pushBack (bool val)
 adds one more bit with the given value in the container, increasing its size on 1 Generated from method MR.FaceBitSet.push_back.
 
unsafe void popBack ()
 removes last bit from the container, decreasing its size on 1 Generated from method MR.FaceBitSet.pop_back.
 
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.FaceBitSet.resizeWithReserve.
 

Static Public Member Functions

static unsafe implicit operator MR.BitSet (FaceBitSet self)
 

Detailed Description

Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing Generated from class MR.FaceBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class.

Constructor & Destructor Documentation

◆ FaceBitSet() [1/7]

unsafe MR.FaceBitSet.FaceBitSet ( )
inline

Constructs an empty (default-constructed) instance.

◆ FaceBitSet() [2/7]

unsafe MR.FaceBitSet.FaceBitSet ( MR._ByValue_FaceBitSet _other)
inline

Generated from constructor MR.FaceBitSet.FaceBitSet.

◆ FaceBitSet() [3/7]

MR.FaceBitSet.FaceBitSet ( Const_FaceBitSet _other)
inline

Generated from constructor MR.FaceBitSet.FaceBitSet.

◆ FaceBitSet() [4/7]

MR.FaceBitSet.FaceBitSet ( FaceBitSet _other)
inline

Generated from constructor MR.FaceBitSet.FaceBitSet.

◆ FaceBitSet() [5/7]

unsafe MR.FaceBitSet.FaceBitSet ( ulong numBits,
bool? fillValue = null )
inline

creates bitset of given size filled with given value Generated from constructor MR.FaceBitSet.FaceBitSet. Parameter fillValue defaults to false.

◆ FaceBitSet() [6/7]

unsafe MR.FaceBitSet.FaceBitSet ( MR.Const_BitSet src)
inline

copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.FaceBitSet.FaceBitSet.

◆ FaceBitSet() [7/7]

unsafe MR.FaceBitSet.FaceBitSet ( MR.Misc._Moved< MR.BitSet > src)
inline

moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.FaceBitSet.FaceBitSet.

Member Function Documentation

◆ assign()

unsafe MR.FaceBitSet MR.FaceBitSet.assign ( MR._ByValue_FaceBitSet _other)
inline

Generated from method MR.FaceBitSet.operator=.

◆ autoResizeSet() [1/2]

unsafe void MR.FaceBitSet.autoResizeSet ( MR.FaceId pos,
bool? val = null )
inline

Generated from method MR.FaceBitSet.autoResizeSet. Parameter val defaults to true.

◆ autoResizeSet() [2/2]

unsafe void MR.FaceBitSet.autoResizeSet ( MR.FaceId pos,
ulong len,
bool? val = null )
inline

Generated from method MR.FaceBitSet.autoResizeSet. Parameter val defaults to true.

◆ autoResizeTestSet()

unsafe bool MR.FaceBitSet.autoResizeTestSet ( MR.FaceId pos,
bool? val = null )
inline

Generated from method MR.FaceBitSet.autoResizeTestSet. Parameter val defaults to true.

◆ bitandAssign()

unsafe MR.FaceBitSet MR.FaceBitSet.bitandAssign ( MR.Const_FaceBitSet b)
inline

Generated from method MR.FaceBitSet.operator&=.

◆ bitorAssign()

unsafe MR.FaceBitSet MR.FaceBitSet.bitorAssign ( MR.Const_FaceBitSet b)
inline

Generated from method MR.FaceBitSet.operator|=.

◆ clear()

unsafe void MR.FaceBitSet.clear ( )
inline

Generated from method MR.FaceBitSet.clear.

◆ flip() [1/3]

unsafe MR.FaceBitSet MR.FaceBitSet.flip ( )
inline

Generated from method MR.FaceBitSet.flip.

◆ flip() [2/3]

unsafe MR.FaceBitSet MR.FaceBitSet.flip ( MR.FaceId n)
inline

Generated from method MR.FaceBitSet.flip.

◆ flip() [3/3]

unsafe MR.FaceBitSet MR.FaceBitSet.flip ( MR.FaceId n,
ulong len )
inline

Generated from method MR.FaceBitSet.flip.

◆ operator MR.BitSet()

static unsafe implicit MR.FaceBitSet.operator MR.BitSet ( FaceBitSet self)
inlinestatic

◆ popBack()

unsafe void MR.FaceBitSet.popBack ( )
inline

removes last bit from the container, decreasing its size on 1 Generated from method MR.FaceBitSet.pop_back.

◆ pushBack()

unsafe void MR.FaceBitSet.pushBack ( bool val)
inline

adds one more bit with the given value in the container, increasing its size on 1 Generated from method MR.FaceBitSet.push_back.

◆ reserve()

unsafe void MR.FaceBitSet.reserve ( ulong numBits)
inline

Generated from method MR.FaceBitSet.reserve.

◆ reset() [1/3]

unsafe MR.FaceBitSet MR.FaceBitSet.reset ( )
inline

Generated from method MR.FaceBitSet.reset.

◆ reset() [2/3]

unsafe MR.FaceBitSet MR.FaceBitSet.reset ( MR.FaceId n)
inline

Generated from method MR.FaceBitSet.reset.

◆ reset() [3/3]

unsafe MR.FaceBitSet MR.FaceBitSet.reset ( MR.FaceId n,
ulong len )
inline

Generated from method MR.FaceBitSet.reset.

◆ resize()

unsafe void MR.FaceBitSet.resize ( ulong numBits,
bool? fillValue = null )
inline

Generated from method MR.FaceBitSet.resize. Parameter fillValue defaults to false.

◆ resizeWithReserve()

unsafe void MR.FaceBitSet.resizeWithReserve ( ulong newSize)
inline

doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.FaceBitSet.resizeWithReserve.

◆ reverse()

unsafe void MR.FaceBitSet.reverse ( )
inline

changes the order of bits on the opposite Generated from method MR.FaceBitSet.reverse.

◆ set() [1/4]

unsafe MR.FaceBitSet MR.FaceBitSet.set ( )
inline

Generated from method MR.FaceBitSet.set.

◆ set() [2/4]

unsafe MR.FaceBitSet MR.FaceBitSet.set ( MR.FaceId n)
inline

Generated from method MR.FaceBitSet.set.

◆ set() [3/4]

unsafe MR.FaceBitSet MR.FaceBitSet.set ( MR.FaceId n,
bool val )
inline

Generated from method MR.FaceBitSet.set.

◆ set() [4/4]

unsafe MR.FaceBitSet MR.FaceBitSet.set ( MR.FaceId n,
ulong len,
bool val )
inline

Generated from method MR.FaceBitSet.set.

◆ shrinkToFit()

unsafe void MR.FaceBitSet.shrinkToFit ( )
inline

Generated from method MR.FaceBitSet.shrink_to_fit.

◆ subAssign()

unsafe MR.FaceBitSet MR.FaceBitSet.subAssign ( MR.Const_FaceBitSet b)
inline

Generated from method MR.FaceBitSet.operator-=.

◆ subtract()

unsafe MR.FaceBitSet MR.FaceBitSet.subtract ( MR.Const_FaceBitSet b,
int bShiftInBlocks )
inline

subtracts b from this, considering that bits in b are shifted right on bShiftInBlocks*bits_per_block Generated from method MR.FaceBitSet.subtract.

◆ testSet()

unsafe bool MR.FaceBitSet.testSet ( MR.FaceId n,
bool? val = null )
inline

Generated from method MR.FaceBitSet.test_set. Parameter val defaults to true.

◆ uncheckedTestSet()

unsafe bool MR.FaceBitSet.uncheckedTestSet ( ulong n,
bool? val = null )
inline

Generated from method MR.FaceBitSet.uncheckedTestSet. Parameter val defaults to true.

◆ xorAssign()

unsafe MR.FaceBitSet MR.FaceBitSet.xorAssign ( MR.Const_FaceBitSet b)
inline

Generated from method MR.FaceBitSet.operator^=.


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