1 #ifndef teca_laplacian_h
2 #define teca_laplacian_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
24 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
25 TECA_SET_ALGORITHM_PROPERTIES()
32 TECA_ALGORITHM_PROPERTY(std::
string, component_0_variable)
40 TECA_ALGORITHM_PROPERTY(std::
string, component_1_variable)
48 TECA_ALGORITHM_PROPERTY(std::
string, laplacian_variable)
54 std::
string get_component_0_variable(const
teca_metadata &request);
55 std::
string get_component_1_variable(const
teca_metadata &request);
56 std::
string get_laplacian_variable(const
teca_metadata &request);
70 const_p_teca_dataset execute(
72 const std::vector<const_p_teca_dataset> &input_data,
76 std::
string component_0_variable;
77 std::
string component_1_variable;
78 std::
string laplacian_variable;