Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reps
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
27
class
MDL_HIPPOPLOT_API
TextRepBase
:
public
RepBase
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_
Generated for HippoDraw Class Library by