Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

StripChart.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00013 #ifndef _StripChart_H_
00014 #define _StripChart_H_
00015 
00016 #include "datareps/DataRep.h"
00017 
00033 class MDL_HIPPOPLOT_API StripChart : public DataRep
00034 {
00035  public:
00036 
00038   StripChart ( );
00039 
00042   virtual DataRep * clone ();
00043 
00044   virtual bool acceptFunction ( int num );
00045 
00046   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00047 
00048 };
00049 
00050 #endif // _StripChart

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3