#include <HeightMap.h>
Inheritance diagram for Impala::Visualization::Plot::HeightMap:
Public Member Functions | |
HeightMap () | |
virtual 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 | SetData (Core::Array::Array2dScalarReal64 *data) |
void | Val2Color (double v) |
void | Val2Material (double v) |
Protected Attributes | |
Core::Array::Array2dScalarReal64 * | mData |
int | mScanX |
int | mScanY |
Definition at line 20 of file HeightMap.h.