Specification of a known model option. More...
#include <Component/ModelOptionDef.H>
Public Attributes | |
ModelOptionType | type |
Type of the option. | |
const char * | name |
Option name. | |
const ModelOptionCateg * | categ |
Option category. | |
const int | exportFlag |
one of the what-to-export flags | |
const char * | descr |
Description of what option does. | |
const char * | longoptname |
Long option name (without leading "--"). | |
char | shortoptname |
Short option name (without leading "-"). | |
const char * | validvals |
Textual description of valid values, or NULL. | |
const char * | defval |
Default value in text representation. |
Specification of a known model option.
Definition at line 130 of file ModelOptionDef.H.
Option category.
Definition at line 134 of file ModelOptionDef.H.
const char* ModelOptionDef::defval |
Default value in text representation.
Definition at line 140 of file ModelOptionDef.H.
Referenced by ModelParamAuxImpl::defaultValueOf().
const char* ModelOptionDef::descr |
Description of what option does.
Definition at line 136 of file ModelOptionDef.H.
const int ModelOptionDef::exportFlag |
one of the what-to-export flags
Definition at line 135 of file ModelOptionDef.H.
Referenced by CmdlineOptionManager::requestOption(), and CmdlineOptionManager::requestOptionAlias().
const char* ModelOptionDef::longoptname |
Long option name (without leading "--").
Definition at line 137 of file ModelOptionDef.H.
Referenced by SpectralResidualChannel::getOutput(), MultiSpectralResidualChannel::paramChanged(), IntegerMathEngine::paramChanged(), CmdlineOptionManager::requestOption(), CmdlineOptionManager::requestOptionAlias(), InputFrameSeries::setFrameSource(), ContourChannel::start1(), SDLdisplay::start2(), EyeSFile::start2(), and CmdlineOptionManager::unRequestOption().
const char* ModelOptionDef::name |
Option name.
Definition at line 133 of file ModelOptionDef.H.
Referenced by ModelComponent::doRequestOption(), ModelComponent::hideOption(), ModelParamAuxImpl::ModelParamAuxImpl(), CmdlineOptionManager::requestOption(), CmdlineOptionManager::requestOptionAlias(), CmdlineOptionManager::setOptionValString(), and CmdlineOptionManager::unRequestOption().
Short option name (without leading "-").
Definition at line 138 of file ModelOptionDef.H.
Type of the option.
Definition at line 132 of file ModelOptionDef.H.
Referenced by ModelParamAuxImpl::ModelParamAuxImpl().
const char* ModelOptionDef::validvals |
Textual description of valid values, or NULL.
Definition at line 139 of file ModelOptionDef.H.
Referenced by InputFrameSeries::setFrameSource().