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

minimum and maximum of some elements of type T, and the indices of where minimum and maximum are reached of type I Generated from class MR::MinMaxArg<float, MR.VertId>. This is the const half of the class. More...

Inheritance diagram for MR.Const_MinMaxArg_Float_MRVertId:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MinMaxArg_Float_MRVertId ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MinMaxArg_Float_MRVertId (float min, float max, MR.VertId minArg, MR.VertId maxArg)
 Constructs MR::MinMaxArg<float, MR.VertId> elementwise.
unsafe Const_MinMaxArg_Float_MRVertId (MR.Const_MinMaxArg_Float_MRVertId _other)
 Generated from constructor MR::MinMaxArg<float, MR.VertId>::MinMaxArg.
 Const_MinMaxArg_Float_MRVertId (MinMaxArg_Float_MRVertId _other)
 Generated from constructor MR::MinMaxArg<float, MR.VertId>::MinMaxArg.
unsafe MR.Std.Pair_Float_MRVertId minPair ()
 Generated from method MR::MinMaxArg<float, MR.VertId>minPair.
unsafe MR.Std.Pair_Float_MRVertId maxPair ()
 Generated from method MR::MinMaxArg<float, MR.VertId>maxPair.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_min
unsafe float * __ref_storage_max
unsafe MR.VertId__ref_storage_minArg
unsafe MR.VertId__ref_storage_maxArg

Properties

unsafe float min [get]
unsafe float max [get]
unsafe ref readonly MR.VertId minArg [get]
unsafe ref readonly MR.VertId maxArg [get]

Detailed Description

minimum and maximum of some elements of type T, and the indices of where minimum and maximum are reached of type I Generated from class MR::MinMaxArg<float, MR.VertId>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MinMaxArg_Float_MRVertId() [1/4]

unsafe MR.Const_MinMaxArg_Float_MRVertId.Const_MinMaxArg_Float_MRVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MinMaxArg_Float_MRVertId() [2/4]

unsafe MR.Const_MinMaxArg_Float_MRVertId.Const_MinMaxArg_Float_MRVertId ( float min,
float max,
MR.VertId minArg,
MR.VertId maxArg )
inline

Constructs MR::MinMaxArg<float, MR.VertId> elementwise.

◆ Const_MinMaxArg_Float_MRVertId() [3/4]

unsafe MR.Const_MinMaxArg_Float_MRVertId.Const_MinMaxArg_Float_MRVertId ( MR.Const_MinMaxArg_Float_MRVertId _other)
inline

Generated from constructor MR::MinMaxArg<float, MR.VertId>::MinMaxArg.

◆ Const_MinMaxArg_Float_MRVertId() [4/4]

MR.Const_MinMaxArg_Float_MRVertId.Const_MinMaxArg_Float_MRVertId ( MinMaxArg_Float_MRVertId _other)
inline

Generated from constructor MR::MinMaxArg<float, MR.VertId>::MinMaxArg.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MinMaxArg_Float_MRVertId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ maxPair()

unsafe MR.Std.Pair_Float_MRVertId MR.Const_MinMaxArg_Float_MRVertId.maxPair ( )
inline

Generated from method MR::MinMaxArg<float, MR.VertId>maxPair.

◆ minPair()

unsafe MR.Std.Pair_Float_MRVertId MR.Const_MinMaxArg_Float_MRVertId.minPair ( )
inline

Generated from method MR::MinMaxArg<float, MR.VertId>minPair.

Member Data Documentation

◆ __ref_storage_max

unsafe float* MR.Const_MinMaxArg_Float_MRVertId.__ref_storage_max
protected

◆ __ref_storage_maxArg

unsafe MR.VertId* MR.Const_MinMaxArg_Float_MRVertId.__ref_storage_maxArg
protected

◆ __ref_storage_min

unsafe float* MR.Const_MinMaxArg_Float_MRVertId.__ref_storage_min
protected

◆ __ref_storage_minArg

unsafe MR.VertId* MR.Const_MinMaxArg_Float_MRVertId.__ref_storage_minArg
protected

Property Documentation

◆ max

unsafe float MR.Const_MinMaxArg_Float_MRVertId.max
get

◆ maxArg

unsafe ref readonly MR.VertId MR.Const_MinMaxArg_Float_MRVertId.maxArg
get

◆ min

unsafe float MR.Const_MinMaxArg_Float_MRVertId.min
get

◆ minArg

unsafe ref readonly MR.VertId MR.Const_MinMaxArg_Float_MRVertId.minArg
get

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