Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
LineDataRep.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _LineDataRep_H_
15
#define _LineDataRep_H_
16
17
#include "
DataRep.h
"
18
19
namespace
hippodraw {
20
27
class
MDL_HIPPOPLOT_API
LineDataRep
28
:
public
hippodraw::DataRep
29
{
30
31
public
:
32
35
LineDataRep
(
hippodraw::Axes::Type
,
double
value );
36
39
LineDataRep
();
40
43
virtual
DataRep
*
clone
();
44
46
virtual
bool
hasNTupleBindings ()
const
;
47
50
void
setValue (
double
value );
51
52
virtual
bool
hasAxis (
hippodraw::Axes::Type
)
const
;
53
54
};
55
56
}
// namespace hippodraw
57
58
#endif // _LineDataRep_H_
Generated for HippoDraw Class Library by