14 #ifndef _CompositeFunctionRep_H_
15 #define _CompositeFunctionRep_H_
20 class FunctionParameter;
52 virtual void removeFromComposite (
FunctionRep * frep );
60 unsigned int count ()
const;
68 virtual void setFixedFlags (
const std::vector < int > & flags );
77 #endif // _CompositeFunctionRep_H_
#define MDL_HIPPOPLOT_API
A transform that transforms coordinates from one coordinate system to another.
A derived class of DataRep which is a base class for displaying a function.
std::vector< FunctionRep * > FunctionRepList_t
The type of container for the list of FunctionRep objects.
hippodraw::FunctionRep class interface
The base class for data representations.
A Derived class of FunctionRep which hold a composite function.
FunctionRepList_t m_func_reps
The list of FunctionRep objects making up the composite.
The abstract base class for views.
A function that can be added to a DataRep and used in a fitter.