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

Public Member Functions

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

Protected Member Functions

int _Subscript (self, FaceId i)
 
int _Subscript (self, FaceId i)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::Vector<int, MR::FaceId>


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

◆ __init__() [2/5]

None mrmeshpy.Vector_int_FaceId.__init__ ( self,
int size )

◆ __init__() [3/5]

None mrmeshpy.Vector_int_FaceId.__init__ ( self,
int size,
int val )

◆ __init__() [4/5]

None mrmeshpy.Vector_int_FaceId.__init__ ( self,
std_vector_int vec )

◆ __init__() [5/5]

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

Member Function Documentation

◆ __eq__()

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

◆ __iter__()

typing.Iterator[int] mrmeshpy.Vector_int_FaceId.__iter__ ( self)

◆ __ne__()

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

◆ _pybind11_conduit_v1_()

mrmeshpy.Vector_int_FaceId._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ _Subscript() [1/2]

int mrmeshpy.Vector_int_FaceId._Subscript ( self,
FaceId i )
protected

◆ _Subscript() [2/2]

int mrmeshpy.Vector_int_FaceId._Subscript ( self,
FaceId i )
protected

◆ autoResizeAt()

int mrmeshpy.Vector_int_FaceId.autoResizeAt ( self,
FaceId i )
this accessor automatically adjusts the size of the vector

◆ autoResizeSet() [1/2]

None mrmeshpy.Vector_int_FaceId.autoResizeSet ( self,
FaceId i,
int val )

◆ autoResizeSet() [2/2]

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

◆ back() [1/2]

int mrmeshpy.Vector_int_FaceId.back ( self)

◆ back() [2/2]

int mrmeshpy.Vector_int_FaceId.back ( self)

◆ backId()

FaceId mrmeshpy.Vector_int_FaceId.backId ( self)
returns the identifier of the back() element

◆ beginId()

FaceId mrmeshpy.Vector_int_FaceId.beginId ( self)
returns the identifier of the first element

◆ capacity()

int mrmeshpy.Vector_int_FaceId.capacity ( self)

◆ clear()

None mrmeshpy.Vector_int_FaceId.clear ( self)

◆ data() [1/2]

int mrmeshpy.Vector_int_FaceId.data ( self)

◆ data() [2/2]

int mrmeshpy.Vector_int_FaceId.data ( self)

◆ empty()

bool mrmeshpy.Vector_int_FaceId.empty ( self)

◆ endId()

FaceId mrmeshpy.Vector_int_FaceId.endId ( self)
returns backId() + 1

◆ front() [1/2]

int mrmeshpy.Vector_int_FaceId.front ( self)

◆ front() [2/2]

int mrmeshpy.Vector_int_FaceId.front ( self)

◆ heapBytes()

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

◆ pop_back()

None mrmeshpy.Vector_int_FaceId.pop_back ( self)

◆ push_back() [1/2]

None mrmeshpy.Vector_int_FaceId.push_back ( self,
int t )

◆ push_back() [2/2]

None mrmeshpy.Vector_int_FaceId.push_back ( self,
int t )

◆ reserve()

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

◆ resize() [1/2]

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

◆ resize() [2/2]

None mrmeshpy.Vector_int_FaceId.resize ( self,
int newSize,
int t )

◆ resizeWithReserve() [1/2]

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

◆ resizeWithReserve() [2/2]

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

◆ size()

int mrmeshpy.Vector_int_FaceId.size ( self)

◆ swap()

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

◆ vec_() [1/2]

std_vector_int mrmeshpy.Vector_int_FaceId.vec_ ( self)
the user can directly manipulate the vector, anyway she cannot break anything

◆ vec_() [2/2]

None mrmeshpy.Vector_int_FaceId.vec_ ( self,
std_vector_int arg1 )

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