|
LSSTApplications
11.0-13-gbb96280,12.1.rc1,12.1.rc1+1,12.1.rc1+2,12.1.rc1+5,12.1.rc1+8,12.1.rc1-1-g06d7636+1,12.1.rc1-1-g253890b+5,12.1.rc1-1-g3d31b68+7,12.1.rc1-1-g3db6b75+1,12.1.rc1-1-g5c1385a+3,12.1.rc1-1-g83b2247,12.1.rc1-1-g90cb4cf+6,12.1.rc1-1-g91da24b+3,12.1.rc1-2-g3521f8a,12.1.rc1-2-g39433dd+4,12.1.rc1-2-g486411b+2,12.1.rc1-2-g4c2be76,12.1.rc1-2-gc9c0491,12.1.rc1-2-gda2cd4f+6,12.1.rc1-3-g3391c73+2,12.1.rc1-3-g8c1bd6c+1,12.1.rc1-3-gcf4b6cb+2,12.1.rc1-4-g057223e+1,12.1.rc1-4-g19ed13b+2,12.1.rc1-4-g30492a7
LSSTDataManagementBasePackage
|
Declare the Kernel class and subclasses. More...
#include <memory>#include <type_traits>#include <utility>#include <vector>#include "boost/mpl/or.hpp"#include "boost/serialization/shared_ptr.hpp"#include "boost/serialization/vector.hpp"#include "boost/serialization/export.hpp"#include "lsst/daf/base/Persistable.h"#include "lsst/daf/base/Citizen.h"#include "lsst/afw/geom.h"#include "lsst/afw/image/Image.h"#include "lsst/afw/image/Utils.h"#include "lsst/afw/math/Function.h"#include "lsst/afw/math/traits.h"#include "lsst/afw/table/io/Persistable.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::math::Kernel |
| Kernels are used for convolution with MaskedImages and (eventually) Images. More... | |
| class | lsst::afw::math::FixedKernel |
| A kernel created from an Image. More... | |
| class | lsst::afw::math::AnalyticKernel |
| A kernel described by a function. More... | |
| class | lsst::afw::math::DeltaFunctionKernel |
| A kernel that has only one non-zero pixel (of value 1) More... | |
| class | lsst::afw::math::LinearCombinationKernel |
| A kernel that is a linear combination of fixed basis kernels. More... | |
| class | lsst::afw::math::SeparableKernel |
| A kernel described by a pair of functions: func(x, y) = colFunc(x) * rowFunc(y) More... | |
Namespaces | |
| lsst | |
| Remove all non-astronomical counts from the Chunk Exposure's pixels. | |
| lsst::afw | |
| lsst::afw::formatters | |
| lsst::afw::math | |
| boost | |
| boost::serialization | |
Typedefs | |
| typedef std::vector < boost::shared_ptr< Kernel > > | lsst::afw::math::KernelList |
Functions | |
| template<class Archive > | |
| void | boost::serialization::save_construct_data (Archive &ar, lsst::afw::math::DeltaFunctionKernel const *k, unsigned int const file_version) |
| template<class Archive > | |
| void | boost::serialization::load_construct_data (Archive &ar, lsst::afw::math::DeltaFunctionKernel *k, unsigned int const file_version) |
Declare the Kernel class and subclasses.
Definition in file Kernel.h.
1.8.5