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

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 non-const half of the class. More...

+ Inheritance diagram for MR.MinMaxArg_Float_MRVertId:

Public Member Functions

unsafe MinMaxArg_Float_MRVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe MinMaxArg_Float_MRVertId (float min, float max, MR.VertId minArg, MR.VertId maxArg)
 Constructs MR.MinMaxArg<float, MR.VertId> elementwise.
 
unsafe MinMaxArg_Float_MRVertId (MR.Const_MinMaxArg_Float_MRVertId _other)
 Generated from constructor MR.MinMaxArg<float, MR.VertId>::MinMaxArg.
 
unsafe MR.MinMaxArg_Float_MRVertId assign (MR.Const_MinMaxArg_Float_MRVertId _other)
 Generated from method MR.MinMaxArg<float, MR.VertId>::operator=.
 
unsafe void include (MR.Std.Const_Pair_Float_MRVertId p)
 changes min(Arg) and max(Arg) if necessary to include given point Generated from method MR.MinMaxArg<float, MR.VertId>::include.
 
unsafe void include (float v, MR.VertId arg)
 changes min(Arg) and max(Arg) if necessary to include given point Generated from method MR.MinMaxArg<float, MR.VertId>::include.
 
unsafe void include (MR.Const_MinMaxArg_Float_MRVertId s)
 changes min(Arg) and max(Arg) if necessary to include given segment Generated from method MR.MinMaxArg<float, MR.VertId>::include.
 
- Public Member Functions inherited from MR.Const_MinMaxArg_Float_MRVertId
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.
 
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.
 

Properties

new unsafe ref float min [get]
 
new unsafe ref float max [get]
 
new unsafe ref MR.VertId minArg [get]
 
new unsafe ref MR.VertId maxArg [get]
 
- Properties inherited from MR.Const_MinMaxArg_Float_MRVertId
unsafe float min [get]
 
unsafe float max [get]
 
unsafe ref readonly MR.VertId minArg [get]
 
unsafe ref readonly MR.VertId maxArg [get]
 
- Properties inherited from MR.Misc.Object< Const_MinMaxArg_Float_MRVertId >
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_MinMaxArg_Float_MRVertId
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_MinMaxArg_Float_MRVertId >
bool _IsOwningVal
 

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 non-const half of the class.


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