MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Buffer_MRPixelId_MRPixelId Class Reference

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:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.NoDefInit_MRPixelIdGetEnumerator ()
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&lt;MR.PixelId, MR.PixelId&gt;::Buffer.
unsafe Buffer_MRPixelId_MRPixelId (ulong size)
 Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.
unsafe MR.Buffer_MRPixelId_MRPixelId assign (MR._ByValue_Buffer_MRPixelId_MRPixelId _other)
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator=.
unsafe void clear ()
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;resize.
unsafe new MR.? NoDefInit_MRPixelId data ()
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;data.
Public Member Functions inherited from MR.Const_Buffer_MRPixelId_MRPixelId
virtual void Dispose ()
IEnumerator< MR.NoDefInit_MRPixelIdGetEnumerator ()
unsafe Const_Buffer_MRPixelId_MRPixelId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Buffer_MRPixelId_MRPixelId (MR._ByValue_Buffer_MRPixelId_MRPixelId _other)
 Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.
unsafe Const_Buffer_MRPixelId_MRPixelId (ulong size)
 Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.
unsafe ulong capacity ()
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;capacity.
unsafe ulong size ()
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;size.
unsafe bool empty ()
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;empty.
unsafe MR.? NoDefInit_MRPixelId data ()
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;data.
unsafe MR.PixelId beginId ()
 returns the identifier of the first element Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;beginId.
unsafe MR.PixelId backId ()
 returns the identifier of the back() element Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;backId.
unsafe MR.PixelId endId ()
 returns backId() + 1 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;endId.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;heapBytes.

Properties

unsafe new MR.NoDefInit_MRPixelId this[MR.PixelId i] [get]
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator[].
Properties inherited from MR.Const_Buffer_MRPixelId_MRPixelId
unsafe MR.Const_NoDefInit_MRPixelId this[MR.PixelId i] [get]
 Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator[].

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Buffer_MRPixelId_MRPixelId
virtual unsafe void Dispose (bool disposing)

Detailed Description

std::vector<V>-like container that is 1) resized without initialization of its elements, 2) much simplified: no push_back and many other methods

Template Parameters
Vtype of stored elements
Itype of index (shall be convertible to size_t) Generated from class MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Buffer_MRPixelId_MRPixelId() [1/3]

unsafe MR.Buffer_MRPixelId_MRPixelId.Buffer_MRPixelId_MRPixelId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Buffer_MRPixelId_MRPixelId() [2/3]

unsafe MR.Buffer_MRPixelId_MRPixelId.Buffer_MRPixelId_MRPixelId ( MR._ByValue_Buffer_MRPixelId_MRPixelId _other)
inline

Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.

◆ Buffer_MRPixelId_MRPixelId() [3/3]

unsafe MR.Buffer_MRPixelId_MRPixelId.Buffer_MRPixelId_MRPixelId ( ulong size)
inline

Generated from constructor MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::Buffer.

Member Function Documentation

◆ assign()

unsafe MR.Buffer_MRPixelId_MRPixelId MR.Buffer_MRPixelId_MRPixelId.assign ( MR._ByValue_Buffer_MRPixelId_MRPixelId _other)
inline

Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator=.

◆ clear()

unsafe void MR.Buffer_MRPixelId_MRPixelId.clear ( )
inline

Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;clear.

◆ data()

unsafe new MR.? NoDefInit_MRPixelId MR.Buffer_MRPixelId_MRPixelId.data ( )
inline

Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;data.

◆ GetEnumerator()

new IEnumerator< MR.NoDefInit_MRPixelId > MR.Buffer_MRPixelId_MRPixelId.GetEnumerator ( )
inline

◆ resize()

unsafe void MR.Buffer_MRPixelId_MRPixelId.resize ( ulong newSize)
inline

Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;resize.

Property Documentation

◆ this[MR.PixelId i]

unsafe new MR.NoDefInit_MRPixelId MR.Buffer_MRPixelId_MRPixelId.this[MR.PixelId i]
get

Generated from method MR::Buffer&lt;MR.PixelId, MR.PixelId&gt;::operator[].


The documentation for this class was generated from the following file: