Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
StripChart.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
13
#ifndef _StripChart_H_
14
#define _StripChart_H_
15
16
#include "
datareps/DataRep.h
"
17
18
namespace
hippodraw {
19
36
class
MDL_HIPPOPLOT_API
StripChart
37
:
public
hippodraw::DataRep
38
{
39
public
:
40
42
StripChart
( );
43
46
virtual
DataRep
*
clone
();
47
48
virtual
bool
acceptFunction (
int
num );
49
50
virtual
bool
hasAxis (
hippodraw::Axes::Type
)
const
;
51
53
virtual
bool
hasZoomY ()
const
;
54
55
};
56
57
}
// namespace hippodraw
58
59
#endif // _StripChart
Generated for HippoDraw Class Library by