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