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:

Public Member Functions

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

Properties

unsafe new MR.NoDefInit_MRFaceId this[ulong i] [get]
 Generated from method MR.Buffer<MR.FaceId>::operator[].
 

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<MR.FaceId>. 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<MR.FaceId>::Buffer.

◆ Buffer_MRFaceId() [3/3]

unsafe MR.Buffer_MRFaceId.Buffer_MRFaceId ( ulong size)
inline

Generated from constructor MR.Buffer<MR.FaceId>::Buffer.

Member Function Documentation

◆ assign()

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

Generated from method MR.Buffer<MR.FaceId>::operator=.

◆ clear()

unsafe void MR.Buffer_MRFaceId.clear ( )
inline

Generated from method MR.Buffer<MR.FaceId>::clear.

◆ data()

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

Generated from method MR.Buffer<MR.FaceId>::data.

◆ resize()

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

Generated from method MR.Buffer<MR.FaceId>::resize.

Property Documentation

◆ this[ulong i]

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

Generated from method MR.Buffer<MR.FaceId>::operator[].


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