Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reps
AverageTextRep.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _AverageTextRep_H_
15
#define _AverageTextRep_H_
16
17
#include "
TextRepBase.h
"
18
19
namespace
hippodraw {
20
27
class
MDL_HIPPOPLOT_API
AverageTextRep
:
public
TextRepBase
28
{
29
30
private
:
31
33
hippodraw::Axes::Type
m_axis
;
34
35
public
:
36
38
AverageTextRep
( );
39
41
AverageTextRep
(
hippodraw::Axes::Type
axis );
42
44
AverageTextRep
(
const
AverageTextRep
& point_rep );
45
46
virtual
RepBase
*
clone
();
47
48
virtual
void
drawProjectedValues (
ProjectorBase
& projector,
49
ViewBase
& view );
50
};
51
52
}
// namespace hippodraw
53
54
#endif // _AverageTextRep_H_
Generated for HippoDraw Class Library by