1 #ifndef teca_table_to_stream_h
2 #define teca_table_to_stream_h
4 #include "teca_shared_object.h"
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
26 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
27 TECA_SET_ALGORITHM_PROPERTIES()
29 TECA_ALGORITHM_PROPERTY(std::
string, header)
30 TECA_ALGORITHM_PROPERTY(std::
string, footer)
36 void set_stream(std::ostream &s);
39 void set_stream(const std::
string &s);
40 void set_stream_to_stderr();
41 void set_stream_to_stdout();
47 const_p_teca_dataset execute(
49 const std::vector<const_p_teca_dataset> &input_data,