FOUND
|
Action is an interface that wraps a function that does something. More...
#include <pipeline.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::Stage< Input, Output >, found::Stage< Image, Points >, found::Stage< Image, PositionVector >, found::Stage< LocationRecords, LocationRecords >, found::Stage< Points, PositionVector >, found::Stage< PositionVector, PositionVector >, and found::Stage< std::pair< EulerAngles, EulerAngles >, Quaternion >.