Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
ScatterPlot.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
13
#ifndef _ScatterPlot_H_
14
#define _ScatterPlot_H_
15
16
#include "
datareps/DataRep.h
"
17
18
#include "
reps/SymbolPointRep.h
"
19
20
namespace
hippodraw {
21
31
class
MDL_HIPPOPLOT_API
ScatterPlot
32
:
public
hippodraw::DataRep
33
{
34
35
public
:
36
38
ScatterPlot
( );
39
42
DataRep
*
clone
();
43
45
virtual
bool
acceptFunction (
int
number );
46
47
virtual
bool
hasAxis (
hippodraw::Axes::Type
)
const
;
48
49
virtual
bool
hasZoomY ( )
const
;
50
51
};
52
53
}
// namespace hippodraw
54
55
#endif // _ScatterPlot_H_
Generated for HippoDraw Class Library by