h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <AdvancedFunctions0D.h>
Inheritance diagram for GetViewMapGradientNormF0D:
Public Member Functions | |
GetViewMapGradientNormF0D (int level) | |
string | getName () const |
float | operator() (Interface0DIterator &iter) |
GetViewMapGradientNormF0D | ( | int | level | ) | [inline] |
Builds the functor
level | The level of the pyramid from which the pixel must be read. |
string getName | ( | ) | const [inline, virtual] |
Returns the string "GetOccludeeF0D"
Reimplemented from UnaryFunction0D< float >.
float operator() | ( | Interface0DIterator & | iter | ) | [virtual] |
the () operator.
Reimplemented from UnaryFunction0D< float >.