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