Performs arithmetic operation over raster data. More...
#include "Algorithm.h"
#include "../raster/Grid.h"
#include "../raster/Interpolator.h"
#include "../common/progress/TaskProgress.h"
#include <map>
#include <memory>
#include <stack>
#include <string>
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes | |
class | te::rp::ArithmeticOperations |
Performs arithmetic operation over raster data. More... | |
class | te::rp::ArithmeticOperations::ExecStackElement |
Execution stack element. More... | |
class | te::rp::ArithmeticOperations::InputParameters |
ArithmeticOperations input parameters. More... | |
class | te::rp::ArithmeticOperations::OutputParameters |
ArithmeticOperations output parameters. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::rp |
Namespace for Raster Processing module of TerraLib. | |
namespace | te::rst |
Namespace for the Raster module of TerraLib. | |
Performs arithmetic operation over raster data.
Definition in file ArithmeticOperations.h.