MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::TypedBitSet< I > Member List

This is the complete list of members for MR::TypedBitSet< I >, including all inherited members.

all() constMR::BitSet
any() constMR::BitSet
autoResizeSet(IndexType pos, size_type len, bool val=true)MR::TypedBitSet< I >inline
autoResizeSet(IndexType pos, bool val=true)MR::TypedBitSet< I >inline
MR::BitSet::autoResizeSet(size_t pos, size_type len, bool val=true)MR::BitSetinline
MR::BitSet::autoResizeSet(size_t pos, bool val=true)MR::BitSetinline
autoResizeTestSet(IndexType pos, bool val=true)MR::TypedBitSet< I >inline
MR::BitSet::autoResizeTestSet(size_t pos, bool val=true)MR::BitSetinline
backId() constMR::TypedBitSet< I >inline
beginId()MR::TypedBitSet< I >inlinestatic
bits() constMR::BitSetinline
bits_per_blockMR::BitSetinlinestatic
BitSet() noexcept=defaultMR::BitSet
BitSet(size_t numBits, bool fillValue=false)MR::BitSetinlineexplicit
block_type typedefMR::BitSet
capacity() const noexceptMR::BitSetinline
clear()MR::BitSetinline
count() const noexceptMR::BitSet
empty() const noexceptMR::BitSetinline
endId() constMR::TypedBitSet< I >inline
find_first() constMR::TypedBitSet< I >inline
find_last() constMR::TypedBitSet< I >inline
find_next(IndexType pos) constMR::TypedBitSet< I >inline
MR::BitSet::find_next(IndexType n) constMR::BitSetinline
flip(IndexType n, size_type len)MR::TypedBitSet< I >inline
flip(IndexType n)MR::TypedBitSet< I >inline
flip()MR::TypedBitSet< I >inline
MR::BitSet::flip(IndexType n, size_type len)MR::BitSet
MR::BitSet::flip(IndexType n)MR::BitSetinline
fromBlocks(std::vector< block_type > &&blocks)MR::BitSetinlinestatic
getMapping(const M &map) constMR::TypedBitSet< I >
getMapping(const Vector< IndexType, IndexType > &map) constMR::TypedBitSet< I >inline
getMapping(const BMap< IndexType, IndexType > &map) constMR::TypedBitSet< I >inline
getMapping(const HashMap< IndexType, IndexType > &map) constMR::TypedBitSet< I >inline
getMapping(const M &map, size_t resSize) constMR::TypedBitSet< I >
getMapping(const Vector< IndexType, IndexType > &map, size_t resSize) constMR::TypedBitSet< I >inline
getMapping(const HashMap< IndexType, IndexType > &map, size_t resSize) constMR::TypedBitSet< I >inline
getMapping(const M &map) constMR::TypedBitSet< I >
getMapping(const M &map, size_t resSize) constMR::TypedBitSet< I >
heapBytes() constMR::BitSetinline
IndexType typedefMR::TypedBitSet< I >
intersects(const TypedBitSet &a) constMR::TypedBitSet< I >inline
MR::BitSet::intersects(const BitSet &a) constMR::BitSet
is_subset_of(const TypedBitSet &a) constMR::TypedBitSet< I >inline
MR::BitSet::is_subset_of(const BitSet &a) constMR::BitSet
none() constMR::BitSetinline
nposMR::BitSetinlinestatic
nthSetBit(size_t n) constMR::TypedBitSet< I >inline
num_blocks() const noexceptMR::BitSetinline
operator&(const TypedBitSet &a, const TypedBitSet &b)MR::TypedBitSet< I >friend
operator&=(const TypedBitSet &b)MR::TypedBitSet< I >inline
MR::BitSet::operator&=(const BitSet &b)MR::BitSet
operator-(const TypedBitSet &a, const TypedBitSet &b)MR::TypedBitSet< I >friend
operator-=(const TypedBitSet &b)MR::TypedBitSet< I >inline
MR::BitSet::operator-=(const BitSet &b)MR::BitSet
operator^(const TypedBitSet &a, const TypedBitSet &b)MR::TypedBitSet< I >friend
operator^=(const TypedBitSet &b)MR::TypedBitSet< I >inline
MR::BitSet::operator^=(const BitSet &b)MR::BitSet
operator|(const TypedBitSet &a, const TypedBitSet &b)MR::TypedBitSet< I >friend
operator|=(const TypedBitSet &b)MR::TypedBitSet< I >inline
MR::BitSet::operator|=(const BitSet &b)MR::BitSet
pop_back()MR::BitSetinline
push_back(bool val)MR::BitSetinline
reserve(size_type numBits)MR::BitSetinline
reset(IndexType n, size_type len)MR::TypedBitSet< I >inline
reset(IndexType n)MR::TypedBitSet< I >inline
reset()MR::TypedBitSet< I >inline
MR::BitSet::reset(IndexType n, size_type len)MR::BitSet
MR::BitSet::reset(IndexType n)MR::BitSetinline
resize(size_type numBits, bool fillValue=false)MR::BitSet
resizeWithReserve(size_t newSize)MR::BitSetinline
reverse()MR::BitSet
set(IndexType n, size_type len, bool val)MR::TypedBitSet< I >inline
set(IndexType n, bool val)MR::TypedBitSet< I >inline
set(IndexType n)MR::TypedBitSet< I >inline
set()MR::TypedBitSet< I >inline
MR::BitSet::set(IndexType n, size_type len, bool val)MR::BitSet
MR::BitSet::set(IndexType n, bool val)MR::BitSetinline
MR::BitSet::set(IndexType n)MR::BitSetinline
shrink_to_fit()MR::BitSetinline
size() const noexceptMR::BitSetinline
size_type typedefMR::BitSet
subtract(const TypedBitSet &b, int bShiftInBlocks)MR::TypedBitSet< I >inline
MR::BitSet::subtract(const BitSet &b, int bShiftInBlocks)MR::BitSet
test(IndexType n) constMR::TypedBitSet< I >inline
MR::BitSet::test(IndexType n) constMR::BitSetinline
test_set(IndexType n, bool val=true)MR::TypedBitSet< I >inline
MR::BitSet::test_set(IndexType n, bool val=true)MR::BitSetinline
TypedBitSet(const BitSet &src)MR::TypedBitSet< I >inlineexplicit
TypedBitSet(BitSet &&src)MR::TypedBitSet< I >inlineexplicit
uncheckedTest(IndexType n) constMR::BitSetinline
uncheckedTestSet(IndexType n, bool val=true)MR::BitSetinline