32.9 Types of Parameters

The following is a list of supported parameter types. The first value is the value given to the !TYPE field in the parameter record of a text configuration file for OEConfigure. The second is the corresponding C++ class or type that the Has and Get member functions should be templated upon.

bool
bool
int
int
float
float
double
double
string
std::string
file
OEPlatform::oeisstream
param_file
OEPlatform::oeisstream
OEGraphMol
OEChem::OEGraphMol
OEMol
OEChem::OEMol

To use OEGraphMol and OEMol parameters OESystem::RegisterMolParameters() must be called before OEConfigure is called


Subsections