1 #ifndef teca_temporal_index_select_h
2 #define teca_temporal_index_select_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
24 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
25 TECA_SET_ALGORITHM_PROPERTIES()
31 TECA_ALGORITHM_VECTOR_PROPERTY(
long long, indice)
49 const_p_teca_dataset execute(
51 const std::vector<const_p_teca_dataset> &input_data,
55 std::vector<
long long> indices;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
An algorithm that selects specific time indices.
Definition: teca_temporal_index_select.h:15
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.