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

Public Member Functions

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

Static Public Member Functions

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

Static Public Attributes

 const_reference = GraphVertId
 
 reference = GraphVertId
 
 value_type = GraphVertId
 

Static Protected Attributes

typing _offsetof_vec_ = 0
 

Detailed Description

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


 \\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/5]

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

◆ __init__() [2/5]

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

◆ __init__() [3/5]

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

◆ __init__() [4/5]

None mrmeshpy.Vector_GraphVertId_GraphVertId.__init__ ( self,
int size,
GraphVertId val )
creates a vector with \\p size elements with the given value

◆ __init__() [5/5]

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

Member Function Documentation

◆ __eq__()

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

◆ __getitem__() [1/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.__getitem__ ( self,
GraphVertId i )

◆ __getitem__() [2/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.__getitem__ ( self,
GraphVertId i )

◆ __iter__()

typing.Iterator[GraphVertId] mrmeshpy.Vector_GraphVertId_GraphVertId.__iter__ ( self)

◆ __ne__()

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

◆ __setitem__()

None mrmeshpy.Vector_GraphVertId_GraphVertId.__setitem__ ( self,
GraphVertId arg0,
GraphVertId arg1 )

◆ autoResizeAt()

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

◆ autoResizeSet() [1/2]

None mrmeshpy.Vector_GraphVertId_GraphVertId.autoResizeSet ( self,
GraphVertId i,
GraphVertId 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_GraphVertId_GraphVertId.autoResizeSet ( self,
GraphVertId pos,
int len,
GraphVertId 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]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.back ( self)

◆ back() [2/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.back ( self)

◆ backId()

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.backId ( self)
returns the identifier of the back() element

◆ beginId()

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.beginId ( self)
returns the identifier of the first element

◆ capacity()

int mrmeshpy.Vector_GraphVertId_GraphVertId.capacity ( self)

◆ clear()

None mrmeshpy.Vector_GraphVertId_GraphVertId.clear ( self)

◆ data() [1/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.data ( self)

◆ data() [2/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.data ( self)

◆ emplace_back()

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.emplace_back ( self)

◆ empty()

bool mrmeshpy.Vector_GraphVertId_GraphVertId.empty ( self)

◆ endId()

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.endId ( self)
returns backId() + 1

◆ front() [1/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.front ( self)

◆ front() [2/2]

GraphVertId mrmeshpy.Vector_GraphVertId_GraphVertId.front ( self)

◆ heapBytes()

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ pop_back()

None mrmeshpy.Vector_GraphVertId_GraphVertId.pop_back ( self)

◆ push_back() [1/2]

None mrmeshpy.Vector_GraphVertId_GraphVertId.push_back ( self,
GraphVertId t )

◆ push_back() [2/2]

None mrmeshpy.Vector_GraphVertId_GraphVertId.push_back ( self,
GraphVertId t )

◆ reserve()

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

◆ resize() [1/2]

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

◆ resize() [2/2]

None mrmeshpy.Vector_GraphVertId_GraphVertId.resize ( self,
int newSize,
GraphVertId t )

◆ resizeNoInit()

None mrmeshpy.Vector_GraphVertId_GraphVertId.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_GraphVertId_GraphVertId.resizeWithReserve ( self,
int newSize )
doubles reserved memory until resize(newSize) can be done without reallocation

◆ resizeWithReserve() [2/2]

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

◆ size()

int mrmeshpy.Vector_GraphVertId_GraphVertId.size ( self)

◆ swap()

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

◆ vec_() [1/2]

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

◆ vec_() [2/2]

None mrmeshpy.Vector_GraphVertId_GraphVertId.vec_ ( self,
std_vector_Id_GraphVertTag arg1 )

Member Data Documentation

◆ _offsetof_vec_

typing mrmeshpy.Vector_GraphVertId_GraphVertId._offsetof_vec_ = 0
staticprotected

◆ const_reference

mrmeshpy.Vector_GraphVertId_GraphVertId.const_reference = GraphVertId
static

◆ reference

mrmeshpy.Vector_GraphVertId_GraphVertId.reference = GraphVertId
static

◆ value_type

mrmeshpy.Vector_GraphVertId_GraphVertId.value_type = GraphVertId
static

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