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

Inheritance diagram for MR.Const_TextureBitSet:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator MR.Const_BitSet (Const_TextureBitSet self)
static MR.TextureId beginId ()
 [beginId(), endId()) is the range of all bits in the set Generated from method MR.TextureBitSet.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.TextureBitSet.fromBlocks.
static unsafe MR.TextureBitSet operator& (MR.Const_TextureBitSet a, MR.Const_TextureBitSet b)
 Generated from function MR::operator&amp;.
static unsafe MR.TextureBitSet operator| (MR.Const_TextureBitSet a, MR.Const_TextureBitSet b)
 Generated from function MR::operator|.
static unsafe MR.TextureBitSet operator^ (MR.Const_TextureBitSet a, MR.Const_TextureBitSet b)
 Generated from function MR::operator^.
static unsafe MR.TextureBitSet operator- (MR.Const_TextureBitSet a, MR.Const_TextureBitSet 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.TextureBitSet. Base classes: Direct: (non-virtual) MR.BitSet This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_TextureBitSet() [1/7]

unsafe MR.Const_TextureBitSet.Const_TextureBitSet ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TextureBitSet() [2/7]

unsafe MR.Const_TextureBitSet.Const_TextureBitSet ( MR._ByValue_TextureBitSet _other)
inline

Generated from constructor MR.TextureBitSet.TextureBitSet.

◆ Const_TextureBitSet() [3/7]

MR.Const_TextureBitSet.Const_TextureBitSet ( Const_TextureBitSet _other)
inline

Generated from constructor MR.TextureBitSet.TextureBitSet.

◆ Const_TextureBitSet() [4/7]

MR.Const_TextureBitSet.Const_TextureBitSet ( TextureBitSet _other)
inline

Generated from constructor MR.TextureBitSet.TextureBitSet.

◆ Const_TextureBitSet() [5/7]

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

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

◆ Const_TextureBitSet() [6/7]

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

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

◆ Const_TextureBitSet() [7/7]

unsafe MR.Const_TextureBitSet.Const_TextureBitSet ( 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.TextureBitSet.TextureBitSet.

Member Function Documentation

◆ all()

unsafe bool MR.Const_TextureBitSet.all ( )
inline

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

◆ any()

unsafe bool MR.Const_TextureBitSet.any ( )
inline

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

◆ backId()

unsafe MR.TextureId MR.Const_TextureBitSet.backId ( )
inline

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

◆ beginId()

MR.TextureId MR.Const_TextureBitSet.beginId ( )
inlinestatic

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

◆ bits()

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

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

◆ capacity()

unsafe ulong MR.Const_TextureBitSet.capacity ( )
inline

Generated from method MR.TextureBitSet.capacity.

◆ count()

unsafe ulong MR.Const_TextureBitSet.count ( )
inline

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

◆ Dispose() [1/2]

virtual void MR.Const_TextureBitSet.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_TextureBitSet.empty ( )
inline

Generated from method MR.TextureBitSet.empty.

◆ endId()

unsafe MR.TextureId MR.Const_TextureBitSet.endId ( )
inline

Generated from method MR.TextureBitSet.endId.

◆ findFirst()

unsafe MR.TextureId MR.Const_TextureBitSet.findFirst ( )
inline

Generated from method MR::TextureBitSet::find_first.

◆ findFirstNotSet()

unsafe MR.TextureId MR.Const_TextureBitSet.findFirstNotSet ( )
inline

Generated from method MR::TextureBitSet::find_first_not_set.

◆ findLast()

unsafe MR.TextureId MR.Const_TextureBitSet.findLast ( )
inline

Generated from method MR::TextureBitSet::find_last.

◆ findLastNotSet()

unsafe MR.TextureId MR.Const_TextureBitSet.findLastNotSet ( )
inline

Generated from method MR::TextureBitSet::find_last_not_set.

◆ findNext()

unsafe MR.TextureId MR.Const_TextureBitSet.findNext ( MR.TextureId pos)
inline

Generated from method MR::TextureBitSet::find_next.

◆ findNextNotSet()

unsafe MR.TextureId MR.Const_TextureBitSet.findNextNotSet ( MR.TextureId pos)
inline

Generated from method MR::TextureBitSet::find_next_not_set.

◆ fromBlocks()

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

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

◆ GetEnumerator()

IEnumerator< MR.TextureId > MR.Const_TextureBitSet.GetEnumerator ( )
inline

◆ getMapping() [1/5]

unsafe MR.TextureBitSet MR.Const_TextureBitSet.getMapping ( MR.Const_BMap_MRTextureId_MRTextureId map)
inline

Generated from method MR.TextureBitSet.getMapping.

◆ getMapping() [2/5]

unsafe MR.TextureBitSet MR.Const_TextureBitSet.getMapping ( MR.Const_Vector_MRTextureId_MRTextureId map)
inline

Generated from method MR.TextureBitSet.getMapping.

◆ getMapping() [3/5]

unsafe MR.TextureBitSet MR.Const_TextureBitSet.getMapping ( MR.Const_Vector_MRTextureId_MRTextureId map,
ulong resSize )
inline

Generated from method MR.TextureBitSet.getMapping.

◆ getMapping() [4/5]

unsafe MR.TextureBitSet MR.Const_TextureBitSet.getMapping ( MR.Phmap.Const_FlatHashMap_MRTextureId_MRTextureId map)
inline

Generated from method MR.TextureBitSet.getMapping.

◆ getMapping() [5/5]

unsafe MR.TextureBitSet MR.Const_TextureBitSet.getMapping ( MR.Phmap.Const_FlatHashMap_MRTextureId_MRTextureId map,
ulong resSize )
inline

Generated from method MR.TextureBitSet.getMapping.

◆ heapBytes()

unsafe ulong MR.Const_TextureBitSet.heapBytes ( )
inline

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

◆ intersects()

unsafe bool MR.Const_TextureBitSet.intersects ( MR.Const_TextureBitSet 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.TextureBitSet.intersects.

◆ isSubsetOf()

unsafe bool MR.Const_TextureBitSet.isSubsetOf ( MR.Const_TextureBitSet 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::TextureBitSet::is_subset_of.

◆ none()

unsafe bool MR.Const_TextureBitSet.none ( )
inline

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

◆ nthSetBit()

unsafe MR.TextureId MR.Const_TextureBitSet.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.TextureBitSet.nthSetBit.

◆ numBlocks()

unsafe ulong MR.Const_TextureBitSet.numBlocks ( )
inline

Generated from method MR::TextureBitSet::num_blocks.

◆ operator MR.Const_BitSet()

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

◆ operator&()

unsafe MR.TextureBitSet MR.Const_TextureBitSet.operator& ( MR.Const_TextureBitSet a,
MR.Const_TextureBitSet b )
inlinestatic

Generated from function MR::operator&amp;.

◆ operator-()

unsafe MR.TextureBitSet MR.Const_TextureBitSet.operator- ( MR.Const_TextureBitSet a,
MR.Const_TextureBitSet b )
inlinestatic

Generated from function MR::operator-.

◆ operator^()

unsafe MR.TextureBitSet MR.Const_TextureBitSet.operator^ ( MR.Const_TextureBitSet a,
MR.Const_TextureBitSet b )
inlinestatic

Generated from function MR::operator^.

◆ operator|()

unsafe MR.TextureBitSet MR.Const_TextureBitSet.operator| ( MR.Const_TextureBitSet a,
MR.Const_TextureBitSet b )
inlinestatic

Generated from function MR::operator|.

◆ size()

unsafe ulong MR.Const_TextureBitSet.size ( )
inline

Generated from method MR.TextureBitSet.size.

◆ test()

unsafe bool MR.Const_TextureBitSet.test ( MR.TextureId n)
inline

Generated from method MR.TextureBitSet.test.

◆ uncheckedTest()

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

Generated from method MR.TextureBitSet.uncheckedTest.

Member Data Documentation

◆ __ref_storage_BitsPerBlock

unsafe ulong* MR.Const_TextureBitSet.__ref_storage_BitsPerBlock
staticprotected

◆ __ref_storage_Npos

unsafe ulong* MR.Const_TextureBitSet.__ref_storage_Npos
staticprotected

Property Documentation

◆ BitsPerBlock

unsafe ulong MR.Const_TextureBitSet.BitsPerBlock
staticget

◆ Npos

unsafe ulong MR.Const_TextureBitSet.Npos
staticget

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