MeshLib C# Docs
Loading...
Searching...
No Matches

std::vector<T>-like container that requires specific indexing type, More...

Inheritance diagram for MR.Const_FaceColors:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< MR.Misc.ConstRef< MR.Color > > GetEnumerator ()
unsafe Const_FaceColors ()
 Constructs an empty (default-constructed) instance.
unsafe Const_FaceColors (MR._ByValue_FaceColors _other)
 Generated from constructor MR.FaceColors.FaceColors.
 Const_FaceColors (Const_FaceColors _other)
 Generated from constructor MR.FaceColors.FaceColors.
 Const_FaceColors (FaceColors _other)
 Generated from constructor MR.FaceColors.FaceColors.
unsafe Const_FaceColors (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.FaceColors.FaceColors.
unsafe Const_FaceColors (ulong size, in MR.Color val)
 creates a vector with size elements with the given value Generated from constructor MR.FaceColors.FaceColors.
unsafe Const_FaceColors (MR.Misc._Moved< MR.Std.Vector_MRColor > vec)
 moves data from the given std::vector<T> Generated from constructor MR.FaceColors.FaceColors.
unsafe bool empty ()
 Generated from method MR.FaceColors.empty.
unsafe ulong size ()
 Generated from method MR.FaceColors.size.
unsafe ulong capacity ()
 Generated from method MR.FaceColors.capacity.
unsafe ref readonly MR.Color front ()
 Generated from method MR.FaceColors.front.
unsafe ref readonly MR.Color back ()
 Generated from method MR.FaceColors.back.
unsafe MR.FaceId beginId ()
 returns the identifier of the first element Generated from method MR.FaceColors.beginId.
unsafe MR.FaceId backId ()
 returns the identifier of the back() element Generated from method MR.FaceColors.backId.
unsafe MR.FaceId endId ()
 returns backId() + 1 Generated from method MR.FaceColors.endId.
unsafe MR.? Color data ()
 Generated from method MR.FaceColors.data.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.FaceColors.heapBytes.
bool Equals (MR.Const_FaceColors? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_FaceColors (MR.Misc._Moved< MR.Std.Vector_MRColor > vec)
 moves data from the given std::vector<T> Generated from constructor MR.FaceColors.FaceColors.
static unsafe bool operator== (MR.Const_FaceColors _this, MR.Const_FaceColors b)
 Generated from method MR::FaceColors::operator==.
static unsafe bool operator!= (MR.Const_FaceColors _this, MR.Const_FaceColors b)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Vector_MRColor vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe ref readonly MR.Color this[MR.FaceId i] [get]
 Generated from method MR::FaceColors::operator[].

Detailed Description

std::vector<T>-like container that requires specific indexing type,

Template Parameters
Ttype of stored elements
Itype of index (shall be convertible to size_t) Generated from class MR.FaceColors. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_FaceColors() [1/7]

unsafe MR.Const_FaceColors.Const_FaceColors ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FaceColors() [2/7]

unsafe MR.Const_FaceColors.Const_FaceColors ( MR._ByValue_FaceColors _other)
inline

Generated from constructor MR.FaceColors.FaceColors.

◆ Const_FaceColors() [3/7]

MR.Const_FaceColors.Const_FaceColors ( Const_FaceColors _other)
inline

Generated from constructor MR.FaceColors.FaceColors.

◆ Const_FaceColors() [4/7]

MR.Const_FaceColors.Const_FaceColors ( FaceColors _other)
inline

Generated from constructor MR.FaceColors.FaceColors.

◆ Const_FaceColors() [5/7]

unsafe MR.Const_FaceColors.Const_FaceColors ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR.FaceColors.FaceColors.

◆ Const_FaceColors() [6/7]

unsafe MR.Const_FaceColors.Const_FaceColors ( ulong size,
in MR.Color val )
inline

creates a vector with size elements with the given value Generated from constructor MR.FaceColors.FaceColors.

◆ Const_FaceColors() [7/7]

unsafe MR.Const_FaceColors.Const_FaceColors ( MR.Misc._Moved< MR.Std.Vector_MRColor > vec)
inline

moves data from the given std::vector<T> Generated from constructor MR.FaceColors.FaceColors.

Member Function Documentation

◆ back()

unsafe ref readonly MR.Color MR.Const_FaceColors.back ( )
inline

Generated from method MR.FaceColors.back.

◆ backId()

unsafe MR.FaceId MR.Const_FaceColors.backId ( )
inline

returns the identifier of the back() element Generated from method MR.FaceColors.backId.

◆ beginId()

unsafe MR.FaceId MR.Const_FaceColors.beginId ( )
inline

returns the identifier of the first element Generated from method MR.FaceColors.beginId.

◆ capacity()

unsafe ulong MR.Const_FaceColors.capacity ( )
inline

Generated from method MR.FaceColors.capacity.

◆ data()

unsafe MR.? Color MR.Const_FaceColors.data ( )
inline

Generated from method MR.FaceColors.data.

◆ Dispose() [1/2]

virtual void MR.Const_FaceColors.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_FaceColors.Dispose ( bool disposing)
inlineprotectedvirtual

◆ empty()

unsafe bool MR.Const_FaceColors.empty ( )
inline

Generated from method MR.FaceColors.empty.

◆ endId()

unsafe MR.FaceId MR.Const_FaceColors.endId ( )
inline

returns backId() + 1 Generated from method MR.FaceColors.endId.

◆ Equals() [1/2]

bool MR.Const_FaceColors.Equals ( MR.Const_FaceColors? b)
inline

◆ Equals() [2/2]

override bool MR.Const_FaceColors.Equals ( object? other)
inline

◆ front()

unsafe ref readonly MR.Color MR.Const_FaceColors.front ( )
inline

Generated from method MR.FaceColors.front.

◆ GetEnumerator()

IEnumerator< MR.Misc.ConstRef< MR.Color > > MR.Const_FaceColors.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_FaceColors.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.FaceColors.heapBytes.

◆ operator Const_FaceColors()

unsafe implicit MR.Const_FaceColors.operator Const_FaceColors ( MR.Misc._Moved< MR.Std.Vector_MRColor > vec)
inlinestatic

moves data from the given std::vector<T> Generated from constructor MR.FaceColors.FaceColors.

◆ operator!=()

unsafe bool MR.Const_FaceColors.operator!= ( MR.Const_FaceColors _this,
MR.Const_FaceColors b )
inlinestatic

◆ operator==()

unsafe bool MR.Const_FaceColors.operator== ( MR.Const_FaceColors _this,
MR.Const_FaceColors b )
inlinestatic

Generated from method MR::FaceColors::operator==.

◆ size()

unsafe ulong MR.Const_FaceColors.size ( )
inline

Generated from method MR.FaceColors.size.

Property Documentation

◆ this[MR.FaceId i]

unsafe ref readonly MR.Color MR.Const_FaceColors.this[MR.FaceId i]
get

Generated from method MR::FaceColors::operator[].

◆ vec

unsafe MR.Std.Const_Vector_MRColor MR.Const_FaceColors.vec
getprotected set

The user can directly manipulate the vector, they can't break anything anyway.


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