lsst.gauss2d.fit
g199a45376c+5e234f8357
Loading...
Searching...
No Matches
chromatic.h
1
#ifndef LSST_GAUSS2D_FIT_CHROMATIC_H
2
#define LSST_GAUSS2D_FIT_CHROMATIC_H
3
4
#include "channel.h"
5
6
namespace
lsst::gauss2d::fit {
7
8
class
Chromatic
{
9
public
:
12
virtual
std::vector<std::reference_wrapper<const Channel>>
get_channels
()
const
= 0;
13
14
virtual
~Chromatic
() =
default
;
15
};
16
17
}
// namespace lsst::gauss2d::fit
18
19
#endif
lsst::gauss2d::fit::Chromatic
Definition
chromatic.h:8
lsst::gauss2d::fit::Chromatic::get_channels
virtual std::vector< std::reference_wrapper< const Channel > > get_channels() const =0
Get the set of channels this instance is applicable for.
include
lsst
gauss2d
fit
chromatic.h
Generated by
1.13.2