BoxTextRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BoxTextRep_H_
15 #define _BoxTextRep_H_
16 
17 #include "TextRepBase.h"
18 
19 namespace hippodraw {
20 
28 {
29 
30 public:
31 
33  BoxTextRep ( );
34 
36  BoxTextRep ( const BoxTextRep & rep );
37 
38  virtual RepBase * clone ();
39 
40  virtual void drawProjectedValues ( ProjectorBase & projector,
41  ViewBase & view );
42 
43 
44 };
45 
46 } // namespace hippodraw
47 
48 #endif // _BoxTextRep_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A TextRepBase class that draws a user defined string.
Definition: BoxTextRep.h:27
A base class for representations that draws a value as text.
Definition: TextRepBase.h:27
return rep
Definition: Inspector.cxx:3843
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
The base class for the point representation hierarchy.
Definition: RepBase.h:45

Generated for HippoDraw Class Library by doxygen