Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int size) |
typing.Iterator | __iter__ (self) |
GraphEdgeId | backId (self) |
GraphEdgeId | beginId (self) |
int | capacity (self) |
None | clear (self) |
NoDefInit_GraphEdgeId | data (self) |
NoDefInit_GraphEdgeId | data (self) |
bool | empty (self) |
GraphEdgeId | endId (self) |
int | heapBytes (self) |
None | resize (self, int newSize) |
int | size (self) |
Static Public Attributes | |
T = NoDefInit_GraphEdgeId | |
const_iterator = NoDefInit_GraphEdgeId | |
const_reference = NoDefInit_GraphEdgeId | |
iterator = NoDefInit_GraphEdgeId | |
reference = NoDefInit_GraphEdgeId | |
Protected Member Functions | |
NoDefInit_GraphEdgeId | _Subscript (self, GraphEdgeId i) |
NoDefInit_GraphEdgeId | _Subscript (self, GraphEdgeId i) |
Generated from: MR::Buffer<MR::GraphEdgeId, MR::GraphEdgeId> \\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_GraphEdgeId_GraphEdgeId.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.__init__ | ( | self, | |
int | size ) |
typing.Iterator meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.__iter__ | ( | self | ) |
|
protected |
|
protected |
GraphEdgeId meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.backId | ( | self | ) |
returns the identifier of the back() element
GraphEdgeId meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.beginId | ( | self | ) |
returns the identifier of the first element
int meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.capacity | ( | self | ) |
None meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.clear | ( | self | ) |
NoDefInit_GraphEdgeId meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.data | ( | self | ) |
NoDefInit_GraphEdgeId meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.data | ( | self | ) |
bool meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.empty | ( | self | ) |
GraphEdgeId meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.endId | ( | self | ) |
returns backId() + 1
int meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.resize | ( | self, | |
int | newSize ) |
int meshlib.mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.size | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |