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 | Variables
traits.h File Reference

Traits to describe kernels, allowing for compile-time optimisation. More...

#include "boost/mpl/bool.hpp"

Go to the source code of this file.

Classes

struct  lsst::afw::math::is_analyticKernel< KernelT >
 traits class to determine if a Kernel is represented as an analytic function More...
 
struct  lsst::afw::math::is_analyticKernel< KernelT * >
 
struct  lsst::afw::math::is_analyticKernel< boost::shared_ptr< KernelT > >
 
struct  lsst::afw::math::is_analyticKernel< AnalyticKernel >
 
struct  lsst::afw::math::generic_kernel_tag
 Tags carrying information about Kernels Kernel with no special properties. More...
 
struct  lsst::afw::math::deltafunction_kernel_tag
 Kernel has only one non-zero pixel. More...
 
struct  lsst::afw::math::kernel_traits< KernelT >
 template trait class with information about Kernels More...
 

Namespaces

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

Variables

generic_kernel_tag lsst::afw::math::generic_kernel_tag_
 Used as default value in argument lists. More...
 
deltafunction_kernel_tag lsst::afw::math::deltafunction_kernel_tag_
 Used as default value in argument lists. More...
 

Detailed Description

Traits to describe kernels, allowing for compile-time optimisation.

Definition in file traits.h.