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