1 #ifndef teca_table_to_stream_h
2 #define teca_table_to_stream_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
25 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
26 TECA_SET_ALGORITHM_PROPERTIES()
28 TECA_ALGORITHM_PROPERTY(std::
string, header)
29 TECA_ALGORITHM_PROPERTY(std::
string, footer)
35 void set_stream(std::ostream &s);
38 void set_stream(const std::
string &s);
39 void set_stream_to_stderr();
40 void set_stream_to_stdout();
43 std::
string get_stream();
49 const_p_teca_dataset execute(
51 const std::vector<const_p_teca_dataset> &input_data,
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that serializes a table to a C++ stream object.
Definition: teca_table_to_stream.h:16
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.