Public Member Functions | |
| NoDefInit_GraphVertId | __getitem__ (self, GraphVertId i) |
| NoDefInit_GraphVertId | __getitem__ (self, GraphVertId i) |
| None | __init__ (self) |
| None | __init__ (self, int size) |
| typing.Iterator[NoDefInit_GraphVertId] | __iter__ (self) |
| None | __setitem__ (self, GraphVertId arg0, NoDefInit_GraphVertId arg1) |
| 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 | |
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)
| None mrmeshpy.Buffer_GraphVertId_GraphVertId.__init__ | ( | self | ) |
| None mrmeshpy.Buffer_GraphVertId_GraphVertId.__init__ | ( | self, | |
| int | size ) |
| NoDefInit_GraphVertId mrmeshpy.Buffer_GraphVertId_GraphVertId.__getitem__ | ( | self, | |
| GraphVertId | i ) |
| NoDefInit_GraphVertId mrmeshpy.Buffer_GraphVertId_GraphVertId.__getitem__ | ( | self, | |
| GraphVertId | i ) |
| typing.Iterator[NoDefInit_GraphVertId] mrmeshpy.Buffer_GraphVertId_GraphVertId.__iter__ | ( | self | ) |
| None mrmeshpy.Buffer_GraphVertId_GraphVertId.__setitem__ | ( | self, | |
| GraphVertId | arg0, | ||
| NoDefInit_GraphVertId | arg1 ) |
| 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 |