This class is a hit walker used to see if a list of parameters are all controllable. More...
#include <ParameterStudyAction.h>
Public Member Functions | |
AreParametersControllableWalker (const std::vector< std::string > ¶meters, MooseApp &app) | |
void | walk (const std::string &fullpath, const std::string &nodename, hit::Node *n) override |
bool | areControllable () const |
Private Attributes | |
MooseApp & | _app |
std::vector< bool > | _is_controllable |
std::vector< std::pair< std::string, std::string > > | _pars |
This class is a hit walker used to see if a list of parameters are all controllable.
Definition at line 189 of file ParameterStudyAction.h.
AreParametersControllableWalker::AreParametersControllableWalker | ( | const std::vector< std::string > & | parameters, |
MooseApp & | app | ||
) |
Definition at line 747 of file ParameterStudyAction.C.
bool AreParametersControllableWalker::areControllable | ( | ) | const |
Definition at line 782 of file ParameterStudyAction.C.
|
override |
Definition at line 760 of file ParameterStudyAction.C.
|
private |
Definition at line 198 of file ParameterStudyAction.h.
Referenced by walk().
|
private |
Definition at line 199 of file ParameterStudyAction.h.
Referenced by areControllable(), and walk().
|
private |
Definition at line 200 of file ParameterStudyAction.h.
Referenced by AreParametersControllableWalker(), and walk().