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