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