|
| virtual std::vector< std::reference_wrapper< const Channel > > | get_channels () const =0 |
| | Get the set of channels this instance is applicable for.
|
| |
◆ 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: