MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.VertUVCoords Class Reference

Public Member Functions

bool __eq__ (self, VertUVCoords b)
 
None __init__ (self)
 
None __init__ (self, int size)
 
None __init__ (self, int size, Vector2f val)
 
None __init__ (self, std_vector_Vector2_float vec)
 
None __init__ (self, VertUVCoords arg0)
 
typing.Iterator __iter__ (self)
 
bool __ne__ (self, VertUVCoords b)
 
Vector2f autoResizeAt (self, VertId i)
 
None autoResizeSet (self, VertId pos, int len, Vector2f val)
 
None autoResizeSet (self, VertId i, Vector2f val)
 
Vector2f back (self)
 
Vector2f back (self)
 
VertId backId (self)
 
VertId beginId (self)
 
int capacity (self)
 
None clear (self)
 
Vector2f data (self)
 
Vector2f data (self)
 
bool empty (self)
 
VertId endId (self)
 
Vector2f front (self)
 
Vector2f front (self)
 
int heapBytes (self)
 
None pop_back (self)
 
None push_back (self, Vector2f t)
 
None push_back (self, Vector2f t)
 
None reserve (self, int capacity)
 
None resize (self, int newSize)
 
None resize (self, int newSize, Vector2f t)
 
None resizeNoInit (self, int targetSize)
 
None resizeWithReserve (self, int newSize)
 
None resizeWithReserve (self, int newSize, Vector2f value)
 
int size (self)
 
None swap (self, VertUVCoords b)
 
std_vector_Vector2_float vec_ (self)
 
None vec_ (self, std_vector_Vector2_float arg1)
 

Protected Member Functions

Vector2f _Subscript (self, VertId i)
 
Vector2f _Subscript (self, VertId i)
 

Detailed Description

Generated from:  MR::VertUVCoords
Aliases:  Vector_Vector2f_VertId, Vector_UVCoord_VertId


 \\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

Constructor & Destructor Documentation

◆ __init__() [1/5]

None meshlib.mrmeshpy.VertUVCoords.__init__ ( self)

◆ __init__() [2/5]

None meshlib.mrmeshpy.VertUVCoords.__init__ ( self,
int size )

◆ __init__() [3/5]

None meshlib.mrmeshpy.VertUVCoords.__init__ ( self,
int size,
Vector2f val )

◆ __init__() [4/5]

None meshlib.mrmeshpy.VertUVCoords.__init__ ( self,
std_vector_Vector2_float vec )

◆ __init__() [5/5]

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

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.VertUVCoords.__eq__ ( self,
VertUVCoords b )

◆ __iter__()

typing.Iterator meshlib.mrmeshpy.VertUVCoords.__iter__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.VertUVCoords.__ne__ ( self,
VertUVCoords b )

◆ _Subscript() [1/2]

Vector2f meshlib.mrmeshpy.VertUVCoords._Subscript ( self,
VertId i )
protected

◆ _Subscript() [2/2]

Vector2f meshlib.mrmeshpy.VertUVCoords._Subscript ( self,
VertId i )
protected

◆ autoResizeAt()

Vector2f meshlib.mrmeshpy.VertUVCoords.autoResizeAt ( self,
VertId i )
this accessor automatically adjusts the size of the vector

◆ autoResizeSet() [1/2]

None meshlib.mrmeshpy.VertUVCoords.autoResizeSet ( self,
VertId i,
Vector2f val )

◆ autoResizeSet() [2/2]

None meshlib.mrmeshpy.VertUVCoords.autoResizeSet ( self,
VertId pos,
int len,
Vector2f val )
sets elements [pos, pos+len) to given value, adjusting the size of the vector to include new elements

◆ back() [1/2]

Vector2f meshlib.mrmeshpy.VertUVCoords.back ( self)

◆ back() [2/2]

Vector2f meshlib.mrmeshpy.VertUVCoords.back ( self)

◆ backId()

VertId meshlib.mrmeshpy.VertUVCoords.backId ( self)
returns the identifier of the back() element

◆ beginId()

VertId meshlib.mrmeshpy.VertUVCoords.beginId ( self)
returns the identifier of the first element

◆ capacity()

int meshlib.mrmeshpy.VertUVCoords.capacity ( self)

◆ clear()

None meshlib.mrmeshpy.VertUVCoords.clear ( self)

◆ data() [1/2]

Vector2f meshlib.mrmeshpy.VertUVCoords.data ( self)

◆ data() [2/2]

Vector2f meshlib.mrmeshpy.VertUVCoords.data ( self)

◆ empty()

bool meshlib.mrmeshpy.VertUVCoords.empty ( self)

◆ endId()

VertId meshlib.mrmeshpy.VertUVCoords.endId ( self)
returns backId() + 1

◆ front() [1/2]

Vector2f meshlib.mrmeshpy.VertUVCoords.front ( self)

◆ front() [2/2]

Vector2f meshlib.mrmeshpy.VertUVCoords.front ( self)

◆ heapBytes()

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

◆ pop_back()

None meshlib.mrmeshpy.VertUVCoords.pop_back ( self)

◆ push_back() [1/2]

None meshlib.mrmeshpy.VertUVCoords.push_back ( self,
Vector2f t )

◆ push_back() [2/2]

None meshlib.mrmeshpy.VertUVCoords.push_back ( self,
Vector2f t )

◆ reserve()

None meshlib.mrmeshpy.VertUVCoords.reserve ( self,
int capacity )

◆ resize() [1/2]

None meshlib.mrmeshpy.VertUVCoords.resize ( self,
int newSize )

◆ resize() [2/2]

None meshlib.mrmeshpy.VertUVCoords.resize ( self,
int newSize,
Vector2f t )

◆ resizeNoInit()

None meshlib.mrmeshpy.VertUVCoords.resizeNoInit ( self,
int targetSize )
resizes the vector skipping initialization of its elements (more precisely initializing them using ( noInit ) constructor )

◆ resizeWithReserve() [1/2]

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

◆ resizeWithReserve() [2/2]

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

◆ size()

int meshlib.mrmeshpy.VertUVCoords.size ( self)

◆ swap()

None meshlib.mrmeshpy.VertUVCoords.swap ( self,
VertUVCoords b )

◆ vec_() [1/2]

std_vector_Vector2_float meshlib.mrmeshpy.VertUVCoords.vec_ ( self)
the user can directly manipulate the vector, anyway she cannot break anything

◆ vec_() [2/2]

None meshlib.mrmeshpy.VertUVCoords.vec_ ( self,
std_vector_Vector2_float arg1 )

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