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_MRPixelId_MRPixelId:Public Member Functions | |
| unsafe | Buffer_MRPixelId_MRPixelId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Buffer_MRPixelId_MRPixelId (MR._ByValue_Buffer_MRPixelId_MRPixelId _other) |
Generated from constructor MR.Buffer<MR.PixelId, MR.PixelId>::Buffer. | |
| unsafe | Buffer_MRPixelId_MRPixelId (ulong size) |
Generated from constructor MR.Buffer<MR.PixelId, MR.PixelId>::Buffer. | |
| unsafe MR.Buffer_MRPixelId_MRPixelId | assign (MR._ByValue_Buffer_MRPixelId_MRPixelId _other) |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::operator=. | |
| unsafe void | clear () |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::clear. | |
| unsafe void | resize (ulong newSize) |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::resize. | |
| unsafe new MR.? NoDefInit_MRPixelId | data () |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::data. | |
Properties | |
| unsafe new MR.NoDefInit_MRPixelId | this[MR.PixelId i] [get] |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::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.PixelId, MR.PixelId>. This is the non-const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Buffer<MR.PixelId, MR.PixelId>::Buffer.
|
inline |
Generated from constructor MR.Buffer<MR.PixelId, MR.PixelId>::Buffer.
|
inline |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::operator=.
|
inline |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::clear.
|
inline |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::data.
|
inline |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::resize.
|
get |
Generated from method MR.Buffer<MR.PixelId, MR.PixelId>::operator[].