lsst.afw gf6b95dd08c+a9ccac1eff
|
#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 | |
namespace | lsst |
namespace | lsst::afw |
namespace | 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... | |