casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
casa::TblAsContourDM Class Reference

A DisplayMethod to draw Contours from table data. More...

#include <TblAsContourDM.h>

Inheritance diagram for casa::TblAsContourDM:
casa::CachingDisplayMethod casa::DisplayMethod

List of all members.

Public Member Functions

 TblAsContourDM (WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd)
 constructor
virtual ~TblAsContourDM ()
 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

 TblAsContourDM ()
 (Required) default constructor.
 TblAsContourDM (const TblAsContourDM &other)
 (Required) copy constructor.
void operator= (const TblAsContourDM &other)
 (Required) copy assignment.

Detailed Description

A DisplayMethod to draw Contours from table data.

Intended use:

Internal or

Intended use:

Internal

Prerequisite

Etymology

Synopsis

This class adds to the interface defined by DisplayMethod to provide the necessary infrastructure to draw contour displays of data from a table when requested to do so by the TblAsContourDD class.

Definition at line 62 of file TblAsContourDM.h.


Constructor & Destructor Documentation

casa::TblAsContourDM::TblAsContourDM ( WorldCanvas worldCanvas,
AttributeBuffer wchAttributes,
AttributeBuffer ddAttributes,
CachingDisplayData dd 
)

constructor

Destructor.

(Required) default constructor.

casa::TblAsContourDM::TblAsContourDM ( const TblAsContourDM other) [protected]

(Required) copy constructor.


Member Function Documentation

virtual void casa::TblAsContourDM::cleanup ( ) [virtual]

Clean up (ie.

delete any existing cached display list).

Reimplemented from casa::DisplayMethod.

virtual Bool casa::TblAsContourDM::drawIntoList ( Display::RefreshReason  reason,
WorldCanvasHolder wcHolder 
) [virtual]

Draw into a cached drawing list, called by draw function.

Implements casa::CachingDisplayMethod.

void casa::TblAsContourDM::operator= ( const TblAsContourDM other) [protected]

(Required) copy assignment.


The documentation for this class was generated from the following file: