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::ParamTypeEnum Class Reference

#include <Utils/ParamTypes.hh>

+ Inheritance diagram for BIAS::ParamTypeEnum:
+ Collaboration diagram for BIAS::ParamTypeEnum:

Public Member Functions

virtual std::string GetHint ()
 
virtual std::string GetTypeName ()
 
virtual std::string GetValueString ()
 
 ParamTypeEnum ()
 
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 ~ParamTypeEnum ()
 

Public Attributes

ParamCallbackInterfaceCallbackObject_
 if some one changed a parameter, we should call CallbackObject_->ParameterChanged(Name_); More...
 
int 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...
 
std::map< std::string, int > Map_
 
std::string Name_
 
char ShortCmd_
 
int value_
 
bool WriteToFile_
 is only written to parameter file if true More...
 

Detailed Description

Definition at line 340 of file ParamTypes.hh.

Constructor & Destructor Documentation

BIAS::ParamTypeEnum::ParamTypeEnum ( )
inline

Definition at line 344 of file ParamTypes.hh.

virtual BIAS::ParamTypeEnum::~ParamTypeEnum ( )
inlinevirtual

Definition at line 345 of file ParamTypes.hh.

Member Function Documentation

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

Reimplemented from BIAS::ParamTypeBase.

Definition at line 369 of file ParamTypes.hh.

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

Reimplemented from BIAS::ParamTypeBase.

Definition at line 361 of file ParamTypes.hh.

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

Reimplemented from BIAS::ParamTypeBase.

Definition at line 362 of file ParamTypes.hh.

void BIAS::ParamTypeEnum::SetDefault ( )
inlinevirtual

resets to default value

Reimplemented from BIAS::ParamTypeBase.

Definition at line 351 of file ParamTypes.hh.

virtual int BIAS::ParamTypeEnum::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 352 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().

int BIAS::ParamTypeEnum::default_

Definition at line 348 of file ParamTypes.hh.

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

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.

std::map<std::string,int> BIAS::ParamTypeEnum::Map_
std::string BIAS::ParamTypeBase::Name_
inherited
char BIAS::ParamTypeBase::ShortCmd_
inherited
int BIAS::ParamTypeEnum::value_
bool BIAS::ParamTypeBase::WriteToFile_
inherited

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