LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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
 < multiple inclusion guard macro
 
 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.