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

LocalAverageDepthF0D Class Reference

#include <AdvancedFunctions0D.h>

Inheritance diagram for LocalAverageDepthF0D:

UnaryFunction0D< double > List of all members.

Detailed Description

Returns the average depth around a point. The result is obtained by querying the depth buffer on a window around that point.


Public Member Functions

 LocalAverageDepthF0D (real maskSize=5.f)
string getName () const
double operator() (Interface0DIterator &iter)

Constructor & Destructor Documentation

LocalAverageDepthF0D real  maskSize = 5.f  )  [inline]
 

Builds the functor from the size of the mask that will be used.


Member Function Documentation

string getName  )  const [inline, virtual]
 

Returns the string "LocalAverageDepthF0D"

Reimplemented from UnaryFunction0D< double >.

double operator() Interface0DIterator iter  )  [virtual]
 

the () operator.

Reimplemented from UnaryFunction0D< double >.


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