MeshLib C# Docs
Loading...
Searching...
No Matches
MR.GraphVertBitSet 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.GraphVertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class. More...

+ Inheritance diagram for MR.GraphVertBitSet:

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator MR.BitSet (GraphVertBitSet 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.GraphVertBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the non-const half of the class.

Constructor & Destructor Documentation

◆ GraphVertBitSet() [1/7]

unsafe MR.GraphVertBitSet.GraphVertBitSet ( )
inline

Constructs an empty (default-constructed) instance.

◆ GraphVertBitSet() [2/7]

unsafe MR.GraphVertBitSet.GraphVertBitSet ( MR._ByValue_GraphVertBitSet _other)
inline

Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.

◆ GraphVertBitSet() [3/7]

MR.GraphVertBitSet.GraphVertBitSet ( Const_GraphVertBitSet _other)
inline

Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.

◆ GraphVertBitSet() [4/7]

MR.GraphVertBitSet.GraphVertBitSet ( GraphVertBitSet _other)
inline

Generated from constructor MR.GraphVertBitSet.GraphVertBitSet.

◆ GraphVertBitSet() [5/7]

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

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

◆ GraphVertBitSet() [6/7]

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

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

◆ GraphVertBitSet() [7/7]

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

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

Member Function Documentation

◆ assign()

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.assign ( MR._ByValue_GraphVertBitSet _other)
inline

Generated from method MR.GraphVertBitSet.operator=.

◆ autoResizeSet() [1/2]

unsafe void MR.GraphVertBitSet.autoResizeSet ( MR.GraphVertId pos,
bool? val = null )
inline

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

◆ autoResizeSet() [2/2]

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

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

◆ autoResizeTestSet()

unsafe bool MR.GraphVertBitSet.autoResizeTestSet ( MR.GraphVertId pos,
bool? val = null )
inline

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

◆ bitandAssign()

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.bitandAssign ( MR.Const_GraphVertBitSet b)
inline

Generated from method MR.GraphVertBitSet.operator&=.

◆ bitorAssign()

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.bitorAssign ( MR.Const_GraphVertBitSet b)
inline

Generated from method MR.GraphVertBitSet.operator|=.

◆ clear()

unsafe void MR.GraphVertBitSet.clear ( )
inline

Generated from method MR.GraphVertBitSet.clear.

◆ flip() [1/3]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.flip ( )
inline

Generated from method MR.GraphVertBitSet.flip.

◆ flip() [2/3]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.flip ( MR.GraphVertId n)
inline

Generated from method MR.GraphVertBitSet.flip.

◆ flip() [3/3]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.flip ( MR.GraphVertId n,
ulong len )
inline

Generated from method MR.GraphVertBitSet.flip.

◆ operator MR.BitSet()

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

◆ popBack()

unsafe void MR.GraphVertBitSet.popBack ( )
inline

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

◆ pushBack()

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

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

◆ reserve()

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

Generated from method MR.GraphVertBitSet.reserve.

◆ reset() [1/3]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.reset ( )
inline

Generated from method MR.GraphVertBitSet.reset.

◆ reset() [2/3]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.reset ( MR.GraphVertId n)
inline

Generated from method MR.GraphVertBitSet.reset.

◆ reset() [3/3]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.reset ( MR.GraphVertId n,
ulong len )
inline

Generated from method MR.GraphVertBitSet.reset.

◆ resize()

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

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

◆ resizeWithReserve()

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

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

◆ reverse()

unsafe void MR.GraphVertBitSet.reverse ( )
inline

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

◆ set() [1/4]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.set ( )
inline

Generated from method MR.GraphVertBitSet.set.

◆ set() [2/4]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.set ( MR.GraphVertId n)
inline

Generated from method MR.GraphVertBitSet.set.

◆ set() [3/4]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.set ( MR.GraphVertId n,
bool val )
inline

Generated from method MR.GraphVertBitSet.set.

◆ set() [4/4]

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.set ( MR.GraphVertId n,
ulong len,
bool val )
inline

Generated from method MR.GraphVertBitSet.set.

◆ shrinkToFit()

unsafe void MR.GraphVertBitSet.shrinkToFit ( )
inline

Generated from method MR.GraphVertBitSet.shrink_to_fit.

◆ subAssign()

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.subAssign ( MR.Const_GraphVertBitSet b)
inline

Generated from method MR.GraphVertBitSet.operator-=.

◆ subtract()

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.subtract ( MR.Const_GraphVertBitSet 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.GraphVertBitSet.subtract.

◆ testSet()

unsafe bool MR.GraphVertBitSet.testSet ( MR.GraphVertId n,
bool? val = null )
inline

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

◆ uncheckedTestSet()

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

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

◆ xorAssign()

unsafe MR.GraphVertBitSet MR.GraphVertBitSet.xorAssign ( MR.Const_GraphVertBitSet b)
inline

Generated from method MR.GraphVertBitSet.operator^=.


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