YPlot.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _YPlot_H_
15 #define _YPlot_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
38  : public hippodraw::DataRep
39 {
40  public:
41 
43  YPlot ( );
44 
47  virtual DataRep * clone();
48 
49  bool acceptFunction ( int num );
50 
51  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
52 
53 };
54 
55 } // namespace hippodraw
56 
57 #endif // _YPlot

Generated for HippoDraw Class Library by doxygen