Cut2DPlotter.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _Cut2DPlotter_H_
15 #define _Cut2DPlotter_H_
16 
17 #include "CutPlotter.h"
18 
19 namespace hippodraw {
20 
41 {
42 
43 public:
44 
46  Cut2DPlotter ( );
47 
49  Cut2DPlotter ( const Cut2DPlotter & plotter );
50 
52  virtual ~Cut2DPlotter ();
53 
56  PlotterBase * clone();
57 
58 
62  virtual void addDataRep ( hippodraw::DataRep * rep );
63 
65  virtual void addTupleCut( hippodraw::DataRep * rep );
66 
67  virtual void setAxisBinding ( const std::vector < std::string > & bindings);
68 
73  void setCutRangeFull ();
74 
76  virtual void toggleInverted ( );
77 
79  Range getCutRangeY ( );
80 
81 };
82 
83 } // namespace hippodraw
84 
85 #endif // _Cut2DPlotter_H_

Generated for HippoDraw Class Library by doxygen