SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PointModel.h
Go to the documentation of this file.
1
22
23#ifndef MODELFITTING_POINTMODEL_H
24#define MODELFITTING_POINTMODEL_H
25
29
30namespace ModelFitting {
31
43
44} // end of namespace ModelFitting
45
46#endif /* MODELFITTING_POINTMODEL_H */
47
ConstantModel(std::shared_ptr< BasicParameter > value)
PointModel(std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y, std::shared_ptr< BasicParameter > value)
PositionedModel(std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y)