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