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

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

+ Inheritance diagram for MR.Vector_MRAABBTreePointsNode_MRNodeId:

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator Vector_MRAABBTreePointsNode_MRNodeId (MR.Misc._Moved< MR.Std.Vector_MRAABBTreePointsNode > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::Vector.
 
- Static Public Member Functions inherited from MR.Const_Vector_MRAABBTreePointsNode_MRNodeId
static unsafe implicit operator Const_Vector_MRAABBTreePointsNode_MRNodeId (MR.Misc._Moved< MR.Std.Vector_MRAABBTreePointsNode > vec)
 moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::Vector.
 

Properties

new unsafe MR.Std.Vector_MRAABBTreePointsNode vec [get]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe new MR.AABBTreePoints.Node this[MR.NodeId i] [get]
 Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::operator[].
 
- Properties inherited from MR.Const_Vector_MRAABBTreePointsNode_MRNodeId
unsafe MR.Std.Const_Vector_MRAABBTreePointsNode vec [get]
 the user can directly manipulate the vector, anyway she cannot break anything
 
unsafe MR.AABBTreePoints.Const_Node this[MR.NodeId i] [get]
 Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::operator[].
 
- Properties inherited from MR.Misc.Object< Const_Vector_MRAABBTreePointsNode_MRNodeId >
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_MRAABBTreePointsNode_MRNodeId
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Vector_MRAABBTreePointsNode_MRNodeId >
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.AABBTreePoints.Node, MR.NodeId>. This is the non-const half of the class.

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