Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int size) |
typing.Iterator | __iter__ (self) |
UndirectedEdgeId | backId (self) |
UndirectedEdgeId | beginId (self) |
int | capacity (self) |
None | clear (self) |
NoDefInit_UndirectedEdgeId | data (self) |
NoDefInit_UndirectedEdgeId | data (self) |
bool | empty (self) |
UndirectedEdgeId | endId (self) |
int | heapBytes (self) |
None | resize (self, int newSize) |
int | size (self) |
Protected Member Functions | |
NoDefInit_UndirectedEdgeId | _Subscript (self, UndirectedEdgeId i) |
NoDefInit_UndirectedEdgeId | _Subscript (self, UndirectedEdgeId i) |
Generated from: MR::Buffer<MR::UndirectedEdgeId, MR::UndirectedEdgeId> \\brief std::vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods \\tparam V type of stored elements \\tparam I type of index (shall be convertible to size_t) \\ingroup BasicGroup
None meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.__init__ | ( | self, | |
int | size ) |
typing.Iterator meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.__iter__ | ( | self | ) |
|
protected |
|
protected |
UndirectedEdgeId meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.backId | ( | self | ) |
returns the identifier of the back() element
UndirectedEdgeId meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.beginId | ( | self | ) |
returns the identifier of the first element
int meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.capacity | ( | self | ) |
None meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.clear | ( | self | ) |
NoDefInit_UndirectedEdgeId meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.data | ( | self | ) |
NoDefInit_UndirectedEdgeId meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.data | ( | self | ) |
bool meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.empty | ( | self | ) |
UndirectedEdgeId meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.endId | ( | self | ) |
returns backId() + 1
int meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.resize | ( | self, | |
int | newSize ) |
int meshlib.mrmeshpy.Buffer_UndirectedEdgeId_UndirectedEdgeId.size | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |