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

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

Inheritance diagram for MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag:

Classes

class  _Enumerator

Public Member Functions

new IEnumerator< MR.ICPGroupPairsGetEnumerator ()
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag ()
 Constructs an empty (default-constructed) instance.
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.
 Vector_MRICPGroupPairs_MRIdMRICPElemtTag (Const_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.
 Vector_MRICPGroupPairs_MRIdMRICPElemtTag (Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (ulong size)
 creates a vector with size elements with default value Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (ulong size, MR.Const_ICPGroupPairs val)
 creates a vector with size elements with the given value Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.
unsafe Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
 moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.
unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag assign (MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::operator=.
unsafe void clear ()
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;clear.
unsafe void resize (ulong newSize)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resize.
unsafe void resize (ulong newSize, MR.Const_ICPGroupPairs t)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resize.
unsafe void reserve (ulong capacity)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;reserve.
unsafe void resizeWithReserve (ulong newSize)
 doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resizeWithReserve.
unsafe void resizeWithReserve (ulong newSize, MR.Const_ICPGroupPairs value)
 doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resizeWithReserve.
unsafe void autoResizeSet (MR.Const_Id_MRICPElemtTag pos, ulong len, MR._ByValue_ICPGroupPairs 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&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;autoResizeSet.
unsafe void autoResizeSet (MR.Const_Id_MRICPElemtTag i, MR._ByValue_ICPGroupPairs val)
 sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;autoResizeSet.
unsafe MR.ICPGroupPairs autoResizeAt (MR.Const_Id_MRICPElemtTag i)
 this accessor automatically adjusts the size of the vector Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;autoResizeAt.
unsafe void pushBack (MR.Const_ICPGroupPairs t)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::push_back.
unsafe void pushBack (MR.Misc._Moved< MR.ICPGroupPairs > t)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::push_back.
unsafe void popBack ()
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::pop_back.
unsafe MR.ICPGroupPairs emplaceBack ()
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::emplace_back&amp;lt;&amp;gt;.
unsafe new MR.ICPGroupPairs front ()
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;front.
unsafe new MR.ICPGroupPairs back ()
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;back.
unsafe new MR.? ICPGroupPairs data ()
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;data.
unsafe void swap (MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag b)
 Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;swap.

Static Public Member Functions

static unsafe implicit operator Vector_MRICPGroupPairs_MRIdMRICPElemtTag (MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
 moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

Properties

new unsafe MR.Std.Vector_MRICPGroupPairs vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.

Detailed Description

std::vector&lt;T&gt;-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&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [1/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [2/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [3/7]

MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( Const_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [4/7]

MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [5/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [6/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( ulong size,
MR.Const_ICPGroupPairs val )
inline

creates a vector with size elements with the given value Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

◆ Vector_MRICPGroupPairs_MRIdMRICPElemtTag() [7/7]

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
inline

moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

Member Function Documentation

◆ assign()

unsafe MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.assign ( MR._ByValue_Vector_MRICPGroupPairs_MRIdMRICPElemtTag _other)
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::operator=.

◆ autoResizeAt()

unsafe MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.autoResizeAt ( MR.Const_Id_MRICPElemtTag i)
inline

this accessor automatically adjusts the size of the vector Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;autoResizeAt.

◆ autoResizeSet() [1/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.autoResizeSet ( MR.Const_Id_MRICPElemtTag i,
MR._ByValue_ICPGroupPairs val )
inline

sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;autoResizeSet.

◆ autoResizeSet() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.autoResizeSet ( MR.Const_Id_MRICPElemtTag pos,
ulong len,
MR._ByValue_ICPGroupPairs val )
inline

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&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;autoResizeSet.

◆ back()

unsafe new MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.back ( )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;back.

◆ clear()

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.clear ( )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;clear.

◆ data()

unsafe new MR.? ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.data ( )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;data.

◆ emplaceBack()

unsafe MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.emplaceBack ( )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::emplace_back&amp;lt;&amp;gt;.

◆ front()

unsafe new MR.ICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.front ( )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;front.

◆ GetEnumerator()

new IEnumerator< MR.ICPGroupPairs > MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.GetEnumerator ( )
inline

◆ operator Vector_MRICPGroupPairs_MRIdMRICPElemtTag()

unsafe implicit MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.operator Vector_MRICPGroupPairs_MRIdMRICPElemtTag ( MR.Misc._Moved< MR.Std.Vector_MRICPGroupPairs > vec)
inlinestatic

moves data from the given std::vector&lt;T&gt; Generated from constructor MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::Vector.

◆ popBack()

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.popBack ( )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::pop_back.

◆ pushBack() [1/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.pushBack ( MR.Const_ICPGroupPairs t)
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::push_back.

◆ pushBack() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.pushBack ( MR.Misc._Moved< MR.ICPGroupPairs > t)
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;::push_back.

◆ reserve()

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.reserve ( ulong capacity)
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;reserve.

◆ resize() [1/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.resize ( ulong newSize)
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resize.

◆ resize() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.resize ( ulong newSize,
MR.Const_ICPGroupPairs t )
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resize.

◆ resizeWithReserve() [1/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.resizeWithReserve ( ulong newSize)
inline

doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resizeWithReserve.

◆ resizeWithReserve() [2/2]

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.resizeWithReserve ( ulong newSize,
MR.Const_ICPGroupPairs value )
inline

doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;resizeWithReserve.

◆ swap()

unsafe void MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.swap ( MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag b)
inline

Generated from method MR::Vector&amp;lt;MR.ICPGroupPairs, MR::Id&amp;lt;MR::ICPElemtTag&amp;gt;&amp;gt;swap.

Property Documentation

◆ vec

new unsafe MR.Std.Vector_MRICPGroupPairs MR.Vector_MRICPGroupPairs_MRIdMRICPElemtTag.vec
getprotected set

The user can directly manipulate the vector, they can't break anything anyway.


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