Static Public Attributes | |
const_reference = GraphVertId | |
reference = GraphVertId | |
value_type = GraphVertId | |
Protected Member Functions | |
GraphVertId | _Subscript (self, GraphVertId i) |
GraphVertId | _Subscript (self, GraphVertId i) |
Generated from: MR::Vector<MR::GraphVertId, MR::GraphVertId> Aliases: Vector_TaggedBitSet_GraphVertTag_IndexType_TaggedBitSet_GraphVertTag_IndexType, Vector_Graph_VertId_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_GraphVertId_GraphVertId.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__init__ | ( | self, | |
int | size ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__init__ | ( | self, | |
int | size, | ||
GraphVertId | val ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__init__ | ( | self, | |
std_vector_Id_GraphVertTag | vec ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__init__ | ( | self, | |
Vector_GraphVertId_GraphVertId | arg0 ) |
Implicit copy constructor.
bool meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__eq__ | ( | self, | |
Vector_GraphVertId_GraphVertId | b ) |
typing.Iterator meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__iter__ | ( | self | ) |
bool meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.__ne__ | ( | self, | |
Vector_GraphVertId_GraphVertId | b ) |
|
protected |
|
protected |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.autoResizeAt | ( | self, | |
GraphVertId | i ) |
this accessor automatically adjusts the size of the vector
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.autoResizeSet | ( | self, | |
GraphVertId | i, | ||
GraphVertId | val ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.autoResizeSet | ( | self, | |
GraphVertId | pos, | ||
int | len, | ||
GraphVertId | val ) |
sets elements [pos, pos+len) to given value, adjusting the size of the vector to include new elements
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.back | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.back | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.backId | ( | self | ) |
returns the identifier of the back() element
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.beginId | ( | self | ) |
returns the identifier of the first element
int meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.capacity | ( | self | ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.clear | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.data | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.data | ( | self | ) |
bool meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.empty | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.endId | ( | self | ) |
returns backId() + 1
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.front | ( | self | ) |
GraphVertId meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.front | ( | self | ) |
int meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.pop_back | ( | self | ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.push_back | ( | self, | |
GraphVertId | t ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.push_back | ( | self, | |
GraphVertId | t ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.reserve | ( | self, | |
int | capacity ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.resize | ( | self, | |
int | newSize ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.resize | ( | self, | |
int | newSize, | ||
GraphVertId | t ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.resizeNoInit | ( | self, | |
int | targetSize ) |
resizes the vector skipping initialization of its elements (more precisely initializing them using ( noInit ) constructor )
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.resizeWithReserve | ( | self, | |
int | newSize ) |
doubles reserved memory until resize(newSize) can be done without reallocation
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.resizeWithReserve | ( | self, | |
int | newSize, | ||
GraphVertId | value ) |
doubles reserved memory until resize(newSize) can be done without reallocation
int meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.size | ( | self | ) |
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.swap | ( | self, | |
Vector_GraphVertId_GraphVertId | b ) |
std_vector_Id_GraphVertTag meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.vec_ | ( | self | ) |
the user can directly manipulate the vector, anyway she cannot break anything
None meshlib.mrmeshpy.Vector_GraphVertId_GraphVertId.vec_ | ( | self, | |
std_vector_Id_GraphVertTag | arg1 ) |
|
static |
|
static |
|
static |