|
TECA
The Toolkit for Extreme Climate Analysis
|
Go to the source code of this file.
Typedefs | |
| using | teca_algorithm_output_port = std::pair< p_teca_algorithm, unsigned int > |
| An output port packages an algorithm and a port number. More... | |
Functions | |
| p_teca_algorithm & | get_algorithm (teca_algorithm_output_port &op) |
| get the algorithm from the output port More... | |
| unsigned int & | get_port (teca_algorithm_output_port &op) |
| get port number from the output port More... | |
| using teca_algorithm_output_port = std::pair<p_teca_algorithm, unsigned int> |
An output port packages an algorithm and a port number.
|
inline |
get the algorithm from the output port
|
inline |
get port number from the output port