Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
ColorPlot.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _ColorPlot_H_
15
#define _ColorPlot_H_
16
17
#include "
DataRep.h
"
18
19
namespace
hippodraw {
36
class
MDL_HIPPOPLOT_API
ColorPlot
:
public
DataRep
37
{
38
39
public
:
40
42
ColorPlot
( );
43
46
DataRep
*
clone
();
47
48
virtual
bool
hasAxis (
hippodraw::Axes::Type
)
const
;
49
50
};
51
52
}
// namespace hippodraw
53
#endif // _ColorPlot
MDL_HIPPOPLOT_API
#define MDL_HIPPOPLOT_API
Definition:
libhippo.h:36
DataRep.h
hippodraw::DataRep class interface.
hippodraw::DataRep
The base class for data representations.
Definition:
DataRep.h:68
num_util::clone
numeric::array clone(numeric::array arr)
Definition:
num_util.cpp:412
hippodraw::ColorPlot
A DataRep for a two dimensional histogram by showing the density of any bin with colored squares...
Definition:
ColorPlot.h:36
hippodraw::Axes::Type
Type
Axes constants.
Definition:
AxesType.h:31
Generated for HippoDraw Class Library by