|
FOUND
|
PipelineExecutor is an interface for classes that execute complex pipelines. More...
#include <executors.hpp>

Public Member Functions | |
| virtual | ~PipelineExecutor ()=default |
| Destroys this. | |
| virtual void | ExecutePipeline ()=0 |
| Executes the relavent Pipeline. | |
| virtual void | OutputResults ()=0 |
| Outputs the results of the Pipeline in some format. | |
PipelineExecutor is an interface for classes that execute complex pipelines.
|
pure virtual |
Executes the relavent Pipeline.
Implemented in found::CalibrationPipelineExecutor, found::DistancePipelineExecutor, and found::OrbitPipelineExecutor.
|
pure virtual |
Outputs the results of the Pipeline in some format.
Implemented in found::CalibrationPipelineExecutor, found::DistancePipelineExecutor, and found::OrbitPipelineExecutor.