1 #ifndef teca_indexed_dataset_cache_h
2 #define teca_indexed_dataset_cache_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
30 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
31 TECA_SET_ALGORITHM_PROPERTIES()
37 TECA_ALGORITHM_PROPERTY(
unsigned long, max_cache_size)
53 const_p_teca_dataset execute(
55 const std::vector<const_p_teca_dataset> &input_data,
59 unsigned long max_cache_size;
62 internals_t *internals;