FuncChiRep.h

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

Generated for HippoDraw Class Library by doxygen