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

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

Inheritance diagram for MR.Const_PixelBitSet:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< MR.PixelIdGetEnumerator ()
unsafe Const_PixelBitSet ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PixelBitSet (MR._ByValue_PixelBitSet _other)
 Generated from constructor MR.PixelBitSet.PixelBitSet.
 Const_PixelBitSet (Const_PixelBitSet _other)
 Generated from constructor MR.PixelBitSet.PixelBitSet.
 Const_PixelBitSet (PixelBitSet _other)
 Generated from constructor MR.PixelBitSet.PixelBitSet.
unsafe Const_PixelBitSet (ulong numBits, bool? fillValue=null)
 creates bitset of given size filled with given value Generated from constructor MR.PixelBitSet.PixelBitSet. Parameter fillValue defaults to false.
unsafe Const_PixelBitSet (MR.Const_BitSet src)
 copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>) Generated from constructor MR.PixelBitSet.PixelBitSet.
unsafe Const_PixelBitSet (MR.Misc._Moved< MR.BitSet > src)
 moves all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>) Generated from constructor MR.PixelBitSet.PixelBitSet.
unsafe bool test (MR.PixelId n)
 Generated from method MR.PixelBitSet.test.
unsafe MR.PixelId findFirst ()
 Generated from method MR::PixelBitSet::find_first.
unsafe MR.PixelId findNext (MR.PixelId pos)
 Generated from method MR::PixelBitSet::find_next.
unsafe MR.PixelId findLast ()
 Generated from method MR::PixelBitSet::find_last.
unsafe MR.PixelId findFirstNotSet ()
 Generated from method MR::PixelBitSet::find_first_not_set.
unsafe MR.PixelId findNextNotSet (MR.PixelId pos)
 Generated from method MR::PixelBitSet::find_next_not_set.
unsafe MR.PixelId findLastNotSet ()
 Generated from method MR::PixelBitSet::find_last_not_set.
