1 #ifndef teca_dataset_source_h
2 #define teca_dataset_source_h
4 #include "teca_config.h"
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
7 #include "teca_dataset.h"
29 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
30 TECA_SET_ALGORITHM_PROPERTIES()
33 TECA_ALGORITHM_VECTOR_PROPERTY(p_teca_dataset, dataset)
47 const_p_teca_dataset execute(
unsigned int port,
48 const std::vector<const_p_teca_dataset> &input_data,
52 std::vector<p_teca_dataset> datasets;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that serves up user provided data and metadata.
Definition: teca_dataset_source.h:20
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.