Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [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] |