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