Holds information about the data and the parameters used by a specific modelbuilder.
More...
#include <ModelInfo.h>
|
typedef std::pair< std::string,
std::string > | KeyValuePair |
|
typedef std::list< KeyValuePair > | KeyValueList |
|
typedef KeyValueList | DataInfoList |
|
typedef KeyValueList | ParameterInfoList |
|
|
| BuilderInfo (const std::string &modelBuilderName, const std::string &buildTime, const DataInfoList &di, const ParameterInfoList &pi) |
|
| BuilderInfo (const std::string &modelBuilderName, const DataInfoList &di, const ParameterInfoList &pi) |
|
| BuilderInfo () |
|
virtual | ~BuilderInfo () |
| destructor
|
|
BuilderInfo & | operator= (const BuilderInfo &rhs) |
|
| BuilderInfo (const BuilderInfo &orig) |
|
virtual void | Save (const H5::CommonFG &publicFg) const |
|
virtual void | Load (const H5::CommonFG &publicFg) |
|
const DataInfoList & | GetDataInfo () const |
|
const ParameterInfoList & | GetParameterInfo () const |
|
Holds information about the data and the parameters used by a specific modelbuilder.
statismo::BuilderInfo::BuilderInfo |
( |
const std::string & |
modelBuilderName, |
|
|
const std::string & |
buildTime, |
|
|
const DataInfoList & |
di, |
|
|
const ParameterInfoList & |
pi |
|
) |
| |
Creates a new BuilderInfo object with the given information
statismo::BuilderInfo::BuilderInfo |
( |
| ) |
|
Create a new, empty BilderInfo object
const BuilderInfo::DataInfoList & statismo::BuilderInfo::GetDataInfo |
( |
| ) |
const |
const BuilderInfo::ParameterInfoList & statismo::BuilderInfo::GetParameterInfo |
( |
| ) |
const |
Returns the parameter info
void statismo::BuilderInfo::Load |
( |
const H5::CommonFG & |
publicFg | ) |
|
|
virtual |
Loads the builder info from the given group in the HDF5 file.
void statismo::BuilderInfo::Save |
( |
const H5::CommonFG & |
publicFg | ) |
const |
|
virtual |
Saves the builder info to the given group in the HDF5 file
The documentation for this class was generated from the following files: