LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#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< std::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 | |
A base class for image defects. | |
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... | |