Public Member Functions | |
bool | __eq__ (self, Vector_std_filesystem_path_TextureId b) |
None | __init__ (self) |
None | __init__ (self, int size) |
None | __init__ (self, int size, os.PathLike|str|bytes val) |
None | __init__ (self, std_vector_std_filesystem_path vec) |
None | __init__ (self, Vector_std_filesystem_path_TextureId arg0) |
typing.Iterator[pathlib.Path] | __iter__ (self) |
bool | __ne__ (self, Vector_std_filesystem_path_TextureId b) |
pathlib.Path | autoResizeAt (self, TextureId i) |
None | autoResizeSet (self, TextureId pos, int len, os.PathLike|str|bytes val) |
None | autoResizeSet (self, TextureId i, os.PathLike|str|bytes val) |
pathlib.Path | back (self) |
pathlib.Path | back (self) |
TextureId | backId (self) |
TextureId | beginId (self) |
int | capacity (self) |
None | clear (self) |
pathlib.Path | data (self) |
pathlib.Path | data (self) |
bool | empty (self) |
TextureId | endId (self) |
pathlib.Path | front (self) |
pathlib.Path | front (self) |
int | heapBytes (self) |
None | pop_back (self) |
None | push_back (self, os.PathLike|str|bytes t) |
None | push_back (self, os.PathLike|str|bytes t) |
None | reserve (self, int capacity) |
None | resize (self, int newSize) |
None | resize (self, int newSize, os.PathLike|str|bytes t) |
None | resizeWithReserve (self, int newSize) |
None | resizeWithReserve (self, int newSize, os.PathLike|str|bytes value) |
int | size (self) |
None | swap (self, Vector_std_filesystem_path_TextureId b) |
std_vector_std_filesystem_path | vec_ (self) |
None | vec_ (self, std_vector_std_filesystem_path arg1) |
Protected Member Functions | |
pathlib.Path | _Subscript (self, TextureId i) |
pathlib.Path | _Subscript (self, TextureId i) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::Vector<std::filesystem::path, MR::TextureId> \\brief std::vector<T>-like container that requires specific indexing type, \\tparam T type of stored elements \\tparam I type of index (shall be convertible to size_t) \\ingroup BasicGroup
None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ | ( | self | ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ | ( | self, | |
int | size ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ | ( | self, | |
int | size, | ||
os.PathLike | str | bytes | val ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ | ( | self, | |
std_vector_std_filesystem_path | vec ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ | ( | self, | |
Vector_std_filesystem_path_TextureId | arg0 ) |
Implicit copy constructor.
bool mrmeshpy.Vector_std_filesystem_path_TextureId.__eq__ | ( | self, | |
Vector_std_filesystem_path_TextureId | b ) |
typing.Iterator[pathlib.Path] mrmeshpy.Vector_std_filesystem_path_TextureId.__iter__ | ( | self | ) |
bool mrmeshpy.Vector_std_filesystem_path_TextureId.__ne__ | ( | self, | |
Vector_std_filesystem_path_TextureId | b ) |
|
staticprotected |
|
protected |
|
protected |
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.autoResizeAt | ( | self, | |
TextureId | i ) |
this accessor automatically adjusts the size of the vector
None mrmeshpy.Vector_std_filesystem_path_TextureId.autoResizeSet | ( | self, | |
TextureId | i, | ||
os.PathLike | str | bytes | val ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.autoResizeSet | ( | self, | |
TextureId | pos, | ||
int | len, | ||
os.PathLike | str | bytes | val ) |
sets elements [pos, pos+len) to given value, adjusting the size of the vector to include new elements
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.back | ( | self | ) |
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.back | ( | self | ) |
TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.backId | ( | self | ) |
returns the identifier of the back() element
TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.beginId | ( | self | ) |
returns the identifier of the first element
int mrmeshpy.Vector_std_filesystem_path_TextureId.capacity | ( | self | ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.clear | ( | self | ) |
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.data | ( | self | ) |
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.data | ( | self | ) |
bool mrmeshpy.Vector_std_filesystem_path_TextureId.empty | ( | self | ) |
TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.endId | ( | self | ) |
returns backId() + 1
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.front | ( | self | ) |
pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.front | ( | self | ) |
int mrmeshpy.Vector_std_filesystem_path_TextureId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None mrmeshpy.Vector_std_filesystem_path_TextureId.pop_back | ( | self | ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.push_back | ( | self, | |
os.PathLike | str | bytes | t ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.push_back | ( | self, | |
os.PathLike | str | bytes | t ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.reserve | ( | self, | |
int | capacity ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.resize | ( | self, | |
int | newSize ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.resize | ( | self, | |
int | newSize, | ||
os.PathLike | str | bytes | t ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.resizeWithReserve | ( | self, | |
int | newSize ) |
doubles reserved memory until resize(newSize) can be done without reallocation
None mrmeshpy.Vector_std_filesystem_path_TextureId.resizeWithReserve | ( | self, | |
int | newSize, | ||
os.PathLike | str | bytes | value ) |
doubles reserved memory until resize(newSize) can be done without reallocation
int mrmeshpy.Vector_std_filesystem_path_TextureId.size | ( | self | ) |
None mrmeshpy.Vector_std_filesystem_path_TextureId.swap | ( | self, | |
Vector_std_filesystem_path_TextureId | b ) |
std_vector_std_filesystem_path mrmeshpy.Vector_std_filesystem_path_TextureId.vec_ | ( | self | ) |
the user can directly manipulate the vector, anyway she cannot break anything
None mrmeshpy.Vector_std_filesystem_path_TextureId.vec_ | ( | self, | |
std_vector_std_filesystem_path | arg1 ) |