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) |
Generated from: MR::Vector<MR::AABBTreePoints::Node, MR::NodeId> Aliases: AABBTreePoints.NodeVec, 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
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ | ( | self, | |
int | size ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ | ( | self, | |
int | size, | ||
AABBTreePoints.Node | val ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ | ( | self, | |
std_vector_AABBTreePoints_Node | vec ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__init__ | ( | self, | |
Vector_AABBTreePoints_Node_NodeId | arg0 ) |
Implicit copy constructor.
typing.Iterator meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.__iter__ | ( | self | ) |
|
protected |
|
protected |
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.autoResizeAt | ( | self, | |
NodeId | i ) |
this accessor automatically adjusts the size of the vector
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.autoResizeSet | ( | self, | |
NodeId | i, | ||
AABBTreePoints.Node | val ) |
None meshlib.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
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.back | ( | self | ) |
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.back | ( | self | ) |
NodeId meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.backId | ( | self | ) |
returns the identifier of the back() element
NodeId meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.beginId | ( | self | ) |
returns the identifier of the first element
int meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.capacity | ( | self | ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.clear | ( | self | ) |
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.data | ( | self | ) |
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.data | ( | self | ) |
bool meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.empty | ( | self | ) |
NodeId meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.endId | ( | self | ) |
returns backId() + 1
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.front | ( | self | ) |
AABBTreePoints.Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.front | ( | self | ) |
int meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.pop_back | ( | self | ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.push_back | ( | self, | |
AABBTreePoints.Node | t ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.push_back | ( | self, | |
AABBTreePoints.Node | t ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.reserve | ( | self, | |
int | capacity ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.resize | ( | self, | |
int | newSize ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.resize | ( | self, | |
int | newSize, | ||
AABBTreePoints.Node | t ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.resizeWithReserve | ( | self, | |
int | newSize ) |
doubles reserved memory until resize(newSize) can be done without reallocation
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.resizeWithReserve | ( | self, | |
int | newSize, | ||
AABBTreePoints.Node | value ) |
doubles reserved memory until resize(newSize) can be done without reallocation
int meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.size | ( | self | ) |
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.swap | ( | self, | |
Vector_AABBTreePoints_Node_NodeId | b ) |
std_vector_AABBTreePoints_Node meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.vec_ | ( | self | ) |
the user can directly manipulate the vector, anyway she cannot break anything
None meshlib.mrmeshpy.Vector_AABBTreePoints_Node_NodeId.vec_ | ( | self, | |
std_vector_AABBTreePoints_Node | arg1 ) |
|
static |
|
static |
|
static |