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

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

+ Inheritance diagram for MR.Vector_Double_MRRegionId:

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator Vector_Double_MRRegionId (MR.Misc._Moved< MR.Std.Vector_Double > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<double, MR.RegionId>::Vector.
 
- Static Public Member Functions inherited from MR.Const_Vector_Double_MRRegionId
static unsafe implicit operator Const_Vector_Double_MRRegionId (MR.Misc._Moved< MR.Std.Vector_Double > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<double, MR.RegionId>::Vector.
 
static unsafe bool operator== (MR.Const_Vector_Double_MRRegionId _this, MR.Const_Vector_Double_MRRegionId b)
 Generated from method MR.Vector<double, MR.RegionId>::operator==.
 
static unsafe bool operator!= (MR.Const_Vector_Double_MRRegionId _this, MR.Const_Vector_Double_MRRegionId b)
 

Properties

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

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