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