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

Public Member Functions

None __init__ (self)
 
None __init__ (self, int size)
 
None __init__ (self, int size, ModelPointsData val)
 
None __init__ (self, std_vector_ModelPointsData vec)
 
None __init__ (self, Vector_ModelPointsData_ObjId arg0)
 
typing.Iterator __iter__ (self)
 
ModelPointsData autoResizeAt (self, ObjId i)
 
None autoResizeSet (self, ObjId pos, int len, ModelPointsData val)
 
None autoResizeSet (self, ObjId i, ModelPointsData val)
 
ModelPointsData back (self)
 
ModelPointsData back (self)
 
ObjId backId (self)
 
ObjId beginId (self)
 
int capacity (self)
 
None clear (self)
 
ModelPointsData data (self)
 
ModelPointsData data (self)
 
bool empty (self)
 
ObjId endId (self)
 
ModelPointsData front (self)
 
ModelPointsData front (self)
 
int heapBytes (self)
 
None pop_back (self)
 
None push_back (self, ModelPointsData t)
 
None push_back (self, ModelPointsData t)
 
None reserve (self, int capacity)
 
None resize (self, int newSize)
 
None resize (self, int newSize, ModelPointsData t)
 
None resizeWithReserve (self, int newSize)
 
None resizeWithReserve (self, int newSize, ModelPointsData value)
 
int size (self)
 
None swap (self, Vector_ModelPointsData_ObjId b)
 
std_vector_ModelPointsData vec_ (self)
 
None vec_ (self, std_vector_ModelPointsData arg1)
 

Static Public Attributes

 const_reference = ModelPointsData
 
 reference = ModelPointsData
 
 value_type = ModelPointsData
 

Protected Member Functions

ModelPointsData _Subscript (self, ObjId i)
 
ModelPointsData _Subscript (self, ObjId i)
 

Detailed Description

Generated from:  MR::Vector<MR::ModelPointsData, MR::ObjId>


 \\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.Vector_ModelPointsData_ObjId.__init__ ( self)

◆ __init__() [2/5]

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

◆ __init__() [3/5]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.__init__ ( self,
int size,
ModelPointsData val )

◆ __init__() [4/5]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.__init__ ( self,
std_vector_ModelPointsData vec )

◆ __init__() [5/5]

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

Member Function Documentation

◆ __iter__()

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

◆ _Subscript() [1/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId._Subscript ( self,
ObjId i )
protected

◆ _Subscript() [2/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId._Subscript ( self,
ObjId i )
protected

◆ autoResizeAt()

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.autoResizeAt ( self,
ObjId i )
this accessor automatically adjusts the size of the vector

◆ autoResizeSet() [1/2]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.autoResizeSet ( self,
ObjId i,
ModelPointsData val )

◆ autoResizeSet() [2/2]

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

◆ back() [1/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.back ( self)

◆ back() [2/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.back ( self)

◆ backId()

ObjId meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.backId ( self)
returns the identifier of the back() element

◆ beginId()

ObjId meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.beginId ( self)
returns the identifier of the first element

◆ capacity()

int meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.capacity ( self)

◆ clear()

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.clear ( self)

◆ data() [1/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.data ( self)

◆ data() [2/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.data ( self)

◆ empty()

bool meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.empty ( self)

◆ endId()

ObjId meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.endId ( self)
returns backId() + 1

◆ front() [1/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.front ( self)

◆ front() [2/2]

ModelPointsData meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.front ( self)

◆ heapBytes()

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

◆ pop_back()

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.pop_back ( self)

◆ push_back() [1/2]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.push_back ( self,
ModelPointsData t )

◆ push_back() [2/2]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.push_back ( self,
ModelPointsData t )

◆ reserve()

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

◆ resize() [1/2]

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

◆ resize() [2/2]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.resize ( self,
int newSize,
ModelPointsData t )

◆ resizeWithReserve() [1/2]

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

◆ resizeWithReserve() [2/2]

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

◆ size()

int meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.size ( self)

◆ swap()

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

◆ vec_() [1/2]

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

◆ vec_() [2/2]

None meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.vec_ ( self,
std_vector_ModelPointsData arg1 )

Member Data Documentation

◆ const_reference

meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.const_reference = ModelPointsData
static

◆ reference

meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.reference = ModelPointsData
static

◆ value_type

meshlib.mrmeshpy.Vector_ModelPointsData_ObjId.value_type = ModelPointsData
static

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