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