1 #ifndef teca_algorithm_output_port_h
2 #define teca_algorithm_output_port_h
7 using teca_algorithm_output_port
8 = std::pair<p_teca_algorithm, unsigned int>;
17 unsigned int &
get_port(teca_algorithm_output_port &op)
p_teca_algorithm & get_algorithm(teca_algorithm_output_port &op)
get the algorithm from the output port
Definition: teca_algorithm_output_port.h:12
unsigned int & get_port(teca_algorithm_output_port &op)
get port number from the output port
Definition: teca_algorithm_output_port.h:17