Static Public Attributes | |
const_reference = FaceBitSet | |
reference = FaceBitSet | |
value_type = FaceBitSet | |
Protected Member Functions | |
FaceBitSet | _Subscript (self, GraphVertId i) |
FaceBitSet | _Subscript (self, GraphVertId i) |
Generated from: MR::Vector<MR::FaceBitSet, MR::GraphVertId> Aliases: Vector_FaceBitSet_Graph_VertId \\brief std::vector<T>-like container that requires specific indexing type, \\tparam T type of stored elements \\tparam I type of index (shall be convertible to size_t) \\ingroup BasicGroup
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__init__ | ( | self, | |
int | size ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__init__ | ( | self, | |
int | size, | ||
FaceBitSet | val ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__init__ | ( | self, | |
std_vector_TaggedBitSet_FaceTag | vec ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__init__ | ( | self, | |
Vector_FaceBitSet_GraphVertId | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__eq__ | ( | self, | |
Vector_FaceBitSet_GraphVertId | b ) |
typing.Iterator meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__iter__ | ( | self | ) |
bool meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.__ne__ | ( | self, | |
Vector_FaceBitSet_GraphVertId | b ) |
|
protected |
|
protected |
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.autoResizeAt | ( | self, | |
GraphVertId | i ) |
this accessor automatically adjusts the size of the vector
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.autoResizeSet | ( | self, | |
GraphVertId | i, | ||
FaceBitSet | val ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.autoResizeSet | ( | self, | |
GraphVertId | pos, | ||
int | len, | ||
FaceBitSet | val ) |
sets elements [pos, pos+len) to given value, adjusting the size of the vector to include new elements
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.back | ( | self | ) |
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.back | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.backId | ( | self | ) |
returns the identifier of the back() element
GraphVertId meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.beginId | ( | self | ) |
returns the identifier of the first element
int meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.capacity | ( | self | ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.clear | ( | self | ) |
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.data | ( | self | ) |
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.data | ( | self | ) |
bool meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.empty | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.endId | ( | self | ) |
returns backId() + 1
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.front | ( | self | ) |
FaceBitSet meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.front | ( | self | ) |
int meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.pop_back | ( | self | ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.push_back | ( | self, | |
FaceBitSet | t ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.push_back | ( | self, | |
FaceBitSet | t ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.reserve | ( | self, | |
int | capacity ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.resize | ( | self, | |
int | newSize ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.resize | ( | self, | |
int | newSize, | ||
FaceBitSet | t ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.resizeWithReserve | ( | self, | |
int | newSize ) |
doubles reserved memory until resize(newSize) can be done without reallocation
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.resizeWithReserve | ( | self, | |
int | newSize, | ||
FaceBitSet | value ) |
doubles reserved memory until resize(newSize) can be done without reallocation
int meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.size | ( | self | ) |
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.swap | ( | self, | |
Vector_FaceBitSet_GraphVertId | b ) |
std_vector_TaggedBitSet_FaceTag meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.vec_ | ( | self | ) |
the user can directly manipulate the vector, anyway she cannot break anything
None meshlib.mrmeshpy.Vector_FaceBitSet_GraphVertId.vec_ | ( | self, | |
std_vector_TaggedBitSet_FaceTag | arg1 ) |
|
static |
|
static |
|
static |