List of all members | Public Member Functions | Public Attributes
utl::Minou::ParameterDef Struct Reference

#include <Minou.h>

Public Member Functions

bool IsFixed () const
 
bool IsFree () const
 
 ParameterDef ()=default
 
 ParameterDef (const std::string name, const double value=0, const double step=1, const double low=0, const double high=0, const bool fixed=false)
 

Public Attributes

bool fFixed = false
 
double fHigh = 0
 
double fLow = 0
 
std::string fName
 
double fStep = 1
 
double fValue = 0
 

Detailed Description

Author
Darko Veberic
Martin Schimassek
Date
02 Jul 2018

Definition at line 23 of file Minou.h.

Constructor & Destructor Documentation

utl::Minou::ParameterDef::ParameterDef ( )
default
utl::Minou::ParameterDef::ParameterDef ( const std::string  name,
const double  value = 0,
const double  step = 1,
const double  low = 0,
const double  high = 0,
const bool  fixed = false 
)
inline

Definition at line 27 of file Minou.h.

Member Function Documentation

bool utl::Minou::ParameterDef::IsFixed ( ) const
inline

Definition at line 40 of file Minou.h.

References IsFree().

bool utl::Minou::ParameterDef::IsFree ( ) const
inline

Definition at line 39 of file Minou.h.

References fFixed, and fStep.

Referenced by IsFixed().

Member Data Documentation

bool utl::Minou::ParameterDef::fFixed = false

Definition at line 47 of file Minou.h.

Referenced by IsFree().

double utl::Minou::ParameterDef::fHigh = 0

Definition at line 46 of file Minou.h.

double utl::Minou::ParameterDef::fLow = 0

Definition at line 45 of file Minou.h.

std::string utl::Minou::ParameterDef::fName

Definition at line 42 of file Minou.h.

double utl::Minou::ParameterDef::fStep = 1
double utl::Minou::ParameterDef::fValue = 0

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

, generated on Tue Sep 26 2023.