Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Visualization::Plot::Plottable Class Reference

#include <Plottable.h>

Inheritance diagram for Impala::Visualization::Plot::Plottable:

Inheritance graph
[legend]
Collaboration diagram for Impala::Visualization::Plot::Plottable:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Plottable ()
void SetPlottableMouseListener (PlottableMouseListener *l, int userData)
void SetPlottableMouseListener (PlottableMouseListener *l, void *userData=0)
virtual void Draw (Plot *plot)=0
 this function calls all opengl statements to draw the plottable all scaling, translation and raotation should be done before this function is called
void SetColor (double red, double green, double blue)
void SelectColor ()
virtual bool GetDimensionsX (double &min, double &max)
virtual bool GetDimensionsY (double &min, double &max)
virtual bool GetDimensionsZ (double &min, double &max)
void SetDimensionsX (double min, double max)
void SetDimensionsY (double min, double max)
void SetDimensionsZ (double min, double max)
virtual void OnMouse (double x, double y, int msg, int but, int state)
virtual void SetData (Core::Array::Array2dScalarReal64 *data)

Protected Attributes

PlottableMouseListenermMouseListener
void * mMouseListenerData
double mRed
double mBlue
double mGreen
double mMinX
double mMinY
double mMinZ
double mMaxX
double mMaxY
double mMaxZ

Detailed Description

Definition at line 16 of file Plottable.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:53:06 2010 for ImpalaSrc by  doxygen 1.5.1