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