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

Profile2D.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _Profile2D_H_
00015 #define _Profile2D_H_
00016 
00017 #include "DataRep.h"
00018 
00035 class MDL_HIPPOPLOT_API Profile2D : public DataRep
00036 {
00037 
00038 public:
00039 
00041   Profile2D ( );
00042 
00045   DataRep * clone();
00046 
00047   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00048 
00049 };
00050 
00051 #endif // _Profile2D

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3