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

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

+ Inheritance diagram for MR.Vector_MRQuadraticForm3f_MRVertId:

Public Member Functions

unsafe Vector_MRQuadraticForm3f_MRVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector_MRQuadraticForm3f_MRVertId (MR._ByValue_Vector_MRQuadraticForm3f_MRVertId _other)
 Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe Vector_MRQuadraticForm3f_MRVertId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe Vector_MRQuadraticForm3f_MRVertId (ulong size, MR.Const_QuadraticForm3f val)
 creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe Vector_MRQuadraticForm3f_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe MR.Vector_MRQuadraticForm3f_MRVertId assign (MR._ByValue_Vector_MRQuadraticForm3f_MRVertId _other)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::operator=.
 
unsafe void clear ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::clear.
 
unsafe void resize (ulong newSize)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::resize.
 
unsafe void resize (ulong newSize, MR.Const_QuadraticForm3f t)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::resize.
 
unsafe void reserve (ulong capacity)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::reserve.
 
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::resizeWithReserve.
 
unsafe void resizeWithReserve (ulong newSize, MR.Const_QuadraticForm3f value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::resizeWithReserve.
 
unsafe void autoResizeSet (MR.VertId pos, ulong len, MR.Const_QuadraticForm3f 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.Vector<MR.QuadraticForm3f, MR.VertId>::autoResizeSet.
 
unsafe void autoResizeSet (MR.VertId i, MR.Const_QuadraticForm3f val)
 sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::autoResizeSet.
 
unsafe MR.QuadraticForm3f autoResizeAt (MR.VertId i)
 this accessor automatically adjusts the size of the vector Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::autoResizeAt.
 
unsafe void pushBack (MR.Const_QuadraticForm3f t)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::push_back.
 
unsafe void pushBack (MR.Misc._Moved< MR.QuadraticForm3f > t)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::push_back.
 
unsafe void popBack ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::pop_back.
 
unsafe MR.QuadraticForm3f emplaceBack ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::emplace_back<>.
 
unsafe new MR.QuadraticForm3f front ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::front.
 
unsafe new MR.QuadraticForm3f back ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::back.
 
unsafe new MR.? QuadraticForm3f data ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::data.
 
unsafe void swap (MR.Vector_MRQuadraticForm3f_MRVertId b)
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::swap.
 
- Public Member Functions inherited from MR.Const_Vector_MRQuadraticForm3f_MRVertId
virtual void Dispose ()
 
unsafe Const_Vector_MRQuadraticForm3f_MRVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (MR._ByValue_Vector_MRQuadraticForm3f_MRVertId _other)
 Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (ulong size, MR.Const_QuadraticForm3f val)
 creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe Const_Vector_MRQuadraticForm3f_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
unsafe bool empty ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::empty.
 
unsafe ulong size ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::size.
 
unsafe ulong capacity ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::capacity.
 
unsafe MR.Const_QuadraticForm3f front ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::front.
 
unsafe MR.Const_QuadraticForm3f back ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::back.
 
unsafe MR.VertId beginId ()
 returns the identifier of the first element Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::beginId.
 
unsafe MR.VertId backId ()
 returns the identifier of the back() element Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::backId.
 
unsafe MR.VertId endId ()
 returns backId() + 1 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::endId.
 
unsafe MR.? Const_QuadraticForm3f data ()
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::data.
 
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::heapBytes.
 

Static Public Member Functions

static unsafe implicit operator Vector_MRQuadraticForm3f_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 
- Static Public Member Functions inherited from MR.Const_Vector_MRQuadraticForm3f_MRVertId
static unsafe implicit operator Const_Vector_MRQuadraticForm3f_MRVertId (MR.Misc._Moved< MR.Std.Vector_MRQuadraticForm3f > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.QuadraticForm3f, MR.VertId>::Vector.
 

Properties

new unsafe MR.Std.Vector_MRQuadraticForm3f vec [get]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe new MR.QuadraticForm3f this[MR.VertId i] [get]
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::operator[].
 
- Properties inherited from MR.Const_Vector_MRQuadraticForm3f_MRVertId
unsafe MR.Std.Const_Vector_MRQuadraticForm3f vec [get]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe MR.Const_QuadraticForm3f this[MR.VertId i] [get]
 Generated from method MR.Vector<MR.QuadraticForm3f, MR.VertId>::operator[].
 
- Properties inherited from MR.Misc.Object< Const_Vector_MRQuadraticForm3f_MRVertId >
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_Vector_MRQuadraticForm3f_MRVertId
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Vector_MRQuadraticForm3f_MRVertId >
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.Vector<MR.QuadraticForm3f, MR.VertId>. This is the non-const half of the class.

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