Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::ParamTypeDouble Class Reference

#include <Utils/ParamTypes.hh>

+ Inheritance diagram for BIAS::ParamTypeDouble:
+ Collaboration diagram for BIAS::ParamTypeDouble:

Public Member Functions

virtual std::string GetHint ()
 
virtual std::string GetTypeName ()
 
virtual std::string GetValueString ()
 
 ParamTypeDouble ()
 
void SetDefault ()
 resets to default value More...
 
virtual int SetFromString (const std::string &s)
 This is a common interface to let a specialized instance read its data from a string. More...
 
virtual ~ParamTypeDouble ()
 

Public Attributes

ParamCallbackInterfaceCallbackObject_
 if some one changed a parameter, we should call CallbackObject_->ParameterChanged(Name_); More...
 
double default_
 
bool Enhanced_
 hide this parameter from the 'naive' user More...
 
int Group_
 
std::string Help_
 
bool Hidden_
 hide this parameter from all users More...
 
double max_
 
double min_
 
std::string Name_
 
char ShortCmd_
 
double value_
 
bool WriteToFile_
 is only written to parameter file if true More...
 

Detailed Description

Definition at line 183 of file ParamTypes.hh.

Constructor & Destructor Documentation

BIAS::ParamTypeDouble::ParamTypeDouble ( )
inline

Definition at line 187 of file ParamTypes.hh.

virtual BIAS::ParamTypeDouble::~ParamTypeDouble ( )
inlinevirtual

Definition at line 188 of file ParamTypes.hh.

Member Function Documentation

virtual std::string BIAS::ParamTypeDouble::GetHint ( )
inlinevirtual

Reimplemented from BIAS::ParamTypeBase.

Definition at line 212 of file ParamTypes.hh.

virtual std::string BIAS::ParamTypeDouble::GetTypeName ( )
inlinevirtual

Reimplemented from BIAS::ParamTypeBase.

Definition at line 209 of file ParamTypes.hh.

virtual std::string BIAS::ParamTypeDouble::GetValueString ( )
inlinevirtual

Reimplemented from BIAS::ParamTypeBase.

Definition at line 210 of file ParamTypes.hh.

void BIAS::ParamTypeDouble::SetDefault ( )
inlinevirtual

resets to default value

Reimplemented from BIAS::ParamTypeBase.

Definition at line 195 of file ParamTypes.hh.

virtual int BIAS::ParamTypeDouble::SetFromString ( const std::string &  s)
inlinevirtual

This is a common interface to let a specialized instance read its data from a string.

Used from ParseCommandLine() and ReadParam() to be overwritten in derived class

Reimplemented from BIAS::ParamTypeBase.

Definition at line 196 of file ParamTypes.hh.

Member Data Documentation

ParamCallbackInterface* BIAS::ParamTypeBase::CallbackObject_
inherited

if some one changed a parameter, we should call CallbackObject_->ParameterChanged(Name_);

Definition at line 82 of file ParamTypes.hh.

Referenced by BIAS::ParamGUIPanel::OnChoice().

double BIAS::ParamTypeDouble::default_

Definition at line 191 of file ParamTypes.hh.

Referenced by BIAS::Param::AddParamDouble().

bool BIAS::ParamTypeBase::Enhanced_
inherited

hide this parameter from the 'naive' user

Definition at line 76 of file ParamTypes.hh.

int BIAS::ParamTypeBase::Group_
inherited
std::string BIAS::ParamTypeBase::Help_
inherited
bool BIAS::ParamTypeBase::Hidden_
inherited

hide this parameter from all users

Definition at line 77 of file ParamTypes.hh.

double BIAS::ParamTypeDouble::max_

Definition at line 193 of file ParamTypes.hh.

Referenced by BIAS::Param::AddParamDouble().

double BIAS::ParamTypeDouble::min_

Definition at line 192 of file ParamTypes.hh.

Referenced by BIAS::Param::AddParamDouble().

std::string BIAS::ParamTypeBase::Name_
inherited
char BIAS::ParamTypeBase::ShortCmd_
inherited
double BIAS::ParamTypeDouble::value_
bool BIAS::ParamTypeBase::WriteToFile_
inherited

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