LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst::afw::math::is_analyticKernel< KernelT > Struct Template Reference

traits class to determine if a Kernel is represented as an analytic function More...

#include <traits.h>

Inheritance diagram for lsst::afw::math::is_analyticKernel< KernelT >:
lsst::afw::math::is_analyticKernel< KernelT * > lsst::afw::math::is_analyticKernel< std::shared_ptr< KernelT > >

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=false)
 

Detailed Description

template<typename KernelT>
struct lsst::afw::math::is_analyticKernel< KernelT >

traits class to determine if a Kernel is represented as an analytic function

Definition at line 37 of file traits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

template<typename KernelT >
lsst::afw::math::is_analyticKernel< KernelT >::BOOST_STATIC_CONSTANT ( bool  ,
value  = false 
)

The documentation for this struct was generated from the following file: