LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces
Function.h File Reference

Define the basic Function classes. More...

#include <stdexcept>
#include <sstream>
#include <vector>
#include "boost/format.hpp"
#include "boost/serialization/nvp.hpp"
#include "boost/serialization/vector.hpp"
#include "boost/serialization/void_cast.hpp"
#include "boost/serialization/export.hpp"
#include "lsst/daf/base/Citizen.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/table/io/Persistable.h"

Go to the source code of this file.

Classes

class  lsst::afw::math::Function< ReturnT >
 Basic Function class. More...
 
class  lsst::afw::math::Function1< ReturnT >
 A Function taking one argument. More...
 
class  lsst::afw::math::Function2< ReturnT >
 A Function taking two arguments. More...
 
class  lsst::afw::math::BasePolynomialFunction2< ReturnT >
 Base class for 2-dimensional polynomials of the form: More...
 
class  lsst::afw::math::NullFunction1< ReturnT >
 a class used in function calls to indicate that no Function1 is being provided More...
 
class  lsst::afw::math::NullFunction2< ReturnT >
 a class used in function calls to indicate that no Function2 is being provided More...
 

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::afw
 
 lsst::afw::math
 

Detailed Description

Define the basic Function classes.

Author
Russell Owen

Definition in file Function.h.