Class DataPlotterParams#
Defined in File DataPlotter.h
Inheritance Relationships#
Base Type#
public Karana::Models::KModelParams(Class KModelParams)
Class Documentation#
-
class DataPlotterParams : public Karana::Models::KModelParams#
Parameters for the DataPlotter model.
Public Functions
-
DataPlotterParams(std::string_view name)#
Constructor.
- Parameters:
name – - Name of the params.
-
virtual bool isReady() const final#
Used to ensure the params are ready.
- Returns:
trueif the params are ready, `false otherwise.
Public Members
-
bool log_first_step = true#
If true, then log the first step.
-
DataPlotterParams(std::string_view name)#