OverflowTextRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _OverflowTextRep_H_
15 #define _OverflowTextRep_H_
16 
17 #include "reps/TextRepBase.h"
18 
19 namespace hippodraw {
20 
26 {
27 
28 public:
29 
31  OverflowTextRep ( );
32 
34  OverflowTextRep ( const OverflowTextRep & point_rep );
35 
36  virtual RepBase * clone ();
37 
38  virtual void drawProjectedValues ( ProjectorBase & projector,
39  ViewBase & view );
40 };
41 
42 } // namespace hippodraw
43 
44 #endif // _OverflowTextRep_H_
Namespace for HippoDraw.
Definition: AxesType.cxx:21
The base class for the point representation hierarchy.
Definition: RepBase.h:45
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
The base class for the Projector hierarchy.
Definition: ProjectorBase.h:56
A TextRepBase class that draws the number of overflow entries.
The abstract base class for views.
Definition: ViewBase.h:62
hippodraw::TextRepBase class interface
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

Generated for HippoDraw Class Library by doxygen