AxisRep2D.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _AxisRep2D_H_
15 #define _AxisRep2D_H_
16 
17 #include "AxisRepBase.h"
18 
19 namespace hippodraw {
20 
21 class AxisModelBase;
22 class AxisTick;
23 
40 {
41 
42  public:
44  AxisRep2D();
45 
47  AxisRep2D( const AxisRep2D & axis_rep );
48 
51  AxisRepBase * clone();
52 
54  virtual void drawZLabels ( const AxisModelBase & axis_model,
55  ViewBase & view,
56  const std::string & Z_label );
57 
61  virtual void drawAllZTicks( const AxisModelBase & axis_model,
62  const TransformBase & transform,
63  ViewBase & view );
64 
65 };
66 
67 } // namespace hippodraw
68 
69 #endif // _AxisRep2D_H_

Generated for HippoDraw Class Library by doxygen