1 #ifndef teca_shape_file_mask_h
2 #define teca_shape_file_mask_h
4 #include "teca_config.h"
6 #include "teca_algorithm.h"
7 #include "teca_metadata.h"
27 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
28 TECA_SET_ALGORITHM_PROPERTIES()
35 TECA_ALGORITHM_PROPERTY(std::
string, shape_file)
43 TECA_ALGORITHM_VECTOR_PROPERTY(std::
string, mask_variable)
51 void set_modified() override;
68 const_p_teca_dataset execute(
70 const std::vector<const_p_teca_dataset> &input_data,
74 std::
string shape_file;
75 std::vector<std::
string> mask_variables;
78 internals_t *internals;