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

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.NoDefInit_MRFaceIdGetEnumerator ()
unsafe Buffer_MRFaceId ()
 Constructs an empty (default-constructed) instance.
unsafe Buffer_MRFaceId (MR._ByValue_Buffer_MRFaceId _other)
 Generated from constructor MR::Buffer&amp;lt;MR.FaceId&amp;gt;::Buffer.
unsafe Buffer_MRFaceId (ulong size)
 Generated from constructor MR::Buffer&amp;lt;MR.FaceId&amp;gt;::Buffer.
unsafe MR.Buffer_MRFaceId assign (MR._ByValue_Buffer_MRFaceId _other)
 Generated from method MR::Buffer&amp;lt;MR.FaceId&amp;gt;::operator=.
unsafe void clear ()
 Generated from method MR::Buffer&amp;lt;MR.FaceId&amp;gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Buffer&amp;lt;MR.FaceId&amp;gt;resize.
unsafe new MR.? NoDefInit_MRFaceId data ()
 Generated from method MR::Buffer&amp;lt;MR.FaceId&amp;gt;data.

Properties

unsafe new MR.NoDefInit_MRFaceId this[ulong i] [get]
 Generated from method MR::Buffer&amp;lt;MR.FaceId&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.FaceId&amp;gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Buffer_MRFaceId() [1/3]

unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Buffer_MRFaceId() [2/3]

unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId ( MR._ByValue_Buffer_MRFaceId _other)
inline

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

◆ Buffer_MRFaceId() [3/3]

unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId ( ulong size)
inline

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

Member Function Documentation

◆ assign()

unsafe MR.Buffer_MRFaceId MR.Buffer_MRFaceId.assign ( MR._ByValue_Buffer_MRFaceId _other)
inline

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

◆ clear()

unsafe void MR.Buffer_MRFaceId.clear ( )
inline

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

◆ data()

unsafe new MR.? NoDefInit_MRFaceId MR.Buffer_MRFaceId.data ( )
inline

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

◆ GetEnumerator()

new IEnumerator< MR.NoDefInit_MRFaceId > MR.Buffer_MRFaceId.GetEnumerator ( )
inline

◆ resize()

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

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

Property Documentation

◆ this[ulong i]

unsafe new MR.NoDefInit_MRFaceId MR.Buffer_MRFaceId.this[ulong i]
get

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


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