unsafe MR.PixelId 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.PixelBitSet.nthSetBit.
unsafe bool isSubsetOf (MR.Const_PixelBitSet 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::PixelBitSet::is_subset_of.
unsafe bool intersects (MR.Const_PixelBitSet 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.PixelBitSet.intersects.
unsafe MR.PixelBitSet getMapping (MR.Const_Vector_MRPixelId_MRPixelId map)
 Generated from method MR.PixelBitSet.getMapping.
unsafe MR.PixelBitSet getMapping (MR.Const_BMap_MRPixelId_MRPixelId map)
 Generated from method MR.PixelBitSet.getMapping.
unsafe MR.PixelBitSet getMapping (MR.Phmap.Const_FlatHashMap_MRPixelId_MRPixelId map)
 Generated from method MR.PixelBitSet.getMapping.
unsafe MR.PixelBitSet getMapping (MR.Const_Vector_MRPixelId_MRPixelId map, ulong resSize)
 Generated from method MR.PixelBitSet.getMapping.
unsafe MR.PixelBitSet getMapping (MR.Phmap.Const_FlatHashMap_MRPixelId_MRPixelId map, ulong resSize)
 Generated from method MR.PixelBitSet.getMapping.
unsafe MR.PixelId backId ()
 returns the identifier of the back() element Generated from method MR.PixelBitSet.backId.
unsafe MR.PixelId endId ()
 Generated from method MR.PixelBitSet.endId.
unsafe bool empty ()
 Generated from method MR.PixelBitSet.empty.
unsafe ulong size ()
 Generated from method MR.PixelBitSet.size.
unsafe ulong numBlocks ()
 Generated from method MR::PixelBitSet::num_blocks.
unsafe ulong capacity ()
 Generated from method MR.PixelBitSet.capacity.
unsafe bool uncheckedTest (ulong n)
 Generated from method MR.PixelBitSet.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.PixelBitSet.bits.
unsafe bool all ()
 returns true if all bits in this container are set Generated from method MR.PixelBitSet.all.
unsafe bool any ()
 returns true if at least one bits in this container is set Generated from method MR.PixelBitSet.any.
unsafe bool none ()
 returns true if all bits in this container are reset Generated from method MR.PixelBitSet.none.
unsafe ulong count ()
 computes the number of set bits in the whole set Generated from method MR.PixelBitSet.count.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.PixelBitSet.heapBytes.

Static Public Member Functions

static unsafe implicit operator MR.Const_BitSet (Const_PixelBitSet self)
static MR.PixelId beginId ()
 [beginId(), endId()) is the range of all bits in the set Generated from method MR.PixelBitSet.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.PixelBitSet.fromBlocks.
static unsafe MR.PixelBitSet operator& (MR.Const_PixelBitSet a, MR.Const_PixelBitSet b)
 Generated from function MR::operator&amp;.
static unsafe MR.PixelBitSet operator| (MR.Const_PixelBitSet a, MR.Const_PixelBitSet b)
 Generated from function MR::operator|.
static unsafe MR.PixelBitSet operator^ (MR.Const_PixelBitSet a, MR.Const_PixelBitSet b)
 Generated from function MR::operator^.
static unsafe MR.PixelBitSet operator- (MR.Const_PixelBitSet a, MR.Const_PixelBitSet b)
 Generated from function MR::operator-.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Static Protected Attributes

static unsafe ulong * __ref_storage_BitsPerBlock
static unsafe ulong * __ref_storage_Npos

Properties

static unsafe ulong BitsPerBlock [get]
static unsafe ulong Npos [get]

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

Constructor & Destructor Documentation

◆ Const_PixelBitSet() [1/7]

unsafe MR.Const_PixelBitSet.Const_PixelBitSet ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PixelBitSet() [2/7]

unsafe MR.Const_PixelBitSet.Const_PixelBitSet ( MR._ByValue_PixelBitSet _other)
inline

Generated from constructor MR.PixelBitSet.PixelBitSet.

◆ Const_PixelBitSet() [3/7]

MR.Const_PixelBitSet.Const_PixelBitSet ( Const_PixelBitSet _other)
inline

Generated from constructor MR.PixelBitSet.PixelBitSet.

◆ Const_PixelBitSet() [4/7]

MR.Const_PixelBitSet.Const_PixelBitSet ( PixelBitSet _other)
inline

Generated from constructor MR.PixelBitSet.PixelBitSet.

◆ Const_PixelBitSet() [5/7]

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

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

◆ Const_PixelBitSet() [6/7]

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

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

◆ Const_PixelBitSet() [7/7]

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

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

Member Function Documentation

◆ all()

unsafe bool MR.Const_PixelBitSet.all ( )
inline

returns true if all bits in this container are set Generated from method MR.PixelBitSet.all.

◆ any()

unsafe bool MR.Const_PixelBitSet.any ( )
inline

returns true if at least one bits in this container is set Generated from method MR.PixelBitSet.any.

◆ backId()

unsafe MR.PixelId MR.Const_PixelBitSet.backId ( )
inline

returns the identifier of the back() element Generated from method MR.PixelBitSet.backId.

◆ beginId()

MR.PixelId MR.Const_PixelBitSet.beginId ( )
inlinestatic

[beginId(), endId()) is the range of all bits in the set Generated from method MR.PixelBitSet.beginId.

◆ bits()

unsafe MR.Std.Const_Vector_MRUint64T MR.Const_PixelBitSet.bits ( )
inline

read-only access to all bits stored as a vector of uint64 blocks Generated from method MR.PixelBitSet.bits.

◆ capacity()

unsafe ulong MR.Const_PixelBitSet.capacity ( )
inline

Generated from method MR.PixelBitSet.capacity.

◆ count()

unsafe ulong MR.Const_PixelBitSet.count ( )
inline

computes the number of set bits in the whole set Generated from method MR.PixelBitSet.count.

◆ Dispose() [1/2]

virtual void MR.Const_PixelBitSet.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_PixelBitSet.empty ( )
inline

Generated from method MR.PixelBitSet.empty.

◆ endId()

unsafe MR.PixelId MR.Const_PixelBitSet.endId ( )
inline

Generated from method MR.PixelBitSet.endId.

◆ findFirst()

unsafe MR.PixelId MR.Const_PixelBitSet.findFirst ( )
inline

Generated from method MR::PixelBitSet::find_first.

◆ findFirstNotSet()

unsafe MR.PixelId MR.Const_PixelBitSet.findFirstNotSet ( )
inline

Generated from method MR::PixelBitSet::find_first_not_set.

◆ findLast()

unsafe MR.PixelId MR.Const_PixelBitSet.findLast ( )
inline

Generated from method MR::PixelBitSet::find_last.

◆ findLastNotSet()

unsafe MR.PixelId MR.Const_PixelBitSet.findLastNotSet ( )
inline

Generated from method MR::PixelBitSet::find_last_not_set.

◆ findNext()

unsafe MR.PixelId MR.Const_PixelBitSet.findNext ( MR.PixelId pos)
inline

Generated from method MR::PixelBitSet::find_next.

◆ findNextNotSet()

unsafe MR.PixelId MR.Const_PixelBitSet.findNextNotSet ( MR.PixelId pos)
inline

Generated from method MR::PixelBitSet::find_next_not_set.

◆ fromBlocks()

unsafe MR.BitSet MR.Const_PixelBitSet.fromBlocks ( MR.Misc._Moved< MR.Std.Vector_MRUint64T > blocks)
inlinestatic

creates bitset from the given blocks of bits Generated from method MR.PixelBitSet.fromBlocks.

◆ GetEnumerator()

IEnumerator< MR.PixelId > MR.Const_PixelBitSet.GetEnumerator ( )
inline

◆ getMapping() [1/5]

unsafe MR.PixelBitSet MR.Const_PixelBitSet.getMapping ( MR.Const_BMap_MRPixelId_MRPixelId map)
inline

Generated from method MR.PixelBitSet.getMapping.

◆ getMapping() [2/5]

unsafe MR.PixelBitSet MR.Const_PixelBitSet.getMapping ( MR.Const_Vector_MRPixelId_MRPixelId map)
inline

Generated from method MR.PixelBitSet.getMapping.

◆ getMapping() [3/5]

unsafe MR.PixelBitSet MR.Const_PixelBitSet.getMapping ( MR.Const_Vector_MRPixelId_MRPixelId map,
ulong resSize )
inline

Generated from method MR.PixelBitSet.getMapping.

◆ getMapping() [4/5]

unsafe MR.PixelBitSet MR.Const_PixelBitSet.getMapping ( MR.Phmap.Const_FlatHashMap_MRPixelId_MRPixelId map)
inline

Generated from method MR.PixelBitSet.getMapping.

◆ getMapping() [5/5]

unsafe MR.PixelBitSet MR.Const_PixelBitSet.getMapping ( MR.Phmap.Const_FlatHashMap_MRPixelId_MRPixelId map,
ulong resSize )
inline

Generated from method MR.PixelBitSet.getMapping.

◆ heapBytes()

unsafe ulong MR.Const_PixelBitSet.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.PixelBitSet.heapBytes.

◆ intersects()

unsafe bool MR.Const_PixelBitSet.intersects ( MR.Const_PixelBitSet a)
inline

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.PixelBitSet.intersects.

◆ isSubsetOf()

unsafe bool MR.Const_PixelBitSet.isSubsetOf ( MR.Const_PixelBitSet a)
inline

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::PixelBitSet::is_subset_of.

◆ none()

unsafe bool MR.Const_PixelBitSet.none ( )
inline

returns true if all bits in this container are reset Generated from method MR.PixelBitSet.none.

◆ nthSetBit()

unsafe MR.PixelId MR.Const_PixelBitSet.nthSetBit ( ulong n)
inline

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.PixelBitSet.nthSetBit.

◆ numBlocks()

unsafe ulong MR.Const_PixelBitSet.numBlocks ( )
inline

Generated from method MR::PixelBitSet::num_blocks.

◆ operator MR.Const_BitSet()

unsafe implicit MR.Const_PixelBitSet.operator MR.Const_BitSet ( Const_PixelBitSet self)
inlinestatic

◆ operator&()

unsafe MR.PixelBitSet MR.Const_PixelBitSet.operator& ( MR.Const_PixelBitSet a,
MR.Const_PixelBitSet b )
inlinestatic

Generated from function MR::operator&amp;.

◆ operator-()

unsafe MR.PixelBitSet MR.Const_PixelBitSet.operator- ( MR.Const_PixelBitSet a,
MR.Const_PixelBitSet b )
inlinestatic

Generated from function MR::operator-.

◆ operator^()

unsafe MR.PixelBitSet MR.Const_PixelBitSet.operator^ ( MR.Const_PixelBitSet a,
MR.Const_PixelBitSet b )
inlinestatic

Generated from function MR::operator^.

◆ operator|()

unsafe MR.PixelBitSet MR.Const_PixelBitSet.operator| ( MR.Const_PixelBitSet a,
MR.Const_PixelBitSet b )
inlinestatic

Generated from function MR::operator|.

◆ size()

unsafe ulong MR.Const_PixelBitSet.size ( )
inline

Generated from method MR.PixelBitSet.size.

◆ test()

unsafe bool MR.Const_PixelBitSet.test ( MR.PixelId n)
inline

Generated from method MR.PixelBitSet.test.

◆ uncheckedTest()

unsafe bool MR.Const_PixelBitSet.uncheckedTest ( ulong n)
inline

Generated from method MR.PixelBitSet.uncheckedTest.

Member Data Documentation

◆ __ref_storage_BitsPerBlock

unsafe ulong* MR.Const_PixelBitSet.__ref_storage_BitsPerBlock
staticprotected

◆ __ref_storage_Npos

unsafe ulong* MR.Const_PixelBitSet.__ref_storage_Npos
staticprotected

Property Documentation

◆ BitsPerBlock

unsafe ulong MR.Const_PixelBitSet.BitsPerBlock
staticget

◆ Npos

unsafe ulong MR.Const_PixelBitSet.Npos
staticget

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