Static Public Attributes | |
const_reference = MeshOrPointsXf | |
reference = MeshOrPointsXf | |
value_type = MeshOrPointsXf | |
Protected Member Functions | |
MeshOrPointsXf | _Subscript (self, ObjId i) |
MeshOrPointsXf | _Subscript (self, ObjId i) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::Vector<MR::MeshOrPointsXf, MR::ObjId> Aliases: ICPObjects \\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 mrmeshpy.Vector_MeshOrPointsXf_ObjId.__init__ | ( | self | ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.__init__ | ( | self, | |
int | size, | ||
MeshOrPointsXf | val ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.__init__ | ( | self, | |
std_vector_MeshOrPointsXf | vec ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.__init__ | ( | self, | |
Vector_MeshOrPointsXf_ObjId | arg0 ) |
Implicit copy constructor.
typing.Iterator[MeshOrPointsXf] mrmeshpy.Vector_MeshOrPointsXf_ObjId.__iter__ | ( | self | ) |
|
staticprotected |
|
protected |
|
protected |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.autoResizeSet | ( | self, | |
ObjId | i, | ||
MeshOrPointsXf | val ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.autoResizeSet | ( | self, | |
ObjId | pos, | ||
int | len, | ||
MeshOrPointsXf | val ) |
sets elements [pos, pos+len) to given value, adjusting the size of the vector to include new elements
MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.back | ( | self | ) |
MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.back | ( | self | ) |
ObjId mrmeshpy.Vector_MeshOrPointsXf_ObjId.backId | ( | self | ) |
returns the identifier of the back() element
ObjId mrmeshpy.Vector_MeshOrPointsXf_ObjId.beginId | ( | self | ) |
returns the identifier of the first element
int mrmeshpy.Vector_MeshOrPointsXf_ObjId.capacity | ( | self | ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.clear | ( | self | ) |
MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.data | ( | self | ) |
MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.data | ( | self | ) |
bool mrmeshpy.Vector_MeshOrPointsXf_ObjId.empty | ( | self | ) |
ObjId mrmeshpy.Vector_MeshOrPointsXf_ObjId.endId | ( | self | ) |
returns backId() + 1
MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.front | ( | self | ) |
MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.front | ( | self | ) |
int mrmeshpy.Vector_MeshOrPointsXf_ObjId.heapBytes | ( | self | ) |
returns the amount of memory this object occupies on heap
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.pop_back | ( | self | ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.push_back | ( | self, | |
MeshOrPointsXf | t ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.push_back | ( | self, | |
MeshOrPointsXf | t ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.reserve | ( | self, | |
int | capacity ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.resize | ( | self, | |
int | newSize, | ||
MeshOrPointsXf | t ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.resizeWithReserve | ( | self, | |
int | newSize, | ||
MeshOrPointsXf | value ) |
doubles reserved memory until resize(newSize) can be done without reallocation
int mrmeshpy.Vector_MeshOrPointsXf_ObjId.size | ( | self | ) |
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.swap | ( | self, | |
Vector_MeshOrPointsXf_ObjId | b ) |
std_vector_MeshOrPointsXf mrmeshpy.Vector_MeshOrPointsXf_ObjId.vec_ | ( | self | ) |
the user can directly manipulate the vector, anyway she cannot break anything
None mrmeshpy.Vector_MeshOrPointsXf_ObjId.vec_ | ( | self, | |
std_vector_MeshOrPointsXf | arg1 ) |
|
static |
|
static |
|
static |