ArithmeticOperations.h File Reference

Performs arithmetic operation over raster data. More...

#include "Algorithm.h"
#include "../raster/Grid.h"
#include "../raster/Interpolator.h"
#include "../common/progress/TaskProgress.h"
#include <boost/math/constants/constants.hpp>
#include <map>
#include <memory>
#include <stack>
#include <string>
#include <vector>
#include <math.h>

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

 te
 URI C++ Library.
 
 te::rp
 Namespace for Raster Processing module of TerraLib.
 
 te::rst
 Namespace for the Raster module of TerraLib.
 

Detailed Description

Performs arithmetic operation over raster data.

Definition in file ArithmeticOperations.h.