Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Vector_GraphEdgeId_GraphEdgeId | operator (*args, **kwargs) |
| Vector_GraphEdgeId_GraphEdgeId | operator (*args, **kwargs) |
Static Public Attributes | |
| const_reference = GraphEdgeId | |
| reference = GraphEdgeId | |
| value_type = GraphEdgeId | |
Static Protected Attributes | |
| typing | _offsetof_vec_ = 0 |
Generated from: MR::Vector<MR::GraphEdgeId, MR::GraphEdgeId> \\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)
|
static |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ | ( | self | ) |
creates empty vector
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ | ( | self, | |
| int | size ) |
creates a vector with \\p size elements with default value
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ | ( | self, | |
| int | size, | ||
| GraphEdgeId | val ) |
creates a vector with \\p size elements with the given value
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ | ( | self, | |
| std_vector_Id_GraphEdgeTag | vec ) |
moves data from the given std::vector<T>
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ | ( | self, | |
| Vector_GraphEdgeId_GraphEdgeId | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__eq__ | ( | self, | |
| Vector_GraphEdgeId_GraphEdgeId | b ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__getitem__ | ( | self, | |
| GraphEdgeId | i ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__getitem__ | ( | self, | |
| GraphEdgeId | i ) |
| typing.Iterator[GraphEdgeId] mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__iter__ | ( | self | ) |
| bool mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__ne__ | ( | self, | |
| Vector_GraphEdgeId_GraphEdgeId | b ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__setitem__ | ( | self, | |
| GraphEdgeId | arg0, | ||
| GraphEdgeId | arg1 ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.autoResizeAt | ( | self, | |
| GraphEdgeId | i ) |
this accessor automatically adjusts the size of the vector
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.autoResizeSet | ( | self, | |
| GraphEdgeId | i, | ||
| GraphEdgeId | val ) |
sets the element #i to the given value, adjusting the size of the vector to include new element
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.autoResizeSet | ( | self, | |
| GraphEdgeId | pos, | ||
| int | len, | ||
| GraphEdgeId | val ) |
sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and \\p pos are also set to \\p val (for faster implementation)
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.back | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.back | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.backId | ( | self | ) |
returns the identifier of the back() element
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.beginId | ( | self | ) |
returns the identifier of the first element
| int mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.capacity | ( | self | ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.clear | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.data | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.data | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.emplace_back | ( | self | ) |
| bool mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.empty | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.endId | ( | self | ) |
returns backId() + 1
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.front | ( | self | ) |
| GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.front | ( | self | ) |
| int mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
|
static |
|
static |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.pop_back | ( | self | ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.push_back | ( | self, | |
| GraphEdgeId | t ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.push_back | ( | self, | |
| GraphEdgeId | t ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.reserve | ( | self, | |
| int | capacity ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.resize | ( | self, | |
| int | newSize ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.resize | ( | self, | |
| int | newSize, | ||
| GraphEdgeId | t ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.resizeNoInit | ( | self, | |
| int | targetSize ) |
resizes the vector skipping initialization of its elements (more precisely initializing them using ( noInit ) constructor )
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.resizeWithReserve | ( | self, | |
| int | newSize ) |
doubles reserved memory until resize(newSize) can be done without reallocation
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.resizeWithReserve | ( | self, | |
| int | newSize, | ||
| GraphEdgeId | value ) |
doubles reserved memory until resize(newSize, value) can be done without reallocation
| int mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.size | ( | self | ) |
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.swap | ( | self, | |
| Vector_GraphEdgeId_GraphEdgeId | b ) |
| std_vector_Id_GraphEdgeTag mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.vec_ | ( | self | ) |
the user can directly manipulate the vector, anyway she cannot break anything
| None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.vec_ | ( | self, | |
| std_vector_Id_GraphEdgeTag | arg1 ) |
|
staticprotected |
|
static |
|
static |
|
static |