Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reps
UnderflowTextRep.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _UnderflowTextRep_H_
15
#define _UnderflowTextRep_H_
16
17
#include "
reps/TextRepBase.h
"
18
19
namespace
hippodraw {
20
25
class
MDL_HIPPOPLOT_API
UnderflowTextRep
:
public
TextRepBase
26
{
27
28
public
:
29
31
UnderflowTextRep
( );
32
34
UnderflowTextRep
(
const
UnderflowTextRep
& 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 // _UnderflowTextRep_H_
Generated for HippoDraw Class Library by