16 #include "../iotools/hsz.h"
43 std::string filename);
void save(scyl::pipeline *in, std::string filename)
save() takes a pipeline object and file name and writes out a HSZ file based on the input data...
Definition: hsz_output.cpp:96
HSZ Output is a class that is used to output HSZ files.
Definition: hsz_output.h:34
Output is a pure virtual base class from which output classes for the pipeline are derived...
Definition: output.h:32
Pipeline is an object that holds configuration properties and data items, and facilitates the process...
Definition: pipeline.h:57
hsz_output()
Definition: hsz_output.cpp:18
virtual ~hsz_output()
Definition: hsz_output.cpp:26