1 #ifndef teca_dataset_capture_h
2 #define teca_dataset_capture_h
4 #include "teca_config.h"
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
7 #include "teca_dataset.h"
30 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
31 TECA_SET_ALGORITHM_PROPERTIES()
34 TECA_ALGORITHM_PROPERTY(const_p_teca_dataset, dataset)
40 const_p_teca_dataset execute(
unsigned int port,
41 const std::vector<const_p_teca_dataset> &input_data,
45 const_p_teca_dataset dataset;