SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
FlexibleModelFittingFrame.h
Go to the documentation of this file.
1
17/*
18 * FlexibleModelFittingFrame.h
19 *
20 * Created on: Sep 17, 2018
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGFRAME_H_
25#define _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGFRAME_H_
26
27#include <memory>
28#include <vector>
29
31
32namespace SourceXtractor {
33
55
56}
57
58#endif /* _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGFRAME_H_ */
std::vector< std::shared_ptr< FlexibleModelFittingModel > > getModels() const
std::vector< std::shared_ptr< FlexibleModelFittingModel > > m_models
FlexibleModelFittingFrame(unsigned int frame_nb, const std::vector< std::shared_ptr< FlexibleModelFittingModel > > &models)