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