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

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

+ Inheritance diagram for MR.Vector_MRMeshOrPointsXf_MRObjId:

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator Vector_MRMeshOrPointsXf_MRObjId (MR.Misc._Moved< MR.Std.Vector_MRMeshOrPointsXf > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.MeshOrPointsXf, MR.ObjId>::Vector.
 
- Static Public Member Functions inherited from MR.Const_Vector_MRMeshOrPointsXf_MRObjId
static unsafe implicit operator Const_Vector_MRMeshOrPointsXf_MRObjId (MR.Misc._Moved< MR.Std.Vector_MRMeshOrPointsXf > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.MeshOrPointsXf, MR.ObjId>::Vector.
 

Properties

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

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