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_fwd.h"
7 #include "teca_shared_object.h"
27 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
28 TECA_SET_ALGORITHM_PROPERTIES()
31 TECA_ALGORITHM_PROPERTY(const_p_teca_dataset, dataset)
37 const_p_teca_dataset execute(
unsigned int port,
38 const std::vector<const_p_teca_dataset> &input_data,
42 const_p_teca_dataset dataset;