26#ifndef __TERRALIB_DATAACCESS_INTERNAL_STDDEV_H
27#define __TERRALIB_DATAACCESS_INTERNAL_STDDEV_H
#define TE_DEFINE_VISITABLE
A static class with global function name definitions.
A base class for unary functions.
This is an abstract class that models a query expression.
A static class with global function name definitions.
StdDev(const Expression &arg)
Constructor.
StdDev(const StdDev &rhs)
Copy constructor.
TE_DEFINE_VISITABLE StdDev(Expression *arg)
Constructor.
StdDev & operator=(const StdDev &rhs)
Expression * clone() const
It creates a new copy of this expression.
TE_DEFINE_VISITABLE UnaryFunction(const std::string &name, Expression *arg)
Constructor.
Namespace for the DataAccess API of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.