ContourPlot.cxx
Go to the documentation of this file.
1 
12 // for truncation warning in debug mode
13 #ifdef _MSC_VER
14 #include "msdevstudio/MSconfig.h"
15 #endif
16 
17 #include "ContourPlot.h"
18 
20 #include "reps/ContourPointRep.h"
21 
22 using namespace hippodraw;
23 
25  : DataRep ()
26 {
27  m_name = "Contour Plot";
29  m_rep = new ContourPointRep();
30 }
31 
33 {
34  return new ContourPlot( *this );
35 }
36 
37 bool
40 {
41  return axis == Axes::X || axis == Axes::Y || axis ==Axes::Z;
42 }

Generated for HippoDraw Class Library by doxygen