FuncChiRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _FuncChiRep_H_
15 #define _FuncChiRep_H_
16 
17 #include "reps/TextRepBase.h"
18 
19 namespace hippodraw {
20 
27 {
28 
29 public:
30 
32  FuncChiRep ( );
33 
35  FuncChiRep( const FuncChiRep & point_rep );
36 
39  virtual RepBase * clone ();
40 
41  virtual void drawProjectedValues ( ProjectorBase & projector,
42  ViewBase & view );
43 };
44 
45 } // namespace hippodraw
46 
47 #endif // _FuncChiRep_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A base class for representations that draws a value as text.
Definition: TextRepBase.h:27
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
hippodraw::TextRepBase class interface
The base class for the Projector hierarchy.
Definition: ProjectorBase.h:56
The abstract base class for views.
Definition: ViewBase.h:62
A PointRep that draws the Chi-squared of a function on a display.
Definition: FuncChiRep.h:26
The base class for the point representation hierarchy.
Definition: RepBase.h:45

Generated for HippoDraw Class Library by doxygen