openModeller  Version 1.4.0
AlgParamMetadata Struct Reference

#include <AlgMetadata.hh>

Collaboration diagram for AlgParamMetadata:

List of all members.

Public Attributes

std::string id
 Identifier to be used by programmers.
std::string name
 Name to be shown to end users.
AlgParamDatatype type
 Real, Integer, String.
std::string overview
 Short description.
std::string description
 Detailed description.
int has_min
 Zero if the parameter has no lower limit.
Scalar min_val
 Minimum parameter value.
int has_max
 Zero if the parameter has no upper limit.
Scalar max_val
 Maximum parameter value.
std::string typical
 Typical parameter value.

Detailed Description

Algorithms' parameter metadata structure.

Definition at line 50 of file AlgMetadata.hh.


Member Data Documentation

Detailed description.

Definition at line 56 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration().

Zero if the parameter has no upper limit.

Definition at line 60 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

Zero if the parameter has no lower limit.

Definition at line 58 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

std::string AlgParamMetadata::id

Identifier to be used by programmers.

Definition at line 52 of file AlgMetadata.hh.

Referenced by RequestFile::_readParameters(), AlgorithmFactory::getConfiguration(), and readParameters().

Maximum parameter value.

Definition at line 61 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

Minimum parameter value.

Definition at line 59 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

Name to be shown to end users.

Definition at line 53 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

Short description.

Definition at line 55 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

Real, Integer, String.

Definition at line 54 of file AlgMetadata.hh.

Referenced by AlgorithmFactory::getConfiguration(), and readParameters().

Typical parameter value.

Definition at line 62 of file AlgMetadata.hh.

Referenced by RequestFile::_readParameters(), AlgorithmFactory::getConfiguration(), and readParameters().


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