Inheritance diagram for mrmeshpy.FaceBitSet:Public Member Functions | |
| FaceBitSet | __and__ (self, FaceBitSet b) |
| bool | __eq__ (self, FaceBitSet b) |
| bool | __getitem__ (self, FaceId pos) |
| FaceBitSet | __iand__ (self, FaceBitSet b) |
| None | __init__ (self) |
| None | __init__ (self, int numBits, bool fillValue) |
| None | __init__ (self, BitSet src) |
| None | __init__ (self, BitSet src) |
| None | __init__ (self, FaceBitSet arg0) |
| FaceBitSet | __ior__ (self, FaceBitSet b) |
| FaceBitSet | __isub__ (self, FaceBitSet b) |
| typing.Iterator[FaceId] | __iter__ (self) |
| FaceBitSet | __ixor__ (self, FaceBitSet b) |
| FaceBitSet | __or__ (self, FaceBitSet b) |
| str | __repr__ (self) |
| FaceBitSet | __sub__ (self, FaceBitSet b) |
| FaceBitSet | __xor__ (self, FaceBitSet b) |
| None | autoResizeSet (self, FaceId pos, int len, bool val=True) |
| None | autoResizeSet (self, FaceId pos, bool val=True) |
| bool | autoResizeTestSet (self, FaceId pos, bool val=True) |
| FaceId | backId (self) |
| FaceId | endId (self) |
| FaceId | find_first (self) |
| FaceId | find_last (self) |
| FaceId | find_next (self, FaceId pos) |
| FaceBitSet | flip (self, FaceId n, int len) |
| FaceBitSet | flip (self, FaceId n) |
| FaceBitSet | flip (self) |
| FaceBitSet | getMapping (self, FaceMap map) |
| FaceBitSet | getMapping (self, FaceBMap map) |
| FaceBitSet | getMapping (self, phmap_flat_hash_map_Id_FaceTag_Id_FaceTag map) |
| FaceBitSet | getMapping (self, FaceMap map, int resSize) |
| FaceBitSet | getMapping (self, phmap_flat_hash_map_Id_FaceTag_Id_FaceTag map, int resSize) |
| bool | intersects (self, FaceBitSet a) |
| bool | is_subset_of (self, FaceBitSet a) |
| FaceId | nthSetBit (self, int n) |
| FaceBitSet | reset (self, FaceId n, int len) |
| FaceBitSet | reset (self, FaceId n) |
| FaceBitSet | reset (self) |
| FaceBitSet | set (self, FaceId n, int len, bool val) |
| FaceBitSet | set (self, FaceId n, bool val) |
| FaceBitSet | set (self, FaceId n) |
| FaceBitSet | set (self) |
| FaceBitSet | subtract (self, FaceBitSet b, int bShiftInBlocks) |
| bool | test (self, FaceId n) |
| bool | test_set (self, FaceId n, bool val=True) |
Public Member Functions inherited from mrmeshpy.BitSet | |
| None | clear (self) |
| int | count (self) |
| int | heapBytes (self) |
| None | pop_back (self) |
| None | push_back (self, bool bit) |
| None | resize (self, int num_bits, bool value=False) |
| None | resizeWithReserve (self, int newSize) |
| int | size (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| FaceId | beginId () |
| FaceBitSet | operator (*args, **kwargs) |
| FaceBitSet | operator (*args, **kwargs) |
Generated from: MR::FaceBitSet Aliases: Vector_FaceBitSet_GraphVertId.const_reference, Vector_FaceBitSet_GraphVertId.reference, ColorMapAggregator_FaceTag_ElementBitSet, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.LeafBitSet, Vector_FaceBitSet_GraphVertId.value_type Vector<bool, I> like container (random-access, I - index type, bool - value type) with all bits after size() considered off during testing
|
static |
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.__init__ | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.__init__ | ( | self, | |
| int | numBits, | ||
| bool | fillValue ) |
creates bitset of given size filled with given value
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.__init__ | ( | self, | |
| BitSet | src ) |
copies all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.__init__ | ( | self, | |
| BitSet | src ) |
moves all bits from another BitSet (or a descending class, e.g. TypedBitSet<U>)
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.__init__ | ( | self, | |
| FaceBitSet | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__and__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| bool mrmeshpy.FaceBitSet.__eq__ | ( | self, | |
| FaceBitSet | b ) |
compare that two bit sets have the same set bits (they can be equal even if sizes are distinct but last bits are off)
Reimplemented from mrmeshpy.BitSet.
| bool mrmeshpy.FaceBitSet.__getitem__ | ( | self, | |
| FaceId | pos ) |
| FaceBitSet mrmeshpy.FaceBitSet.__iand__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__ior__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__isub__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| typing.Iterator[FaceId] mrmeshpy.FaceBitSet.__iter__ | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__ixor__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__or__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| str mrmeshpy.FaceBitSet.__repr__ | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__sub__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.__xor__ | ( | self, | |
| FaceBitSet | b ) |
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.autoResizeSet | ( | self, | |
| FaceId | pos, | ||
| bool | len = True ) |
sets elements [pos, pos+len) to given value, adjusting the size of the set to include new elements
Reimplemented from mrmeshpy.BitSet.
| None mrmeshpy.FaceBitSet.autoResizeSet | ( | self, | |
| FaceId | pos, | ||
| int | len, | ||
| bool | val = True ) |
sets elements [pos, pos+len) to given value, adjusting the size of the set to include new elements
Reimplemented from mrmeshpy.BitSet.
| bool mrmeshpy.FaceBitSet.autoResizeTestSet | ( | self, | |
| FaceId | pos, | ||
| bool | val = True ) |
same as \\ref autoResizeSet and returns previous value of pos-bit
Reimplemented from mrmeshpy.BitSet.
| FaceId mrmeshpy.FaceBitSet.backId | ( | self | ) |
returns the identifier of the back() element
Reimplemented from mrmeshpy.BitSet.
|
static |
[beginId(), endId()) is the range of all bits in the set
Reimplemented from mrmeshpy.BitSet.
| FaceId mrmeshpy.FaceBitSet.endId | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| FaceId mrmeshpy.FaceBitSet.find_first | ( | self | ) |
| FaceId mrmeshpy.FaceBitSet.find_last | ( | self | ) |
return the highest index i such as bit i is set, or npos if *this has no on bits.
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.flip | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.flip | ( | self, | |
| FaceId | n ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.flip | ( | self, | |
| FaceId | n, | ||
| int | len ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.getMapping | ( | self, | |
| FaceBMap | map ) |
| FaceBitSet mrmeshpy.FaceBitSet.getMapping | ( | self, | |
| FaceMap | map ) |
| FaceBitSet mrmeshpy.FaceBitSet.getMapping | ( | self, | |
| FaceMap | map, | ||
| int | resSize ) |
| FaceBitSet mrmeshpy.FaceBitSet.getMapping | ( | self, | |
| phmap_flat_hash_map_Id_FaceTag_Id_FaceTag | map ) |
| FaceBitSet mrmeshpy.FaceBitSet.getMapping | ( | self, | |
| phmap_flat_hash_map_Id_FaceTag_Id_FaceTag | map, | ||
| int | resSize ) |
| bool mrmeshpy.FaceBitSet.intersects | ( | self, | |
| FaceBitSet | 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.
| bool mrmeshpy.FaceBitSet.is_subset_of | ( | self, | |
| FaceBitSet | 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.
Reimplemented from mrmeshpy.BitSet.
| FaceId mrmeshpy.FaceBitSet.nthSetBit | ( | self, | |
| int | 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
Reimplemented from mrmeshpy.BitSet.
|
static |
Reimplemented from mrmeshpy.BitSet.
|
static |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.reset | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.reset | ( | self, | |
| FaceId | n ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.reset | ( | self, | |
| FaceId | n, | ||
| int | len ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.set | ( | self | ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.set | ( | self, | |
| FaceId | n ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.set | ( | self, | |
| FaceId | n, | ||
| bool | val ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.set | ( | self, | |
| FaceId | n, | ||
| int | len, | ||
| bool | val ) |
Reimplemented from mrmeshpy.BitSet.
| FaceBitSet mrmeshpy.FaceBitSet.subtract | ( | self, | |
| FaceBitSet | b, | ||
| int | bShiftInBlocks ) |
subtracts b from this, considering that bits in b are shifted right on bShiftInBlocks*bits_per_block
Reimplemented from mrmeshpy.BitSet.
| bool mrmeshpy.FaceBitSet.test | ( | self, | |
| FaceId | n ) |
all bits after size() we silently consider as not-set
Reimplemented from mrmeshpy.BitSet.
| bool mrmeshpy.FaceBitSet.test_set | ( | self, | |
| FaceId | n, | ||
| bool | val = True ) |
Reimplemented from mrmeshpy.BitSet.