Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
A function to be used with VolumePlot. More...
#include <VolumePlot.hpp>
Public Member Functions | |
| virtual float | operator() (float x, float y, float z) const =0 |
A function to be used with VolumePlot.
Definition at line 56 of file VolumePlot.hpp.
| virtual float vl::VolumePlot::Function::operator() | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) | const [pure virtual] |