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 LocalAverageDepthF0D:
Public Member Functions | |
LocalAverageDepthF0D (real maskSize=5.f) | |
string | getName () const |
double | operator() (Interface0DIterator &iter) |
LocalAverageDepthF0D | ( | real | maskSize = 5.f |
) | [inline] |
Builds the functor from the size of the mask that will be used.
string getName | ( | ) | const [inline, virtual] |
Returns the string "LocalAverageDepthF0D"
Reimplemented from UnaryFunction0D< double >.
double operator() | ( | Interface0DIterator & | iter | ) | [virtual] |
the () operator.
Reimplemented from UnaryFunction0D< double >.