1 #ifndef teca_dataset_capture_h
2 #define teca_dataset_capture_h
4 #include "teca_algorithm.h"
5 #include "teca_metadata.h"
6 #include "teca_dataset.h"
29 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
30 TECA_SET_ALGORITHM_PROPERTIES()
33 TECA_ALGORITHM_PROPERTY(const_p_teca_dataset, dataset)
39 const_p_teca_dataset execute(
unsigned int port,
40 const std::vector<const_p_teca_dataset> &input_data,
44 const_p_teca_dataset dataset;