Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, int size) |
typing.Iterator[NoDefInit_GraphEdgeId] | __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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
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 mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.__init__ | ( | self | ) |
None mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.__init__ | ( | self, | |
int | size ) |
typing.Iterator[NoDefInit_GraphEdgeId] mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.__iter__ | ( | self | ) |
|
staticprotected |
|
protected |
|
protected |
GraphEdgeId mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.backId | ( | self | ) |
returns the identifier of the back() element
GraphEdgeId mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.beginId | ( | self | ) |
returns the identifier of the first element
int mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.capacity | ( | self | ) |
None mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.clear | ( | self | ) |
NoDefInit_GraphEdgeId mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.data | ( | self | ) |
NoDefInit_GraphEdgeId mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.data | ( | self | ) |
bool mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.empty | ( | self | ) |
GraphEdgeId mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.endId | ( | self | ) |
returns backId() + 1
int mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.resize | ( | self, | |
int | newSize ) |
int mrmeshpy.Buffer_GraphEdgeId_GraphEdgeId.size | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |