7 #ifndef AIDA_IPLOTTERLAYOUT_H
8 #define AIDA_IPLOTTERLAYOUT_H 1
38 virtual void reset() = 0;
46 virtual bool setParameter(
const std::string & paramName,
double paramValue) = 0;
virtual double parameterValue(const std::string ¶mName)=0
Get parameter value.
virtual ~IPlotterLayout()
Destructor.
Definition: IPlotterLayout.h:32
virtual bool setParameter(const std::string ¶mName, double paramValue)=0
Set a parameter.
Interface to permit customization of the layout of scene objects.
Definition: IPlotterLayout.h:28
virtual std::vector< std::string > availableParameters() const =0
Get list of the available parameters (implementation-dependent)
virtual void reset()=0
Return to original (construction time) state.