65 std::string category_;
66 bool clonable_ =
true;
67 std::string description_;
68 bool inheritValue_ =
false;
69 std::string lastRunValue_;
70 double maxValue_ = 0.0;
71 double minValue_ = 0.0;
72 std::string paramType_;
73 double paramValue_ = 0.0;
74 bool readOnly_ =
false;
75 int stkVersion_ = 1160;
76 std::string unitDimension_;
78 bool useMaxValue_ =
false;
79 bool useMinValue_ =
false;
80 std::string userComment_;
83 std::vector<SharedPtr<ScriptingToolParameterEnumChoice>> enumChoices_;