Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
XYZPlot.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _XYZPlot_H_
15
#define _XYZPlot_H_
16
17
#include "
datareps/DataRep.h
"
18
19
namespace
hippodraw {
20
31
class
MDL_HIPPOPLOT_API
XYZPlot
32
:
public
hippodraw::DataRep
33
{
34
public
:
35
37
XYZPlot
( );
38
41
virtual
DataRep
*
clone
();
42
43
virtual
bool
hasAxis (
hippodraw::Axes::Type
)
const
;
44
48
virtual
void
setRepresentation(
RepBase
* pointrep );
49
50
};
51
52
}
// namespace hippodraw
53
54
#endif // _XYZPlot
Generated for HippoDraw Class Library by