#include <libastrog_pipeline.h>
Inheritance diagram for astrog::Pipeline:
Pipelines are the outermost layer of abstraction in the Astrog library. They are the functions available to the end user that take input and give output entirely in the realm of the CPU and system memory. All GPU details are hidden from anything that calls a pipeline. Within the pipeline, routines and tasks are called to perform the required calculations.
Definition at line 48 of file libastrog_pipeline.h.