Go to the documentation of this file.00001
00002
00014 #ifndef _Image_H_
00015 #define _Image_H_
00016
00017 #include "datareps/DataRep.h"
00018
00019 namespace hippodraw {
00020
00045 class MDL_HIPPOPLOT_API Image : public DataRep
00046 {
00047 public:
00048
00050 Image ( );
00051
00054 virtual DataRep * clone();
00055
00056 bool acceptFunction ( int num );
00057
00058 virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00059
00063 virtual bool needsMatrixSet () const;
00064
00065 };
00066
00067 }
00068 #endif // _Image