Class Model
Defined in File Model.h
Inheritance Relationships
Base Type
public Material(Class Material)
Class Documentation
-
class Model : public Material
The Model class is an integral part of the SCIANTIX simulation, serving as a base for defining various simulation models.
- Author
G. Zullo
- Author
F. Bastien
Public Functions
-
inline void setParameter(std::vector<double> p)
Sets the parameters of the model.
- Parameters:
p – Vector of doubles representing the parameters to be applied to the model.
-
inline std::vector<double> getParameter()
Retrieves the parameters of the model.
- Returns:
Vector of doubles containing the current parameters of the model.
-
inline Model()
Constructor.
-
inline ~Model()
Destructor.