1 #ifndef teca_mesh_join_h
2 #define teca_mesh_join_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
28 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
29 TECA_SET_ALGORITHM_PROPERTIES()
34 void set_number_of_input_connections(
unsigned int n)
45 const std::vector<teca_metadata> &input_md)
override;
47 std::vector<teca_metadata> get_upstream_request(
49 const std::vector<teca_metadata> &input_md,
52 const_p_teca_dataset execute(
54 const std::vector<const_p_teca_dataset> &input_data,
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
virtual teca_metadata get_output_metadata(unsigned int port, const std::vector< teca_metadata > &input_md)
void set_number_of_input_connections(unsigned int n)
Definition: teca_mesh_join.h:19
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.