2 #ifndef AIDA_IPLOTTERLAYOUTROOT_H
3 #define AIDA_IPLOTTERLAYOUTROOT_H 1
5 #include <AIDA/IPlotterLayout.h>
31 virtual void reset() ;
virtual double parameterValue(const std::string ¶mName)
Get parameter value.
Definition: IPlotterLayoutROOT.cc:20
virtual std::vector< std::string > availableParameters() const
Get list of the available parameters (implementation-dependent)
Definition: IPlotterLayoutROOT.cc:26
Interface to permit customization of the layout of scene objects.
Definition: IPlotterLayout.h:28
Interface to permit customization of the layout of scene objects.
Definition: IPlotterLayoutROOT.h:19
virtual bool setParameter(const std::string ¶mName, double paramValue)
Set a parameter.
Definition: IPlotterLayoutROOT.cc:13
virtual ~IPlotterLayoutROOT()
Destructor.
Definition: IPlotterLayoutROOT.h:23
virtual void reset()
Return to original (construction time) state.
Definition: IPlotterLayoutROOT.cc:8