1 #ifndef teca_2d_component_area_h
2 #define teca_2d_component_area_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
60 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
61 TECA_SET_ALGORITHM_PROPERTIES()
69 TECA_ALGORITHM_PROPERTY(std::
string, component_variable)
77 TECA_ALGORITHM_PROPERTY(
int, contiguous_component_ids)
88 TECA_ALGORITHM_PROPERTY(
long, background_id)
94 int get_component_variable(std::
string &component_var);
108 const_p_teca_dataset execute(
110 const std::vector<const_p_teca_dataset> &input_data,
114 std::
string component_variable;
115 int contiguous_component_ids;