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

Public Member Functions

None __init__ (self)
 
None __init__ (self, int size)
 
None __init__ (self, int size, AABBTreePoints.Node val)
 
None __init__ (self, std_vector_AABBTreePoints_Node vec)
 
None __init__ (self, Vector_AABBTreePoints_Node_NodeId arg0)
 
typing.Iterator[AABBTreePoints.Node__iter__ (self)
 
AABBTreePoints.Node autoResizeAt (self, NodeId i)
 
None autoResizeSet (self, NodeId pos, int len, AABBTreePoints.Node val)
 
None autoResizeSet (self, NodeId i, AABBTreePoints.Node val)
 
AABBTreePoints.Node back (self)
 
AABBTreePoints.Node back (self)
 
NodeId backId (self)
 
NodeId beginId (self)
 
int capacity (self)
 
None clear (self)
 
AABBTreePoints.Node data (self)
 
AABBTreePoints.Node data (self)
 
bool empty (self)
 
NodeId endId (self)
 
AABBTreePoints.Node front (self)
 
AABBTreePoints.Node front (self)
 
int heapBytes (self)
 
None pop_back (self)
 
None push_back (self, AABBTreePoints.Node t)
 
None push_back (self, AABBTreePoints.Node t)
 
None reserve (self, int capacity)
 
None resize (self, int newSize)
 
None resize (self, int newSize, AABBTreePoints.Node t)
 
None resizeWithReserve (self, int newSize)
 
None resizeWithReserve (self, int newSize, AABBTreePoints.Node value)
 
int size (self)
 
None swap (self, Vector_AABBTreePoints_Node_NodeId b)
 
std_vector_AABBTreePoints_Node vec_ (self)
 
None vec_ (self, std_vector_AABBTreePoints_Node arg1)
 

Static Public Attributes

 const_reference = AABBTreePoints.Node
 
 reference = AABBTreePoints.Node
 
 value_type = AABBTreePoints.Node
 

Protected Member Functions

AABBTreePoints.Node _Subscript (self, NodeId i)
 
AABBTreePoints.Node _Subscript (self, NodeId i)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::Vector<MR::AABBTreePoints::Node, MR::NodeId>
Aliases:  AABBTreePoints.NodeVec


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

◆ __init__() [2/5]

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

◆ __init__() [3/5]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ ( self,
int size,
AABBTreePoints.Node val )

◆ __init__() [4/5]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ ( self,
std_vector_AABBTreePoints_Node vec )

◆ __init__() [5/5]

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

Member Function Documentation

◆ __iter__()

typing.Iterator[AABBTreePoints.Node] mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__iter__ ( self)

◆ _pybind11_conduit_v1_()

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

◆ _Subscript() [1/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId._Subscript ( self,
NodeId i )
protected

◆ _Subscript() [2/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId._Subscript ( self,
NodeId i )
protected

◆ autoResizeAt()

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.autoResizeAt ( self,
NodeId i )
this accessor automatically adjusts the size of the vector

◆ autoResizeSet() [1/2]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.autoResizeSet ( self,
NodeId i,
AABBTreePoints.Node val )

◆ autoResizeSet() [2/2]

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

◆ back() [1/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.back ( self)

◆ back() [2/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.back ( self)

◆ backId()

NodeId mrmeshpy.Vector_AABBTreePoints_Node_NodeId.backId ( self)
returns the identifier of the back() element

◆ beginId()

NodeId mrmeshpy.Vector_AABBTreePoints_Node_NodeId.beginId ( self)
returns the identifier of the first element

◆ capacity()

int mrmeshpy.Vector_AABBTreePoints_Node_NodeId.capacity ( self)

◆ clear()

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.clear ( self)

◆ data() [1/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.data ( self)

◆ data() [2/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.data ( self)

◆ empty()

bool mrmeshpy.Vector_AABBTreePoints_Node_NodeId.empty ( self)

◆ endId()

NodeId mrmeshpy.Vector_AABBTreePoints_Node_NodeId.endId ( self)
returns backId() + 1

◆ front() [1/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.front ( self)

◆ front() [2/2]

AABBTreePoints.Node mrmeshpy.Vector_AABBTreePoints_Node_NodeId.front ( self)

◆ heapBytes()

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

◆ pop_back()

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.pop_back ( self)

◆ push_back() [1/2]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.push_back ( self,
AABBTreePoints.Node t )

◆ push_back() [2/2]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.push_back ( self,
AABBTreePoints.Node t )

◆ reserve()

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

◆ resize() [1/2]

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

◆ resize() [2/2]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.resize ( self,
int newSize,
AABBTreePoints.Node t )

◆ resizeWithReserve() [1/2]

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

◆ resizeWithReserve() [2/2]

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

◆ size()

int mrmeshpy.Vector_AABBTreePoints_Node_NodeId.size ( self)

◆ swap()

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

◆ vec_() [1/2]

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

◆ vec_() [2/2]

None mrmeshpy.Vector_AABBTreePoints_Node_NodeId.vec_ ( self,
std_vector_AABBTreePoints_Node arg1 )

Member Data Documentation

◆ const_reference

mrmeshpy.Vector_AABBTreePoints_Node_NodeId.const_reference = AABBTreePoints.Node
static

◆ reference

mrmeshpy.Vector_AABBTreePoints_Node_NodeId.reference = AABBTreePoints.Node
static

◆ value_type

mrmeshpy.Vector_AABBTreePoints_Node_NodeId.value_type = AABBTreePoints.Node
static

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