1#ifndef LSST_GAUSS2D_FIT_COMPONENTMIXTURE_H
2#define LSST_GAUSS2D_FIT_COMPONENTMIXTURE_H
5#include "parametricmodel.h"
7namespace lsst::gauss2d::fit {
14typedef std::vector<std::shared_ptr<Component>> Components;
24 virtual Components get_components()
const = 0;
A list of related Component instances.
Definition componentmixture.h:22
Definition parametricmodel.h:25