HyperspaceExplorer 0.7.1
|
Plots all points in white. More...
#include <ColorManager.h>
Public Member Functions | |
monochromeColorManager (Displayable *_f) | |
Given a Function to manage, construct a monochromeColorManager. | |
virtual void | calibrateColor (const VecMath::Vector< 4 > &, const Color &=Color()) |
Point (x, y, z) has color col. This may serve for interpolation. | |
virtual Color | getColor (const VecMath::Vector< 4 > &) |
Find the color of a given point. | |
virtual void | depthCueColor (double, double, double, const VecMath::Vector< 4 > &) |
post-process color at given point to have 4D depth cue |
Plots all points in white.
monochromeColorManager::monochromeColorManager | ( | Displayable * | _f | ) | [inline] |
Given a Function to manage, construct a monochromeColorManager.
_f | Function to manage |
virtual Color monochromeColorManager::getColor | ( | const VecMath::Vector< 4 > & | x | ) | [inline, virtual] |
Find the color of a given point.
x | four-dimensional coordinate for which the color is sought |
Implements ColorManager.