TextRepBase.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _TextRepBase_H_
15 #define _TextRepBase_H_
16 
17 #include "RepBase.h"
18 
19 namespace hippodraw {
20 
28 {
29 
30 protected:
31 
34  TextRepBase ( const char * name );
35 
36 public:
37 
39  virtual RepBase * clone () = 0;
40 
43  virtual void drawProjectedValues ( ProjectorBase & projector,
44  ViewBase & view ) = 0;
45 
51  virtual void drawProjectedValues ( const DataSource * ntuple,
52  TransformBase * transform,
53  ViewBase * view );
54 
55 };
56 
57 } // namespace hippodraw
58 
59 #endif // _TextRepBase_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A transform that transforms coordinates from one coordinate system to another.
Definition: TransformBase.h:35
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::RepBase 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
Base class for DataSource.
Definition: DataSource.h:55

Generated for HippoDraw Class Library by doxygen