27 virtual bool conditionMet(
const unsigned int & i)
override;
Base class for controls that enable/disable object(s) based on some condition.
Control for enabling/disabling objects when a function value is true.
virtual bool conditionMet(const unsigned int &i) override
Condition that must be true for an entry of the "enable" list to be enabled and/or an entry of the "d...
const Function & _function
The function to give a true or false value.
static InputParameters validParams()
Base class for function objects.
const InputParameters & parameters() const
Get the parameters of the object.