Image.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _Image_H_
15 #define _Image_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
46 {
47  public:
48 
50  Image ( );
51 
54  virtual DataRep * clone();
55 
56  bool acceptFunction ( int num );
57 
58  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
59 
63  virtual bool needsMatrixSet () const;
64 
65 };
66 
67 } // end namespace hippodraw
68 #endif // _Image
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
hippodraw::DataRep class interface.
Displays on the Z axis the values of a single column treated as a matrix of values.
Definition: Image.h:45
The base class for data representations.
Definition: DataRep.h:68
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
Type
Axes constants.
Definition: AxesType.h:31

Generated for HippoDraw Class Library by doxygen