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

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

Inheritance diagram for MR.Const_UndirectedEdgeScalars:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

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

Static Public Member Functions

static unsafe implicit operator Const_UndirectedEdgeScalars (MR.Misc._Moved< MR.Std.Vector_Float > vec)
 moves data from the given std::vector<T> Generated from constructor MR.UndirectedEdgeScalars.UndirectedEdgeScalars.
static unsafe bool operator== (MR.Const_UndirectedEdgeScalars _this, MR.Const_UndirectedEdgeScalars b)
 Generated from method MR::UndirectedEdgeScalars::operator==.
static unsafe bool operator!= (MR.Const_UndirectedEdgeScalars _this, MR.Const_UndirectedEdgeScalars 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.UndirectedEdgeId i] [get]
 Generated from method MR::UndirectedEdgeScalars::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.UndirectedEdgeScalars. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_UndirectedEdgeScalars() [1/7]

unsafe MR.Const_UndirectedEdgeScalars.Const_UndirectedEdgeScalars ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_UndirectedEdgeScalars() [2/7]

unsafe MR.Const_UndirectedEdgeScalars.Const_UndirectedEdgeScalars ( MR._ByValue_UndirectedEdgeScalars _other)
inline

◆ Const_UndirectedEdgeScalars() [3/7]

MR.Const_UndirectedEdgeScalars.Const_UndirectedEdgeScalars ( Const_UndirectedEdgeScalars _other)
inline

◆ Const_UndirectedEdgeScalars() [4/7]

MR.Const_UndirectedEdgeScalars.Const_UndirectedEdgeScalars ( UndirectedEdgeScalars _other)
inline

◆ Const_UndirectedEdgeScalars() [5/7]

unsafe MR.Const_UndirectedEdgeScalars.Const_UndirectedEdgeScalars ( ulong size)
inline

creates a vector with size elements with default value Generated from constructor MR.UndirectedEdgeScalars.UndirectedEdgeScalars.

◆ Const_UndirectedEdgeScalars() [6/7]

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

creates a vector with size elements with the given value Generated from constructor MR.UndirectedEdgeScalars.UndirectedEdgeScalars.

◆ Const_UndirectedEdgeScalars() [7/7]

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

moves data from the given std::vector<T> Generated from constructor MR.UndirectedEdgeScalars.UndirectedEdgeScalars.

Member Function Documentation

◆ back()

unsafe float MR.Const_UndirectedEdgeScalars.back ( )
inline

Generated from method MR.UndirectedEdgeScalars.back.

◆ backId()

unsafe MR.UndirectedEdgeId MR.Const_UndirectedEdgeScalars.backId ( )
inline

returns the identifier of the back() element Generated from method MR.UndirectedEdgeScalars.backId.

◆ beginId()

unsafe MR.UndirectedEdgeId MR.Const_UndirectedEdgeScalars.beginId ( )
inline

returns the identifier of the first element Generated from method MR.UndirectedEdgeScalars.beginId.

◆ capacity()

unsafe ulong MR.Const_UndirectedEdgeScalars.capacity ( )
inline

Generated from method MR.UndirectedEdgeScalars.capacity.

◆ data()

unsafe? float MR.Const_UndirectedEdgeScalars.data ( )
inline

Generated from method MR.UndirectedEdgeScalars.data.

◆ Dispose() [1/2]

virtual void MR.Const_UndirectedEdgeScalars.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_UndirectedEdgeScalars.empty ( )
inline

Generated from method MR.UndirectedEdgeScalars.empty.

◆ endId()

unsafe MR.UndirectedEdgeId MR.Const_UndirectedEdgeScalars.endId ( )
inline

returns backId() + 1 Generated from method MR.UndirectedEdgeScalars.endId.

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ front()

unsafe float MR.Const_UndirectedEdgeScalars.front ( )
inline

Generated from method MR.UndirectedEdgeScalars.front.

◆ GetEnumerator()

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

◆ heapBytes()

unsafe ulong MR.Const_UndirectedEdgeScalars.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.UndirectedEdgeScalars.heapBytes.

◆ operator Const_UndirectedEdgeScalars()

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

moves data from the given std::vector<T> Generated from constructor MR.UndirectedEdgeScalars.UndirectedEdgeScalars.

◆ operator!=()

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

◆ operator==()

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

Generated from method MR::UndirectedEdgeScalars::operator==.

◆ size()

unsafe ulong MR.Const_UndirectedEdgeScalars.size ( )
inline

Generated from method MR.UndirectedEdgeScalars.size.

Property Documentation

◆ this[MR.UndirectedEdgeId i]

unsafe float MR.Const_UndirectedEdgeScalars.this[MR.UndirectedEdgeId i]
get

Generated from method MR::UndirectedEdgeScalars::operator[].

◆ vec

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