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