VISH  0.2
Public Member Functions
Wizt::VScalarFunctor::Functor Struct Reference

List of all members.

Public Member Functions


Member Function Documentation

virtual string Wizt::VScalarFunctor::Functor::Expression ( const string funcname) const [pure virtual]

Return a string describing the actual operation on scalar values.

It must conform to a function definition as required by OpenGL shader language, i.e. in GSGL format. For instance:

                   float f(float value) { return value*100; }

whereby the name of the function is as given by the parameter.


The documentation for this struct was generated from the following files: