casa
5.7.0-16
|
Implementation of CachingDisplayMethod to be used by RegionShapes. More...
#include <RegionShape.h>
Private Attributes | |
RegionShape & | m_shape |
Additional Inherited Members | |
Protected Member Functions inherited from casa::CachingDisplayMethod | |
CachingDisplayMethod () | |
(Required) default constructor. More... | |
CachingDisplayMethod (const CachingDisplayMethod &other) | |
(Required) copy constructor. More... | |
void | operator= (const CachingDisplayMethod &other) |
(Required) copy assignment. More... | |
Protected Member Functions inherited from casa::DisplayMethod | |
DisplayMethod () | |
(Required) default constructor. More... | |
DisplayMethod (const DisplayMethod &other) | |
(Required) copy constructor. More... | |
void | operator= (const DisplayMethod &other) |
(Required) copy assignment. More... | |
DisplayData * | parentDisplayData () |
Return the parent DisplayData. More... | |
Protected Attributes inherited from casa::DisplayMethod | |
AttributeBuffer | restrictions |
Implementation of CachingDisplayMethod to be used by RegionShapes.
Basically just a call to the shape's draw method.
Definition at line 730 of file RegionShape.h.
casa::RegionShapeDM::RegionShapeDM | ( | RegionShape & | shape, |
WorldCanvas * | wc, | ||
AttributeBuffer * | wcAttr, | ||
AttributeBuffer * | ddAttr, | ||
CachingDisplayData * | dd | ||
) |
Constructor that takes the RegionShape to draw, as well as the other parameters for the CachingDisplayMethod constructor.
casa::RegionShapeDM::~RegionShapeDM | ( | ) |
Destructor.
|
virtual |
Implementation of CachingDisplayMethod::drawIntoList.
Implements casa::CachingDisplayMethod.
|
private |
Definition at line 744 of file RegionShape.h.