1 #ifndef teca_connected_components_h
2 #define teca_connected_components_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
58 TECA_ALGORITHM_PROPERTY(std::
string, segmentation_variable)
59 void get_segmentation_variable(std::
string &var) const;
66 TECA_ALGORITHM_PROPERTY(std::
string, component_variable)
67 void get_component_variable(std::
string &var) const;
80 unsigned int port, const std::vector<
teca_metadata> &input_md,
83 const_p_teca_dataset execute(
unsigned int port,
84 const std::vector<const_p_teca_dataset> &input_data,
88 std::
string component_variable;
89 std::
string segmentation_variable;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
an algorithm that computes connected component labeling
Definition: teca_connected_components.h:46
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.