FOUND
|
Action is an interface that wraps a function that does something. More...
#include <stages.hpp>
Public Member Functions | |
virtual void | DoAction ()=0 |
Performs some action. | |
Action is an interface that wraps a function that does something.
|
pure virtual |
Performs some action.
Implemented in found::Pipeline< Input, Output, N >, found::Pipeline< Image, PositionVector, N >, found::Pipeline< Input, Output, DEFAULT_NUM_STAGES >, found::Pipeline< LocationRecords, LocationRecords, N >, found::Pipeline< std::pair< EulerAngles, EulerAngles >, Quaternion, N >, found::Pipeline< T, T, DEFAULT_NUM_STAGES >, found::FunctionStage< Input, Output >, found::FunctionStage< Image, Points >, found::FunctionStage< Image, PositionVector >, found::FunctionStage< LocationRecords, LocationRecords >, found::FunctionStage< Points, PositionVector >, found::FunctionStage< PositionVector, PositionVector >, found::FunctionStage< std::pair< EulerAngles, EulerAngles >, Quaternion >, found::FunctionStage< T, T >, and found::ModifyingStage< T >.