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.
 
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_3data ()
 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 ()
 
unsafe Const_TriCornerUVCoords ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_TriCornerUVCoords (MR._ByValue_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]
 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[].
 
- Properties inherited from MR.Const_TriCornerUVCoords
unsafe MR.Std.Const_Vector_StdArrayMRVector2f3 vec [get]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe ref readonly MR.Std.Array_MRVector2f_3 this[MR.FaceId i] [get]
 Generated from method MR.TriCornerUVCoords.operator[].
 
- Properties inherited from MR.Misc.Object< Const_TriCornerUVCoords >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Const_TriCornerUVCoords
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_TriCornerUVCoords >
bool _IsOwningVal
 

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.

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