Image.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _Image_H_
15 #define _Image_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
46 {
47  public:
48 
50  Image ( );
51 
54  virtual DataRep * clone();
55 
56  bool acceptFunction ( int num );
57 
58  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
59 
63  virtual bool needsMatrixSet () const;
64 
65 };
66 
67 } // end namespace hippodraw
68 #endif // _Image

Generated for HippoDraw Class Library by doxygen