#include <Points.h>
Inheritance diagram for Impala::Visualization::Plot::Points:
Public Member Functions | |
Points () | |
void | HighLightPoint (int idx) |
int | HighLightPoint () |
void | HighLightColor (ULONG col) |
double | PointX (int idx) |
double | PointY (int idx) |
int | Size () |
void | Draw (Plot *plot) |
this function calls all opengl statements to draw the plottable all scaling, translation and raotation should be done before this function is called | |
void | AddPoint (double x, double y, double z, double r, double g, double b, double size, bool updateDims=true) |
void | Clear () |
void | UpdateDimensions () |
void | SetPointSize (int idx, double size) |
Protected Attributes | |
std::vector< double > | mData |
int | mHighLightPoint |
ULONG | mHighLightCol |
Definition at line 15 of file Points.h.