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

#include <Utils/ParamTypes.hh>

+ Inheritance diagram for BIAS::ParamTypeVecInt:
+ Collaboration diagram for BIAS::ParamTypeVecInt:

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 294 of file ParamTypes.hh.

Constructor & Destructor Documentation

BIAS::ParamTypeVecInt::ParamTypeVecInt ( )
inline

Definition at line 298 of file ParamTypes.hh.

virtual BIAS::ParamTypeVecInt::~ParamTypeVecInt ( )
inlinevirtual

Definition at line 299 of file ParamTypes.hh.

Member Function Documentation

virtual std::string BIAS::ParamTypeBase::GetHint ( )
inlinevirtualinherited
virtual std::string BIAS::ParamTypeVecInt::GetTypeName ( )
inlinevirtual

Reimplemented from BIAS::ParamTypeBase.

Definition at line 323 of file ParamTypes.hh.

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

Reimplemented from BIAS::ParamTypeBase.

Definition at line 324 of file ParamTypes.hh.

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

void BIAS::ParamTypeVecInt::SetDefault ( )
inlinevirtual

resets to default value

Reimplemented from BIAS::ParamTypeBase.

Definition at line 304 of file ParamTypes.hh.

virtual int BIAS::ParamTypeVecInt::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 305 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().

BIAS::Vector<int> BIAS::ParamTypeVecInt::default_

Definition at line 302 of file ParamTypes.hh.

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

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::string BIAS::ParamTypeBase::Name_
inherited
char BIAS::ParamTypeBase::ShortCmd_
inherited
BIAS::Vector<int> BIAS::ParamTypeVecInt::value_

Definition at line 301 of file ParamTypes.hh.

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

bool BIAS::ParamTypeBase::WriteToFile_
inherited

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