00001
00002
00014 #ifndef _FuncParmRep_H_
00015 #define _FuncParmRep_H_
00016
00017 #include "TextRepBase.h"
00018
00019 namespace hippodraw {
00020
00021 class FunctionBase;
00022
00028 class MDL_HIPPOPLOT_API FuncParmRep : public TextRepBase
00029 {
00030
00031 public:
00032
00034 FuncParmRep ( );
00035
00037 FuncParmRep( const FuncParmRep & point_rep );
00038
00041 virtual RepBase * clone ();
00042
00043 virtual void drawProjectedValues ( ProjectorBase & projector,
00044 ViewBase & view );
00045 };
00046
00047 }
00048
00049 #endif // _FuncParmRep_H_