Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
XYPlot.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _XYPlot_H_
15
#define _XYPlot_H_
16
17
#include "
datareps/DataRep.h
"
18
19
namespace
hippodraw {
20
31
class
MDL_HIPPOPLOT_API
XYPlot
32
:
public
hippodraw::DataRep
33
{
34
public
:
35
37
XYPlot
( );
38
41
virtual
DataRep
*
clone
();
42
43
bool
acceptFunction (
int
num );
44
48
virtual
bool
hasErrorDisplay ()
const
;
49
54
virtual
void
setRepresentation (
RepBase
* point_rep );
55
60
virtual
void
setAxisBinding (
const
std::string & axis,
61
const
std::string & label );
62
67
virtual
68
void
setAxisBindings (
const
std::vector < std::string > & bindings );
69
70
virtual
bool
hasAxis (
hippodraw::Axes::Type
)
const
;
71
73
virtual
bool
hasZoomY ()
const
;
74
};
75
76
77
}
// namespace hippodraw
78
79
#endif // _XYPlot
Generated for HippoDraw Class Library by