UFO
|
Parameters controlling the Perform Action filter. More...
#include <PerformAction.h>
Public Member Functions | |
const FilterActionParametersBase & | action () const override |
Parameters controlling the action performed on observations flagged by the filter. More... | |
Private Attributes | |
oops::RequiredParameter< RequiredFilterActionParameters > | action_ {"action", this} |
Parameters controlling the action performed on observations flagged by the filter. More... | |
Additional Inherited Members | |
![]() | |
oops::OptionalParameter< std::vector< Variable > > | filterVariables |
oops::Parameter< std::vector< WhereParameters > > | where {"where", {}, this} |
oops::Parameter< bool > | deferToPost {"defer to post", false, this} |
Parameters controlling the Perform Action filter.
Definition at line 50 of file PerformAction.h.
|
inlineoverridevirtual |
Parameters controlling the action performed on observations flagged by the filter.
Implements ufo::FilterParametersBaseWithAbstractAction.
Definition at line 55 of file PerformAction.h.
|
private |
Parameters controlling the action performed on observations flagged by the filter.
Definition at line 61 of file PerformAction.h.