std.vector<T>-like container that requires specific indexing type, More...
Inheritance diagram for MR.VertCoords:Public Member Functions | |
| unsafe | VertCoords () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | VertCoords (MR._ByValue_VertCoords _other) |
Generated from constructor MR.VertCoords.VertCoords. | |
| VertCoords (Const_VertCoords _other) | |
Generated from constructor MR.VertCoords.VertCoords. | |
| VertCoords (VertCoords _other) | |
Generated from constructor MR.VertCoords.VertCoords. | |
| unsafe | VertCoords (ulong size) |
creates a vector with size elements with default value Generated from constructor MR.VertCoords.VertCoords. | |
| unsafe | VertCoords (ulong size, in MR.Vector3f val) |
creates a vector with size elements with the given value Generated from constructor MR.VertCoords.VertCoords. | |
| unsafe | VertCoords (MR.Misc._Moved< MR.Std.Vector_MRVector3f > vec) |
moves data from the given std.vector<T> Generated from constructor MR.VertCoords.VertCoords. | |
| unsafe MR.VertCoords | assign (MR._ByValue_VertCoords _other) |
Generated from method MR.VertCoords.operator=. | |
| unsafe void | clear () |
Generated from method MR.VertCoords.clear. | |
| unsafe void | resize (ulong newSize) |
Generated from method MR.VertCoords.resize. | |
| unsafe void | resize (ulong newSize, in MR.Vector3f t) |
Generated from method MR.VertCoords.resize. | |
| unsafe void | resizeNoInit (ulong targetSize) |
Generated from method MR.VertCoords.resizeNoInit. | |
| unsafe void | reserve (ulong capacity) |
Generated from method MR.VertCoords.reserve. | |
| unsafe void | resizeWithReserve (ulong newSize) |
doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.VertCoords.resizeWithReserve. | |
| unsafe void | resizeWithReserve (ulong newSize, in MR.Vector3f value) |
doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.VertCoords.resizeWithReserve. | |
| unsafe void | autoResizeSet (MR.VertId pos, ulong len, MR.Vector3f val) |
sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.VertCoords.autoResizeSet. | |
| unsafe void | autoResizeSet (MR.VertId i, MR.Vector3f val) |
sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.VertCoords.autoResizeSet. | |
| unsafe ref MR.Vector3f | autoResizeAt (MR.VertId i) |
this accessor automatically adjusts the size of the vector Generated from method MR.VertCoords.autoResizeAt. | |
| unsafe void | pushBack (in MR.Vector3f t) |
Generated from method MR.VertCoords.push_back. | |
| unsafe void | pushBack (MR.Misc._MoveRef _move_t, in MR.Vector3f t) |
Generated from method MR.VertCoords.push_back. | |
| unsafe void | popBack () |
Generated from method MR.VertCoords.pop_back. | |
| unsafe ref MR.Vector3f | emplaceBack () |
Generated from method MR.VertCoords.emplace_back<>. | |
| unsafe new ref MR.Vector3f | front () |
Generated from method MR.VertCoords.front. | |
| unsafe new ref MR.Vector3f | back () |
Generated from method MR.VertCoords.back. | |
| unsafe new MR.Misc.? Ref< MR.Vector3f > | data () |
Generated from method MR.VertCoords.data. | |
| unsafe void | swap (MR.VertCoords b) |
Generated from method MR.VertCoords.swap. | |
Static Public Member Functions | |
| static unsafe implicit | operator VertCoords (MR.Misc._Moved< MR.Std.Vector_MRVector3f > vec) |
moves data from the given std.vector<T> Generated from constructor MR.VertCoords.VertCoords. | |
Properties | |
| new unsafe MR.Std.Vector_MRVector3f | vec [get, protected set] |
| the user can directly manipulate the vector, anyway she cannot break anything | |
| unsafe new ref MR.Vector3f | this[MR.VertId i] [get] |
Generated from method MR.VertCoords.operator[]. | |
std.vector<T>-like container that requires specific indexing type,
| T | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.VertCoords. This is the non-const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.VertCoords.VertCoords.
|
inline |
Generated from constructor MR.VertCoords.VertCoords.
|
inline |
Generated from constructor MR.VertCoords.VertCoords.
|
inline |
creates a vector with size elements with default value Generated from constructor MR.VertCoords.VertCoords.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR.VertCoords.VertCoords.
|
inline |
moves data from the given std.vector<T> Generated from constructor MR.VertCoords.VertCoords.
|
inline |
Generated from method MR.VertCoords.operator=.
|
inline |
this accessor automatically adjusts the size of the vector Generated from method MR.VertCoords.autoResizeAt.
|
inline |
sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.VertCoords.autoResizeSet.
|
inline |
sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.VertCoords.autoResizeSet.
|
inline |
Generated from method MR.VertCoords.back.
|
inline |
Generated from method MR.VertCoords.clear.
|
inline |
Generated from method MR.VertCoords.data.
|
inline |
Generated from method MR.VertCoords.emplace_back<>.
|
inline |
Generated from method MR.VertCoords.front.
|
inlinestatic |
moves data from the given std.vector<T> Generated from constructor MR.VertCoords.VertCoords.
|
inline |
Generated from method MR.VertCoords.pop_back.
|
inline |
Generated from method MR.VertCoords.push_back.
|
inline |
Generated from method MR.VertCoords.push_back.
|
inline |
Generated from method MR.VertCoords.reserve.
|
inline |
Generated from method MR.VertCoords.resize.
|
inline |
Generated from method MR.VertCoords.resize.
|
inline |
Generated from method MR.VertCoords.resizeNoInit.
|
inline |
doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.VertCoords.resizeWithReserve.
|
inline |
doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.VertCoords.resizeWithReserve.
|
inline |
Generated from method MR.VertCoords.swap.
|
get |
Generated from method MR.VertCoords.operator[].
|
getprotected set |
the user can directly manipulate the vector, anyway she cannot break anything