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

FuncParmRep.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _FuncParmRep_H_
00015 #define _FuncParmRep_H_
00016 
00017 #include "TextRepBase.h"
00018 
00019 class FunctionBase;
00020 
00026 class MDL_HIPPOPLOT_API FuncParmRep : public TextRepBase
00027 {
00028 
00029 public:
00030 
00032   FuncParmRep ( );
00033 
00035   FuncParmRep( const FuncParmRep & point_rep );
00036 
00039   virtual RepBase * clone ();
00040 
00041   virtual void drawProjectedValues ( ProjectorBase & projector,
00042                                      ViewBase & view );
00043 };
00044 
00045 #endif // _FuncParmRep_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3