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