#include <core/parameter.h>
◆ Parameter()
vistle::Parameter::Parameter |
( |
const Parameter & |
other | ) |
|
◆ ~Parameter()
vistle::Parameter::~Parameter |
( |
| ) |
|
|
virtual |
◆ checkChoice()
virtual bool vistle::Parameter::checkChoice |
( |
const std::vector< std::string > & |
choices | ) |
const |
|
inlinevirtual |
◆ choices()
const std::vector< std::string > & vistle::Parameter::choices |
( |
| ) |
const |
◆ clone()
virtual Parameter * vistle::Parameter::clone |
( |
| ) |
const |
|
pure virtual |
◆ DEFINE_ENUM_WITH_STRING_CONVERSIONS()
vistle::Parameter::DEFINE_ENUM_WITH_STRING_CONVERSIONS |
( |
Type |
, |
|
|
(Unknown)(Float)(Integer)(Vector)(IntVector)(String)(Invalid) |
|
|
) |
| |
◆ description()
const std::string & vistle::Parameter::description |
( |
| ) |
const |
◆ Generic()
vistle::Parameter::Generic |
( |
Filename |
| ) |
|
◆ getName()
const std::string & vistle::Parameter::getName |
( |
| ) |
const |
◆ group()
const std::string & vistle::Parameter::group |
( |
| ) |
const |
◆ isDefault()
virtual bool vistle::Parameter::isDefault |
( |
| ) |
const |
|
pure virtual |
◆ module()
int vistle::Parameter::module |
( |
| ) |
const |
◆ operator std::string()
virtual vistle::Parameter::operator std::string |
( |
| ) |
const |
|
pure virtual |
◆ presentation()
◆ setChoices()
void vistle::Parameter::setChoices |
( |
const std::vector< std::string > & |
choices | ) |
|
◆ setDescription()
void vistle::Parameter::setDescription |
( |
const std::string & |
description | ) |
|
◆ setGroup()
void vistle::Parameter::setGroup |
( |
const std::string & |
group | ) |
|
◆ setPresentation()
void vistle::Parameter::setPresentation |
( |
Presentation |
presentation | ) |
|
◆ type()
◆ Value()
Minimum() vistle::Parameter::Value |
( |
Maximum |
| ) |
|
◆ m_choices
std::vector<std::string> vistle::Parameter::m_choices |
|
protected |
◆ name
Minimum() const std::string& vistle::Parameter::name |
◆ Presentation
Minimum() const std::string vistle::Parameter::Presentation = Generic) |
◆ Type
Minimum() const std::string vistle::Parameter::Type = Invalid |
The documentation for this class was generated from the following files: