MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Buffer_MRGraphVertId_MRGraphVertId 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_MRGraphVertId_MRGraphVertId:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.NoDefInit_MRGraphVertIdGetEnumerator ()
unsafe Buffer_MRGraphVertId_MRGraphVertId ()
 Constructs an empty (default-constructed) instance.
unsafe Buffer_MRGraphVertId_MRGraphVertId (MR._ByValue_Buffer_MRGraphVertId_MRGraphVertId _other)
 Generated from constructor MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;::Buffer.
unsafe Buffer_MRGraphVertId_MRGraphVertId (ulong size)
 Generated from constructor MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;::Buffer.
unsafe MR.Buffer_MRGraphVertId_MRGraphVertId assign (MR._ByValue_Buffer_MRGraphVertId_MRGraphVertId _other)
 Generated from method MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;::operator=.
unsafe void clear ()
 Generated from method MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;resize.
unsafe new MR.? NoDefInit_MRGraphVertId data ()
 Generated from method MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;data.

Properties

unsafe new MR.NoDefInit_MRGraphVertId this[MR.GraphVertId i] [get]
 Generated from method MR::Buffer&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;::operator[].

Detailed Description

std::vector&lt;V&gt;-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&amp;lt;MR.GraphVertId, MR.GraphVertId&amp;gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Buffer_MRGraphVertId_MRGraphVertId() [1/3]

unsafe MR.Buffer_MRGraphVertId_MRGraphVertId.Buffer_MRGraphVertId_MRGraphVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Buffer_MRGraphVertId_MRGraphVertId() [2/3]

unsafe MR.Buffer_MRGraphVertId_MRGraphVertId.Buffer_MRGraphVertId_MRGraphVertId ( MR._ByValue_Buffer_MRGraphVertId_MRGraphVertId _other)
inline

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

◆ Buffer_MRGraphVertId_MRGraphVertId() [3/3]

unsafe MR.Buffer_MRGraphVertId_MRGraphVertId.Buffer_MRGraphVertId_MRGraphVertId ( ulong size)
inline

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

Member Function Documentation

◆ assign()

unsafe MR.Buffer_MRGraphVertId_MRGraphVertId MR.Buffer_MRGraphVertId_MRGraphVertId.assign ( MR._ByValue_Buffer_MRGraphVertId_MRGraphVertId _other)
inline

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

◆ clear()

unsafe void MR.Buffer_MRGraphVertId_MRGraphVertId.clear ( )
inline

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

◆ data()

unsafe new MR.? NoDefInit_MRGraphVertId MR.Buffer_MRGraphVertId_MRGraphVertId.data ( )
inline

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

◆ GetEnumerator()

new IEnumerator< MR.NoDefInit_MRGraphVertId > MR.Buffer_MRGraphVertId_MRGraphVertId.GetEnumerator ( )
inline

◆ resize()

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

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

Property Documentation

◆ this[MR.GraphVertId i]

unsafe new MR.NoDefInit_MRGraphVertId MR.Buffer_MRGraphVertId_MRGraphVertId.this[MR.GraphVertId i]
get

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


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