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

+ Inheritance diagram for MR.RegionBitSet:

Public Member Functions

unsafe RegionBitSet ()
 Constructs an empty (default-constructed) instance.
 
unsafe RegionBitSet (MR._ByValue_RegionBitSet _other)
 Generated from constructor MR.RegionBitSet.RegionBitSet.
 
unsafe RegionBitSet (ulong numBits, bool? fillValue=null)
 creates bitset of given size filled with given value Generated from constructor MR.RegionBitSet.RegionBitSet. Parameter fillValue defaults to false.
 
unsafe RegionBitSet (MR.Const_BitSet src)
 copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.RegionBitSet.RegionBitSet.
 
unsafe RegionBitSet (MR.Misc._Moved< MR.BitSet > src)
 moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.RegionBitSet.RegionBitSet.
 
unsafe MR.RegionBitSet assign (MR._ByValue_RegionBitSet _other)
 Generated from method MR.RegionBitSet.operator=.
 
unsafe MR.RegionBitSet set (MR.RegionId n, ulong len, bool val)
 Generated from method MR.RegionBitSet.set.
 
unsafe MR.RegionBitSet set (MR.RegionId n, bool val)
 Generated from method MR.RegionBitSet.set.
 
unsafe MR.RegionBitSet set (MR.RegionId n)
 Generated from method MR.RegionBitSet.set.
 
unsafe MR.RegionBitSet set ()
 Generated from method MR.RegionBitSet.set.
 
unsafe MR.RegionBitSet reset (MR.RegionId n, ulong len)
 Generated from method MR.RegionBitSet.reset.
 
unsafe MR.RegionBitSet reset (MR.RegionId n)
 Generated from method MR.RegionBitSet.reset.
 
unsafe MR.RegionBitSet reset ()
 Generated from method MR.RegionBitSet.reset.
 
unsafe MR.RegionBitSet flip (MR.RegionId n, ulong len)
 Generated from method MR.RegionBitSet.flip.
 
unsafe MR.RegionBitSet flip (MR.RegionId n)
 Generated from method MR.RegionBitSet.flip.
 
unsafe MR.RegionBitSet flip ()
 Generated from method MR.RegionBitSet.flip.
 
unsafe bool testSet (MR.RegionId n, bool? val=null)
 Generated from method MR.RegionBitSet.test_set. Parameter val defaults to true.
 
unsafe MR.RegionBitSet bitandAssign (MR.Const_RegionBitSet b)
 Generated from method MR.RegionBitSet.operator&=.
 
unsafe MR.RegionBitSet bitorAssign (MR.Const_RegionBitSet b)
 Generated from method MR.RegionBitSet.operator|=.
 
unsafe MR.RegionBitSet xorAssign (MR.Const_RegionBitSet b)
 Generated from method MR.RegionBitSet.operator^=.
 
unsafe MR.RegionBitSet subAssign (MR.Const_RegionBitSet b)
 Generated from method MR.RegionBitSet.operator-=.
 
unsafe MR.RegionBitSet subtract (MR.Const_RegionBitSet b, int bShiftInBlocks)
 subtracts b from this, considering that bits in b are shifted right on bShiftInBlocks*bits_per_block Generated from method MR.RegionBitSet.subtract.
 
unsafe void autoResizeSet (MR.RegionId pos, ulong len, bool? val=null)
 Generated from method MR.RegionBitSet.autoResizeSet. Parameter val defaults to true.
 
unsafe void autoResizeSet (MR.RegionId pos, bool? val=null)
 Generated from method MR.RegionBitSet.autoResizeSet. Parameter val defaults to true.
 
unsafe bool autoResizeTestSet (MR.RegionId pos, bool? val=null)
 Generated from method MR.RegionBitSet.autoResizeTestSet. Parameter val defaults to true.
 
unsafe void reserve (ulong numBits)
 Generated from method MR.RegionBitSet.reserve.
 
unsafe void resize (ulong numBits, bool? fillValue=null)
 Generated from method MR.RegionBitSet.resize. Parameter fillValue defaults to false.
 
unsafe void clear ()
 Generated from method MR.RegionBitSet.clear.
 
unsafe void shrinkToFit ()
 Generated from method MR.RegionBitSet.shrink_to_fit.
 
unsafe bool uncheckedTestSet (ulong n, bool? val=null)
 Generated from method MR.RegionBitSet.uncheckedTestSet. Parameter val defaults to true.
 
unsafe void reverse ()
 changes the order of bits on the opposite Generated from method MR.RegionBitSet.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.RegionBitSet.push_back.
 
unsafe void popBack ()
 removes last bit from the container, decreasing its size on 1 Generated from method MR.RegionBitSet.pop_back.
 
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.RegionBitSet.resizeWithReserve.
 
- Public Member Functions inherited from MR.Const_RegionBitSet
virtual void Dispose ()
 
unsafe Const_RegionBitSet ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_RegionBitSet (MR._ByValue_RegionBitSet _other)
 Generated from constructor MR.RegionBitSet.RegionBitSet.
 
unsafe Const_RegionBitSet (ulong numBits, bool? fillValue=null)
 creates bitset of given size filled with given value Generated from constructor MR.RegionBitSet.RegionBitSet. Parameter fillValue defaults to false.
 
unsafe Const_RegionBitSet (MR.Const_BitSet src)
 copies all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.RegionBitSet.RegionBitSet.
 
