MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_Vector_Float_MRVoxelId:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< float > GetEnumerator ()
unsafe Const_Vector_Float_MRVoxelId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Vector_Float_MRVoxelId (MR._ByValue_Vector_Float_MRVoxelId _other)
 Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
 Const_Vector_Float_MRVoxelId (Const_Vector_Float_MRVoxelId _other)
 Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
 Const_Vector_Float_MRVoxelId (Vector_Float_MRVoxelId _other)
 Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
unsafe Const_Vector_Float_MRVoxelId (ulong size)
 creates a vector with size elements with default value Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
unsafe Const_Vector_Float_MRVoxelId (ulong size, float val)
 creates a vector with size elements with the given value Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
unsafe Const_Vector_Float_MRVoxelId (MR.Misc._Moved< MR.Std.Vector_Float > vec)
 moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
unsafe bool empty ()
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;empty.
unsafe ulong size ()
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;size.
unsafe ulong capacity ()
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;capacity.
unsafe float front ()
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;front.
unsafe float back ()
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;back.
unsafe MR.VoxelId beginId ()
 returns the identifier of the first element Generated from method MR::Vector&lt;float, MR.VoxelId&gt;beginId.
unsafe MR.VoxelId backId ()
 returns the identifier of the back() element Generated from method MR::Vector&lt;float, MR.VoxelId&gt;backId.
unsafe MR.VoxelId endId ()
 returns backId() + 1 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;endId.
unsafe? float data ()
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;data.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR::Vector&lt;float, MR.VoxelId&gt;heapBytes.
bool Equals (MR.Const_Vector_Float_MRVoxelId? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_Vector_Float_MRVoxelId (MR.Misc._Moved< MR.Std.Vector_Float > vec)
 moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.
static unsafe bool operator== (MR.Const_Vector_Float_MRVoxelId _this, MR.Const_Vector_Float_MRVoxelId b)
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;operator==.
static unsafe bool operator!= (MR.Const_Vector_Float_MRVoxelId _this, MR.Const_Vector_Float_MRVoxelId b)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Vector_Float vec [get, protected set]
 The user can directly manipulate the vector, they can't break anything anyway.
unsafe float this[MR.VoxelId i] [get]
 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;::operator[].

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&lt;float, MR.VoxelId&gt;. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Vector_Float_MRVoxelId() [1/7]

unsafe MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Vector_Float_MRVoxelId() [2/7]

unsafe MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( MR._ByValue_Vector_Float_MRVoxelId _other)
inline

Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

◆ Const_Vector_Float_MRVoxelId() [3/7]

MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( Const_Vector_Float_MRVoxelId _other)
inline

Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

◆ Const_Vector_Float_MRVoxelId() [4/7]

MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( Vector_Float_MRVoxelId _other)
inline

Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

◆ Const_Vector_Float_MRVoxelId() [5/7]

unsafe MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

◆ Const_Vector_Float_MRVoxelId() [6/7]

unsafe MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( ulong size,
float val )
inline

creates a vector with size elements with the given value Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

◆ Const_Vector_Float_MRVoxelId() [7/7]

unsafe MR.Const_Vector_Float_MRVoxelId.Const_Vector_Float_MRVoxelId ( MR.Misc._Moved< MR.Std.Vector_Float > vec)
inline

moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

Member Function Documentation

◆ back()

unsafe float MR.Const_Vector_Float_MRVoxelId.back ( )
inline

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;back.

◆ backId()

unsafe MR.VoxelId MR.Const_Vector_Float_MRVoxelId.backId ( )
inline

returns the identifier of the back() element Generated from method MR::Vector&lt;float, MR.VoxelId&gt;backId.

◆ beginId()

unsafe MR.VoxelId MR.Const_Vector_Float_MRVoxelId.beginId ( )
inline

returns the identifier of the first element Generated from method MR::Vector&lt;float, MR.VoxelId&gt;beginId.

◆ capacity()

unsafe ulong MR.Const_Vector_Float_MRVoxelId.capacity ( )
inline

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;capacity.

◆ data()

unsafe? float MR.Const_Vector_Float_MRVoxelId.data ( )
inline

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;data.

◆ Dispose() [1/2]

virtual void MR.Const_Vector_Float_MRVoxelId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Vector_Float_MRVoxelId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ empty()

unsafe bool MR.Const_Vector_Float_MRVoxelId.empty ( )
inline

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;empty.

◆ endId()

unsafe MR.VoxelId MR.Const_Vector_Float_MRVoxelId.endId ( )
inline

returns backId() + 1 Generated from method MR::Vector&lt;float, MR.VoxelId&gt;endId.

◆ Equals() [1/2]

bool MR.Const_Vector_Float_MRVoxelId.Equals ( MR.Const_Vector_Float_MRVoxelId? b)
inline

◆ Equals() [2/2]

override bool MR.Const_Vector_Float_MRVoxelId.Equals ( object? other)
inline

◆ front()

unsafe float MR.Const_Vector_Float_MRVoxelId.front ( )
inline

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;front.

◆ GetEnumerator()

IEnumerator< float > MR.Const_Vector_Float_MRVoxelId.GetEnumerator ( )
inline

◆ heapBytes()

unsafe ulong MR.Const_Vector_Float_MRVoxelId.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR::Vector&lt;float, MR.VoxelId&gt;heapBytes.

◆ operator Const_Vector_Float_MRVoxelId()

unsafe implicit MR.Const_Vector_Float_MRVoxelId.operator Const_Vector_Float_MRVoxelId ( MR.Misc._Moved< MR.Std.Vector_Float > vec)
inlinestatic

moves data from the given std::vector<T> Generated from constructor MR::Vector&lt;float, MR.VoxelId&gt;::Vector.

◆ operator!=()

unsafe bool MR.Const_Vector_Float_MRVoxelId.operator!= ( MR.Const_Vector_Float_MRVoxelId _this,
MR.Const_Vector_Float_MRVoxelId b )
inlinestatic

◆ operator==()

unsafe bool MR.Const_Vector_Float_MRVoxelId.operator== ( MR.Const_Vector_Float_MRVoxelId _this,
MR.Const_Vector_Float_MRVoxelId b )
inlinestatic

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;operator==.

◆ size()

unsafe ulong MR.Const_Vector_Float_MRVoxelId.size ( )
inline

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;size.

Property Documentation

◆ this[MR.VoxelId i]

unsafe float MR.Const_Vector_Float_MRVoxelId.this[MR.VoxelId i]
get

Generated from method MR::Vector&lt;float, MR.VoxelId&gt;::operator[].

◆ vec

unsafe MR.Std.Const_Vector_Float MR.Const_Vector_Float_MRVoxelId.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: