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

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 
00024 class MDL_HIPPOPLOT_API FuncChiRep : public TextRepBase
00025 {
00026 
00027 public:
00028 
00030   FuncChiRep ( );
00031 
00033   FuncChiRep( const FuncChiRep & point_rep );
00034 
00037   virtual RepBase * clone ();
00038 
00039   virtual void drawProjectedValues ( ProjectorBase & projector,
00040                                      ViewBase & view );
00041 };
00042 
00043 #endif // _FuncChiRep_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3