unsafe Const_RegionBitSet (MR.Misc._Moved< MR.BitSet > src)
 moves all bits from another BitSet (or a descending class, e.g. TypedBitSet) Generated from constructor MR.RegionBitSet.RegionBitSet.
 
unsafe bool test (MR.RegionId n)
 Generated from method MR.RegionBitSet.test.
 
unsafe MR.RegionId findFirst ()
 Generated from method MR.RegionBitSet.find_first.
 
unsafe MR.RegionId findNext (MR.RegionId pos)
 Generated from method MR.RegionBitSet.find_next.
 
unsafe MR.RegionId findLast ()
 Generated from method MR.RegionBitSet.find_last.
 
unsafe MR.RegionId nthSetBit (ulong n)
 returns the location of nth set bit (where the first bit corresponds to n=0) or IndexType(npos) if there are less bit set Generated from method MR.RegionBitSet.nthSetBit.
 
unsafe bool isSubsetOf (MR.Const_RegionBitSet a)
 returns true if, for every bit that is set in this bitset, the corresponding bit in bitset a is also set. Otherwise this function returns false. Generated from method MR.RegionBitSet.is_subset_of.
 
unsafe bool intersects (MR.Const_RegionBitSet a)
 returns true if, there is a bit which is set in this bitset, such that the corresponding bit in bitset a is also set. Otherwise this function returns false. Generated from method MR.RegionBitSet.intersects.
 
unsafe MR.RegionBitSet getMapping (MR.Const_Vector_MRRegionId_MRRegionId map)
 Generated from method MR.RegionBitSet.getMapping.
 
unsafe MR.RegionBitSet getMapping (MR.Const_BMap_MRRegionId_MRRegionId map)
 Generated from method MR.RegionBitSet.getMapping.
 
unsafe MR.RegionBitSet getMapping (MR.Phmap.Const_FlatHashMap_MRRegionId_MRRegionId map)
 Generated from method MR.RegionBitSet.getMapping.
 
unsafe MR.RegionBitSet getMapping (MR.Const_Vector_MRRegionId_MRRegionId map, ulong resSize)
 Generated from method MR.RegionBitSet.getMapping.
 
unsafe MR.RegionBitSet getMapping (MR.Phmap.Const_FlatHashMap_MRRegionId_MRRegionId map, ulong resSize)
 Generated from method MR.RegionBitSet.getMapping.
 
unsafe MR.RegionId backId ()
 returns the identifier of the back() element Generated from method MR.RegionBitSet.backId.
 
unsafe MR.RegionId endId ()
 Generated from method MR.RegionBitSet.endId.
 
unsafe bool empty ()
 Generated from method MR.RegionBitSet.empty.
 
unsafe ulong size ()
 Generated from method MR.RegionBitSet.size.
 
unsafe ulong numBlocks ()
 Generated from method MR.RegionBitSet.num_blocks.
 
unsafe ulong capacity ()
 Generated from method MR.RegionBitSet.capacity.
 
unsafe bool uncheckedTest (ulong n)
 Generated from method MR.RegionBitSet.uncheckedTest.
 
unsafe MR.Std.Const_Vector_MRUint64T bits ()
 read-only access to all bits stored as a vector of uint64 blocks Generated from method MR.RegionBitSet.bits.
 
unsafe bool all ()
 returns true if all bits in this container are set Generated from method MR.RegionBitSet.all.
 
unsafe bool any ()
 returns true if at least one bits in this container is set Generated from method MR.RegionBitSet.any.
 
unsafe bool none ()
 returns true if all bits in this container are reset Generated from method MR.RegionBitSet.none.
 
unsafe ulong count ()
 computes the number of set bits in the whole set Generated from method MR.RegionBitSet.count.
 
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.RegionBitSet.heapBytes.
 

Static Public Member Functions

static unsafe implicit operator MR.BitSet (RegionBitSet self)
 
- Static Public Member Functions inherited from MR.Const_RegionBitSet
static unsafe implicit operator MR.Const_BitSet (Const_RegionBitSet self)
 
static MR.RegionId beginId ()
 [beginId(), endId()) is the range of all bits in the set Generated from method MR.RegionBitSet.beginId.
 
static unsafe MR.BitSet fromBlocks (MR.Misc._Moved< MR.Std.Vector_MRUint64T > blocks)
 creates bitset from the given blocks of bits Generated from method MR.RegionBitSet.fromBlocks.
 
static unsafe MR.RegionBitSet operator& (MR.Const_RegionBitSet a, MR.Const_RegionBitSet b)
 Generated from function MR.operator&.
 
static unsafe MR.RegionBitSet operator| (MR.Const_RegionBitSet a, MR.Const_RegionBitSet b)
 Generated from function MR.operator|.
 
static unsafe MR.RegionBitSet operator^ (MR.Const_RegionBitSet a, MR.Const_RegionBitSet b)
 Generated from function MR.operator^.
 
static unsafe MR.RegionBitSet operator- (MR.Const_RegionBitSet a, MR.Const_RegionBitSet b)
 Generated from function MR.operator-.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Const_RegionBitSet
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_RegionBitSet >
bool _IsOwningVal
 
- Properties inherited from MR.Const_RegionBitSet
static unsafe ulong BitsPerBlock [get]
 
static unsafe ulong Npos [get]
 
- Properties inherited from MR.Misc.Object< Const_RegionBitSet >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

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


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