MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Vector_std_filesystem_path_TextureId Class Reference

Public Member Functions

bool __eq__ (self, Vector_std_filesystem_path_TextureId b)
pathlib.Path __getitem__ (self, TextureId i)
pathlib.Path __getitem__ (self, TextureId i)
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)
None __setitem__ (self, TextureId arg0, os.PathLike|str|bytes arg1)
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)

Static Public Member Functions

None __init__ (*args, **kwargs)
Vector_std_filesystem_path_TextureId operator (*args, **kwargs)
Vector_std_filesystem_path_TextureId operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_vec_ = 0

Detailed Description

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)

Constructor & Destructor Documentation

◆ __init__() [1/6]

None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/6]

None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ ( self)
creates empty vector

◆ __init__() [3/6]

None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ ( self,
int size )
creates a vector with \\p size elements with default value

◆ __init__() [4/6]

None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ ( self,
int size,
os.PathLike | str | bytes val )
creates a vector with \\p size elements with the given value

◆ __init__() [5/6]

None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ ( self,
std_vector_std_filesystem_path vec )
moves data from the given std::vector<T>

◆ __init__() [6/6]

None mrmeshpy.Vector_std_filesystem_path_TextureId.__init__ ( self,
Vector_std_filesystem_path_TextureId arg0 )
Implicit copy constructor.

Member Function Documentation

◆ __eq__()

bool mrmeshpy.Vector_std_filesystem_path_TextureId.__eq__ ( self,
Vector_std_filesystem_path_TextureId b )

◆ __getitem__() [1/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.__getitem__ ( self,
TextureId i )

◆ __getitem__() [2/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.__getitem__ ( self,
TextureId i )

◆ __iter__()

typing.Iterator[pathlib.Path] mrmeshpy.Vector_std_filesystem_path_TextureId.__iter__ ( self)

◆ __ne__()

bool mrmeshpy.Vector_std_filesystem_path_TextureId.__ne__ ( self,
Vector_std_filesystem_path_TextureId b )

◆ __setitem__()

None mrmeshpy.Vector_std_filesystem_path_TextureId.__setitem__ ( self,
TextureId arg0,
os.PathLike | str | bytes arg1 )

◆ autoResizeAt()

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.autoResizeAt ( self,
TextureId i )
this accessor automatically adjusts the size of the vector

◆ autoResizeSet() [1/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.autoResizeSet ( self,
TextureId i,
os.PathLike | str | bytes val )
sets the element #i to the given value, adjusting the size of the vector to include new element

◆ autoResizeSet() [2/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.autoResizeSet ( self,
TextureId pos,
int len,
os.PathLike | str | bytes val )
sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements;
the elements in between old size and \\p pos are also set to \\p val (for faster implementation)

◆ back() [1/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.back ( self)

◆ back() [2/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.back ( self)

◆ backId()

TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.backId ( self)
returns the identifier of the back() element

◆ beginId()

TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.beginId ( self)
returns the identifier of the first element

◆ capacity()

int mrmeshpy.Vector_std_filesystem_path_TextureId.capacity ( self)

◆ clear()

None mrmeshpy.Vector_std_filesystem_path_TextureId.clear ( self)

◆ data() [1/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.data ( self)

◆ data() [2/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.data ( self)

◆ empty()

bool mrmeshpy.Vector_std_filesystem_path_TextureId.empty ( self)

◆ endId()

TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.endId ( self)
returns backId() + 1

◆ front() [1/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.front ( self)

◆ front() [2/2]

pathlib.Path mrmeshpy.Vector_std_filesystem_path_TextureId.front ( self)

◆ heapBytes()

int mrmeshpy.Vector_std_filesystem_path_TextureId.heapBytes ( self)
returns the amount of memory this object occupies on heap

◆ operator() [1/2]

Vector_std_filesystem_path_TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Vector_std_filesystem_path_TextureId mrmeshpy.Vector_std_filesystem_path_TextureId.operator ( * args,
** kwargs )
static

◆ pop_back()

None mrmeshpy.Vector_std_filesystem_path_TextureId.pop_back ( self)

◆ push_back() [1/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.push_back ( self,
os.PathLike | str | bytes t )

◆ push_back() [2/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.push_back ( self,
os.PathLike | str | bytes t )

◆ reserve()

None mrmeshpy.Vector_std_filesystem_path_TextureId.reserve ( self,
int capacity )

◆ resize() [1/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.resize ( self,
int newSize )

◆ resize() [2/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.resize ( self,
int newSize,
os.PathLike | str | bytes t )

◆ resizeWithReserve() [1/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.resizeWithReserve ( self,
int newSize )
doubles reserved memory until resize(newSize) can be done without reallocation

◆ resizeWithReserve() [2/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.resizeWithReserve ( self,
int newSize,
os.PathLike | str | bytes value )
doubles reserved memory until resize(newSize, value) can be done without reallocation

◆ size()

int mrmeshpy.Vector_std_filesystem_path_TextureId.size ( self)

◆ swap()

None mrmeshpy.Vector_std_filesystem_path_TextureId.swap ( self,
Vector_std_filesystem_path_TextureId b )

◆ vec_() [1/2]

std_vector_std_filesystem_path mrmeshpy.Vector_std_filesystem_path_TextureId.vec_ ( self)
The user can directly manipulate the vector, they can't break anything anyway.

◆ vec_() [2/2]

None mrmeshpy.Vector_std_filesystem_path_TextureId.vec_ ( self,
std_vector_std_filesystem_path arg1 )

Member Data Documentation

◆ _offsetof_vec_

typing mrmeshpy.Vector_std_filesystem_path_TextureId._offsetof_vec_ = 0
staticprotected

The documentation for this class was generated from the following file: