Class ProjectConstraintErrorParams#
Defined in File ProjectConstraintError.h
Inheritance Relationships#
Base Type#
public Karana::Models::KModelParams(Class KModelParams)
Class Documentation#
-
class ProjectConstraintErrorParams : public Karana::Models::KModelParams#
Parameters for the ProjectConstraintError model.
Public Functions
-
ProjectConstraintErrorParams(std::string_view name)#
Constructor.
- Parameters:
name – - Name of the params.
-
virtual bool isFinalized() const final#
Used to ensure the params are finalized.
- Returns:
trueif the params are finalized, `false otherwise.
Public Members
-
double tol = km::uninitializedNaN#
Directory where the renders will be saved.
-
ProjectConstraintErrorParams(std::string_view name)#