karto::AbstractParameter Class Reference
#include <Karto.h>
List of all members.
Detailed Description
Definition at line 2857 of file Karto.h.
Constructor & Destructor Documentation
karto::AbstractParameter::AbstractParameter |
( |
const std::string & |
rName, |
|
|
ParameterManager * |
pParameterManger = NULL | |
|
) |
| | [inline] |
Constructs a parameter with the given name
- Parameters:
-
Definition at line 2864 of file Karto.h.
karto::AbstractParameter::AbstractParameter |
( |
const std::string & |
rName, |
|
|
const std::string & |
rDescription, |
|
|
ParameterManager * |
pParameterManger = NULL | |
|
) |
| | [inline] |
Constructs a parameter with the given name and description
- Parameters:
-
Definition at line 2879 of file Karto.h.
virtual karto::AbstractParameter::~AbstractParameter |
( |
|
) |
[inline, virtual] |
Member Function Documentation
const std::string& karto::AbstractParameter::GetDescription |
( |
|
) |
const [inline] |
Returns the parameter description
- Returns:
- parameter description
Definition at line 2911 of file Karto.h.
const std::string& karto::AbstractParameter::GetName |
( |
|
) |
const [inline] |
Gets the name of this object
- Returns:
- name
Definition at line 2902 of file Karto.h.
virtual const std::string karto::AbstractParameter::GetValueAsString |
( |
|
) |
const [pure virtual] |
virtual void karto::AbstractParameter::SetValueFromString |
( |
const std::string & |
rStringValue |
) |
[pure virtual] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
rStream, |
|
|
const AbstractParameter & |
rParameter | |
|
) |
| | [friend] |
Write this parameter onto output stream
- Parameters:
-
| rStream | output stream |
| rParameter | |
Definition at line 2940 of file Karto.h.
Member Data Documentation
The documentation for this class was generated from the following file: