casa
$Rev:20696$
|
A DisplayMethod to draw histograms. More...
#include <Histogram2dDM.h>
Public Member Functions | |
Histogram2dDM (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd) | |
Constructor. | |
virtual | ~Histogram2dDM () |
Destructor. | |
virtual void | cleanup () |
Clean up (ie. | |
virtual Bool | drawIntoList (Display::RefreshReason reason, WorldCanvasHolder &wcHolder) |
Draw into a cached drawing list, called by draw function. | |
Protected Member Functions | |
Histogram2dDM () | |
(Required) default constructor. | |
Histogram2dDM (const Histogram2dDM &other) | |
(Required) copy constructor. | |
void | operator= (const Histogram2dDM &other) |
(Required) copy assignment. |
A DisplayMethod to draw histograms.
Public interface
Definition at line 58 of file Histogram2dDM.h.
casa::Histogram2dDM::Histogram2dDM | ( | WorldCanvas * | worldCanvas, |
AttributeBuffer * | wchAttributes, | ||
AttributeBuffer * | ddAttributes, | ||
CachingDisplayData * | dd | ||
) |
Constructor.
virtual casa::Histogram2dDM::~Histogram2dDM | ( | ) | [virtual] |
Destructor.
casa::Histogram2dDM::Histogram2dDM | ( | ) | [protected] |
(Required) default constructor.
casa::Histogram2dDM::Histogram2dDM | ( | const Histogram2dDM & | other | ) | [protected] |
(Required) copy constructor.
virtual void casa::Histogram2dDM::cleanup | ( | ) | [virtual] |
virtual Bool casa::Histogram2dDM::drawIntoList | ( | Display::RefreshReason | reason, |
WorldCanvasHolder & | wcHolder | ||
) | [virtual] |
Draw into a cached drawing list, called by draw function.
Implements casa::CachingDisplayMethod.
void casa::Histogram2dDM::operator= | ( | const Histogram2dDM & | other | ) | [protected] |
(Required) copy assignment.