Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reps
PointRepBase.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _PointRepBase_H_
15
#define _PointRepBase_H_
16
17
#include "
reps/RepBase.h
"
18
19
namespace
hippodraw {
20
21
class
Range;
22
class
ViewBase;
23
class
ErrorBarRep;
24
37
class
MDL_HIPPOPLOT_API
PointRepBase
:
public
RepBase
38
{
39
40
protected
:
41
44
ErrorBarRep
*
m_error_rep
;
45
46
public
:
47
50
PointRepBase
(
const
char
* name,
float
size
);
51
53
PointRepBase
(
const
PointRepBase
& point_rep );
54
57
virtual
RepBase
*
clone
() = 0;
58
65
virtual
void
setSelected (
bool
yes );
66
67
};
68
69
}
// namespace hippodraw
70
71
#endif // _PointRepBase_H_
Generated for HippoDraw Class Library by