Template Class BuildSingleKernelVisitor

Inheritance Relationships

Base Type

Class Documentation

template<typename PixelT>
class BuildSingleKernelVisitor : public lsst::afw::math::CandidateVisitor

Public Types

typedef std::shared_ptr<BuildSingleKernelVisitor<PixelT>> Ptr

Public Functions

BuildSingleKernelVisitor(lsst::afw::math::KernelList const &basisList, lsst::daf::base::PropertySet const &ps)
BuildSingleKernelVisitor(lsst::afw::math::KernelList const &basisList, lsst::daf::base::PropertySet const &ps, Eigen::MatrixXd const &hMat)
virtual ~BuildSingleKernelVisitor()
void setSkipBuilt(bool skip)
int getNRejected()
int getNProcessed()
void reset()
void processCandidate(lsst::afw::math::SpatialCellCandidate *candidate)