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

Public Member Functions

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

Static Public Attributes

 const_reference = GraphEdgeId
 
 reference = GraphEdgeId
 
 value_type = GraphEdgeId
 

Protected Member Functions

GraphEdgeId _Subscript (self, GraphEdgeId i)
 
GraphEdgeId _Subscript (self, GraphEdgeId i)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::Vector<MR::GraphEdgeId, MR::GraphEdgeId>


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

◆ __init__() [2/5]

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

◆ __init__() [3/5]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ ( self,
int size,
GraphEdgeId val )

◆ __init__() [4/5]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__init__ ( self,
std_vector_Id_GraphEdgeTag vec )

◆ __init__() [5/5]

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

Member Function Documentation

◆ __eq__()

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

◆ __iter__()

typing.Iterator[GraphEdgeId] mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.__iter__ ( self)

◆ __ne__()

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

◆ _pybind11_conduit_v1_()

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

◆ _Subscript() [1/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId._Subscript ( self,
GraphEdgeId i )
protected

◆ _Subscript() [2/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId._Subscript ( self,
GraphEdgeId i )
protected

◆ autoResizeAt()

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.autoResizeAt ( self,
GraphEdgeId i )
this accessor automatically adjusts the size of the vector

◆ autoResizeSet() [1/2]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.autoResizeSet ( self,
GraphEdgeId i,
GraphEdgeId val )

◆ autoResizeSet() [2/2]

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

◆ back() [1/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.back ( self)

◆ back() [2/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.back ( self)

◆ backId()

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.backId ( self)
returns the identifier of the back() element

◆ beginId()

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.beginId ( self)
returns the identifier of the first element

◆ capacity()

int mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.capacity ( self)

◆ clear()

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.clear ( self)

◆ data() [1/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.data ( self)

◆ data() [2/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.data ( self)

◆ empty()

bool mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.empty ( self)

◆ endId()

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.endId ( self)
returns backId() + 1

◆ front() [1/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.front ( self)

◆ front() [2/2]

GraphEdgeId mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.front ( self)

◆ heapBytes()

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

◆ pop_back()

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.pop_back ( self)

◆ push_back() [1/2]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.push_back ( self,
GraphEdgeId t )

◆ push_back() [2/2]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.push_back ( self,
GraphEdgeId t )

◆ reserve()

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

◆ resize() [1/2]

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

◆ resize() [2/2]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.resize ( self,
int newSize,
GraphEdgeId t )

◆ resizeNoInit()

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

◆ resizeWithReserve() [1/2]

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

◆ resizeWithReserve() [2/2]

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

◆ size()

int mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.size ( self)

◆ swap()

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

◆ vec_() [1/2]

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

◆ vec_() [2/2]

None mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.vec_ ( self,
std_vector_Id_GraphEdgeTag arg1 )

Member Data Documentation

◆ const_reference

mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.const_reference = GraphEdgeId
static

◆ reference

mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.reference = GraphEdgeId
static

◆ value_type

mrmeshpy.Vector_GraphEdgeId_GraphEdgeId.value_type = GraphEdgeId
static

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