33 #ifndef xmmModelParameters_h 34 #define xmmModelParameters_h 36 #include "../common/xmmAttribute.hpp" 37 #include "../common/xmmJson.hpp" 47 template <
typename ModelType>
bool changed
specifies if parameters have changed (model is invalid)
Definition: xmmModelParameters.hpp:76
ClassParameters(ClassParameters const &src)
Copy Constructor.
Definition: xmmModelParameters.hpp:59
ClassParameters & operator=(ClassParameters const &src)
Assignment.
Definition: xmmModelParameters.hpp:71
Abstract class for handling JSON + File I/O.
Definition: xmmJson.hpp:50
ClassParameters()
Default Constructor.
Definition: xmmModelParameters.hpp:53
Definition: xmmAttribute.hpp:42
Class-specific Model Parameters.
Definition: xmmModelParameters.hpp:48
ClassParameters(Json::Value const &root)
Constructor from Json Structure.
Definition: xmmModelParameters.hpp:65