std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods More...
Inheritance diagram for MR.Buffer_MRVoxelId_MRVoxelId:Public Member Functions | |
| unsafe | Buffer_MRVoxelId_MRVoxelId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Buffer_MRVoxelId_MRVoxelId (MR._ByValue_Buffer_MRVoxelId_MRVoxelId _other) |
Generated from constructor MR.Buffer<MR.VoxelId, MR.VoxelId>::Buffer. | |
| unsafe | Buffer_MRVoxelId_MRVoxelId (ulong size) |
Generated from constructor MR.Buffer<MR.VoxelId, MR.VoxelId>::Buffer. | |
| unsafe MR.Buffer_MRVoxelId_MRVoxelId | assign (MR._ByValue_Buffer_MRVoxelId_MRVoxelId _other) |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::operator=. | |
| unsafe void | clear () |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::clear. | |
| unsafe void | resize (ulong newSize) |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::resize. | |
| unsafe new MR.? NoDefInit_MRVoxelId | data () |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::data. | |
Properties | |
| unsafe new MR.NoDefInit_MRVoxelId | this[MR.VoxelId i] [get] |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::operator[]. | |
std.vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods
| V | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.Buffer<MR.VoxelId, MR.VoxelId>. This is the non-const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Buffer<MR.VoxelId, MR.VoxelId>::Buffer.
|
inline |
Generated from constructor MR.Buffer<MR.VoxelId, MR.VoxelId>::Buffer.
|
inline |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::operator=.
|
inline |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::clear.
|
inline |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::data.
|
inline |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::resize.
|
get |
Generated from method MR.Buffer<MR.VoxelId, MR.VoxelId>::operator[].