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

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

Inheritance diagram for MR.TriCornerUVCoords:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.Misc.Ref< MR.Std.Array_MRVector2f_3 > > GetEnumerator ()
unsafe TriCornerUVCoords ()
 Constructs an empty (default-constructed) instance.
unsafe TriCornerUVCoords (MR._ByValue_TriCornerUVCoords _other)
 Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.
 TriCornerUVCoords (Const_TriCornerUVCoords _other)
 Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.
 TriCornerUVCoords (TriCornerUVCoords _other)
 Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.
unsafe TriCornerUVCoords (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.
unsafe 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 TriCornerUVCoords (MR.Misc._Moved< MR.Std.Vector_StdArrayMRVector2f3 > vec)
 moves data from the given std::vector<T> Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.
unsafe MR.TriCornerUVCoords assign (MR._ByValue_TriCornerUVCoords _other)
 Generated from method MR::TriCornerUVCoords::operator=.
unsafe void clear ()
 Generated from method MR.TriCornerUVCoords.clear.
unsafe void resize (ulong newSize)
 Generated from method MR.TriCornerUVCoords.resize.
unsafe void resize (ulong newSize, in MR.Std.Array_MRVector2f_3 t)
 Generated from method MR.TriCornerUVCoords.resize.
unsafe void reserve (ulong capacity)
 Generated from method MR.TriCornerUVCoords.reserve.
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.TriCornerUVCoords.resizeWithReserve.
unsafe void resizeWithReserve (ulong newSize, in MR.Std.Array_MRVector2f_3 value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.TriCornerUVCoords.resizeWithReserve.
unsafe void autoResizeSet (MR.FaceId pos, ulong len, MR.Std.Array_MRVector2f_3 val)
 sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.TriCornerUVCoords.autoResizeSet.
unsafe void autoResizeSet (MR.FaceId i, MR.Std.Array_MRVector2f_3 val)
 sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.TriCornerUVCoords.autoResizeSet.
unsafe ref MR.Std.Array_MRVector2f_3 autoResizeAt (MR.FaceId i)
 this accessor automatically adjusts the size of the vector Generated from method MR.TriCornerUVCoords.autoResizeAt.
unsafe void pushBack (in MR.Std.Array_MRVector2f_3 t)
 Generated from method MR::TriCornerUVCoords::push_back.
unsafe void pushBack (MR.Misc._MoveRef _move_t, in MR.Std.Array_MRVector2f_3 t)
 Generated from method MR::TriCornerUVCoords::push_back.
unsafe void popBack ()
 Generated from method MR::TriCornerUVCoords::pop_back.
unsafe ref MR.Std.Array_MRVector2f_3 emplaceBack ()
 Generated from method MR::TriCornerUVCoords::emplace_back&lt;&gt;.
unsafe new ref MR.Std.Array_MRVector2f_3 front ()
 Generated from method MR.TriCornerUVCoords.front.
unsafe new ref MR.Std.Array_MRVector2f_3 back ()
 Generated from method MR.TriCornerUVCoords.back.
unsafe new MR.Misc.? Ref< MR.Std.Array_MRVector2f_3 > data ()
 Generated from method MR.TriCornerUVCoords.data.
unsafe void swap (MR.TriCornerUVCoords b)
 Generated from method MR.TriCornerUVCoords.swap.
Public Member Functions inherited from MR.Const_TriCornerUVCoords
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 TriCornerUVCoords (MR.Misc._Moved< MR.Std.Vector_StdArrayMRVector2f3 > vec)
 moves data from the given std::vector<T> Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.
Static Public Member Functions inherited from MR.Const_TriCornerUVCoords
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)

Properties

new unsafe MR.Std.Vector_StdArrayMRVector2f3 vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe new ref MR.Std.Array_MRVector2f_3 this[MR.FaceId i] [get]
 Generated from method MR::TriCornerUVCoords::operator[].
Properties inherited from MR.Const_TriCornerUVCoords
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[].

Additional Inherited Members

Protected Member Functions inherited from MR.Const_TriCornerUVCoords
virtual unsafe void Dispose (bool disposing)

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 non-const half of the class.

Constructor & Destructor Documentation

◆ TriCornerUVCoords() [1/7]

unsafe MR.TriCornerUVCoords.TriCornerUVCoords ( )
inline

Constructs an empty (default-constructed) instance.

◆ TriCornerUVCoords() [2/7]

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

Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.

◆ TriCornerUVCoords() [3/7]

MR.TriCornerUVCoords.TriCornerUVCoords ( Const_TriCornerUVCoords _other)
inline

Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.

◆ TriCornerUVCoords() [4/7]

MR.TriCornerUVCoords.TriCornerUVCoords ( TriCornerUVCoords _other)
inline

Generated from constructor MR.TriCornerUVCoords.TriCornerUVCoords.

◆ TriCornerUVCoords() [5/7]

unsafe MR.TriCornerUVCoords.TriCornerUVCoords ( ulong size)
inline

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

◆ TriCornerUVCoords() [6/7]

unsafe MR.TriCornerUVCoords.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.

◆ TriCornerUVCoords() [7/7]

unsafe MR.TriCornerUVCoords.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

◆ assign()

unsafe MR.TriCornerUVCoords MR.TriCornerUVCoords.assign ( MR._ByValue_TriCornerUVCoords _other)
inline

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

◆ autoResizeAt()

unsafe ref MR.Std.Array_MRVector2f_3 MR.TriCornerUVCoords.autoResizeAt ( MR.FaceId i)
inline

this accessor automatically adjusts the size of the vector Generated from method MR.TriCornerUVCoords.autoResizeAt.

◆ autoResizeSet() [1/2]

unsafe void MR.TriCornerUVCoords.autoResizeSet ( MR.FaceId i,
MR.Std.Array_MRVector2f_3 val )
inline

sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.TriCornerUVCoords.autoResizeSet.

◆ autoResizeSet() [2/2]

unsafe void MR.TriCornerUVCoords.autoResizeSet ( MR.FaceId pos,
ulong len,
MR.Std.Array_MRVector2f_3 val )
inline

sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.TriCornerUVCoords.autoResizeSet.

◆ back()

unsafe new ref MR.Std.Array_MRVector2f_3 MR.TriCornerUVCoords.back ( )
inline

Generated from method MR.TriCornerUVCoords.back.

◆ clear()

unsafe void MR.TriCornerUVCoords.clear ( )
inline

Generated from method MR.TriCornerUVCoords.clear.

◆ data()

unsafe new MR.Misc.? Ref< MR.Std.Array_MRVector2f_3 > MR.TriCornerUVCoords.data ( )
inline

Generated from method MR.TriCornerUVCoords.data.

◆ emplaceBack()

unsafe ref MR.Std.Array_MRVector2f_3 MR.TriCornerUVCoords.emplaceBack ( )
inline

Generated from method MR::TriCornerUVCoords::emplace_back&lt;&gt;.

◆ front()

unsafe new ref MR.Std.Array_MRVector2f_3 MR.TriCornerUVCoords.front ( )
inline

Generated from method MR.TriCornerUVCoords.front.

◆ GetEnumerator()

new IEnumerator< MR.Misc.Ref< MR.Std.Array_MRVector2f_3 > > MR.TriCornerUVCoords.GetEnumerator ( )
inline

◆ operator TriCornerUVCoords()

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

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

◆ popBack()

unsafe void MR.TriCornerUVCoords.popBack ( )
inline

Generated from method MR::TriCornerUVCoords::pop_back.

◆ pushBack() [1/2]

unsafe void MR.TriCornerUVCoords.pushBack ( in MR.Std.Array_MRVector2f_3 t)
inline

Generated from method MR::TriCornerUVCoords::push_back.

◆ pushBack() [2/2]

unsafe void MR.TriCornerUVCoords.pushBack ( MR.Misc._MoveRef _move_t,
in MR.Std.Array_MRVector2f_3 t )
inline

Generated from method MR::TriCornerUVCoords::push_back.

◆ reserve()

unsafe void MR.TriCornerUVCoords.reserve ( ulong capacity)
inline

Generated from method MR.TriCornerUVCoords.reserve.

◆ resize() [1/2]

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

Generated from method MR.TriCornerUVCoords.resize.

◆ resize() [2/2]

unsafe void MR.TriCornerUVCoords.resize ( ulong newSize,
in MR.Std.Array_MRVector2f_3 t )
inline

Generated from method MR.TriCornerUVCoords.resize.

◆ resizeWithReserve() [1/2]

unsafe void MR.TriCornerUVCoords.resizeWithReserve ( ulong newSize)
inline

doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.TriCornerUVCoords.resizeWithReserve.

◆ resizeWithReserve() [2/2]

unsafe void MR.TriCornerUVCoords.resizeWithReserve ( ulong newSize,
in MR.Std.Array_MRVector2f_3 value )
inline

doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.TriCornerUVCoords.resizeWithReserve.

◆ swap()

unsafe void MR.TriCornerUVCoords.swap ( MR.TriCornerUVCoords b)
inline

Generated from method MR.TriCornerUVCoords.swap.

Property Documentation

◆ this[MR.FaceId i]

unsafe new ref MR.Std.Array_MRVector2f_3 MR.TriCornerUVCoords.this[MR.FaceId i]
get

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

◆ vec

new unsafe MR.Std.Vector_StdArrayMRVector2f3 MR.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: