ProfileHist.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 "ProfileHist.h"
18 
20 #include "reps/SymbolPointRep.h"
21 
22 namespace hippodraw {
23 
25 {
26  m_name = "Profile";
27 
30  setErrorDisplay ( Axes::Y, true );
31 }
32 
34 {
35  return new ProfileHist ( *this );
36 }
37 
39 {
40  return num == 1;
41 }
42 
43 bool
46 {
47  return true;
48 }
49 
50 bool
53 {
54  return axis == Axes::X || axis == Axes::Y;
55 }
56 
57 } // namespace hippodraw
58 

Generated for HippoDraw Class Library by doxygen