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

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

Inheritance diagram for MR.Const_TriCornerUVCoords:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Vector_StdArrayMRVector2f3 vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe ref readonly MR.Std.Array_MRVector2f_3 this[MR.FaceId i] [get]
 Generated from method MR::TriCornerUVCoords::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.TriCornerUVCoords. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_TriCornerUVCoords() [1/7]

unsafe MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TriCornerUVCoords() [2/7]

unsafe MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( MR._ByValue_TriCornerUVCoords _other)
inline

Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.

◆ Const_TriCornerUVCoords() [3/7]

MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( Const_TriCornerUVCoords _other)
inline

Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.

◆ Const_TriCornerUVCoords() [4/7]

MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( TriCornerUVCoords _other)
inline

Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.

◆ Const_TriCornerUVCoords() [5/7]

unsafe MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( ulong size)
inline

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

◆ Const_TriCornerUVCoords() [6/7]

unsafe MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( ulong size,
in MR.Std.Array_MRVector2f_3 val )
inline

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

◆ Const_TriCornerUVCoords() [7/7]

unsafe MR.Const_TriCornerUVCoords.Const_TriCornerUVCoords ( MR.Misc._Moved< MR.Std.Vector_StdArrayMRVector2f3 > vec)
inline

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

Member Function Documentation

◆ back()

unsafe ref readonly MR.Std.Array_MRVector2f_3 MR.Const_TriCornerUVCoords.back ( )
inline

Generated from method MR.TriCornerUVCoords.back.

◆ backId()

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

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

◆ beginId()

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

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

◆ capacity()

unsafe ulong MR.Const_TriCornerUVCoords.capacity ( )
inline

Generated from method MR.TriCornerUVCoords.capacity.

◆ data()

unsafe MR.Std.? Array_MRVector2f_3 MR.Const_TriCornerUVCoords.data ( )
inline

Generated from method MR.TriCornerUVCoords.data.

◆ Dispose() [1/2]

virtual void MR.Const_TriCornerUVCoords.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_TriCornerUVCoords.empty ( )
inline

Generated from method MR.TriCornerUVCoords.empty.

◆ endId()

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

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ front()

unsafe ref readonly MR.Std.Array_MRVector2f_3 MR.Const_TriCornerUVCoords.front ( )
inline

Generated from method MR.TriCornerUVCoords.front.

◆ GetEnumerator()

IEnumerator< MR.Misc.ConstRef< MR.Std.Array_MRVector2f_3 > > MR.Const_TriCornerUVCoords.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_TriCornerUVCoords.heapBytes ( )
inline

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

◆ operator Const_TriCornerUVCoords()

unsafe implicit MR.Const_TriCornerUVCoords.operator Const_TriCornerUVCoords ( MR.Misc._Moved< MR.Std.Vector_StdArrayMRVector2f3 > vec)
inlinestatic

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

◆ operator!=()

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

◆ operator==()

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

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

◆ size()

unsafe ulong MR.Const_TriCornerUVCoords.size ( )
inline

Generated from method MR.TriCornerUVCoords.size.

Property Documentation

◆ this[MR.FaceId i]

unsafe ref readonly MR.Std.Array_MRVector2f_3 MR.Const_TriCornerUVCoords.this[MR.FaceId i]
get

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

◆ vec

unsafe MR.Std.Const_Vector_StdArrayMRVector2f3 MR.Const_TriCornerUVCoords.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: