Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | List of all members
vl::VolumePlot::Function Class Referenceabstract

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
 

Detailed Description

A function to be used with VolumePlot.

Definition at line 56 of file VolumePlot.hpp.

Member Function Documentation

◆ operator()()

virtual float vl::VolumePlot::Function::operator() ( float  x,
float  y,
float  z 
) const
pure virtual

The documentation for this class was generated from the following file: