lsst.gauss2d.fit g199a45376c+5e234f8357
 
Loading...
Searching...
No Matches
lsst::gauss2d::fit::Chromatic Class Referenceabstract
Inheritance diagram for lsst::gauss2d::fit::Chromatic:
lsst::gauss2d::fit::Data< T, Image, Mask > lsst::gauss2d::fit::Data< T, I, M > lsst::gauss2d::fit::IntegralModel lsst::gauss2d::fit::FractionalIntegralModel lsst::gauss2d::fit::LinearIntegralModel lsst::gauss2d::fit::SersicModelIntegral lsst::gauss2d::fit::FractionalIntegralModel::Shared_enabler

Public Member Functions

virtual std::vector< std::reference_wrapper< const Channel > > get_channels () const =0
 Get the set of channels this instance is applicable for.
 

Member Function Documentation

◆ get_channels()

virtual std::vector< std::reference_wrapper< const Channel > > lsst::gauss2d::fit::Chromatic::get_channels ( ) const
pure virtual

Get the set of channels this instance is applicable for.

Note
Implementers must return a set (all unique items). This cannot be enforced (yet).

Implemented in lsst::gauss2d::fit::Data< T, I, M >, lsst::gauss2d::fit::Data< T, Image, Mask >, lsst::gauss2d::fit::Data< T, Image, Mask >, lsst::gauss2d::fit::FractionalIntegralModel, lsst::gauss2d::fit::LinearIntegralModel, and lsst::gauss2d::fit::SersicModelIntegral.


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