MeshLib C# Docs
Loading...
Searching...
No Matches
MR.TriCornerUVCoords Class Reference

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

+ Inheritance diagram for MR.TriCornerUVCoords:

Public Member Functions

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<>.
 
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.
 

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.
 

Properties

new unsafe MR.Std.Vector_StdArrayMRVector2f3 vec [get, protected set]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe new ref 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 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<>.

◆ front()

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

Generated from method MR.TriCornerUVCoords.front.

◆ operator TriCornerUVCoords()

static 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, anyway she cannot break anything


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