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 <Functions0D.h>
Inheritance diagram for UnaryFunction0D:
Public Types | |
typedef T | ReturnedValueType |
Public Member Functions | |
UnaryFunction0D () | |
virtual | ~UnaryFunction0D () |
virtual string | getName () const |
virtual T | operator() (Interface0DIterator &iter) |
typedef T ReturnedValueType |
The type of the value returned by the functor.
UnaryFunction0D | ( | ) | [inline] |
Default constructor.
virtual ~UnaryFunction0D | ( | ) | [inline, virtual] |
Destructor;
virtual string getName | ( | ) | const [inline, virtual] |
Returns the string "UnaryFunction0D"
Reimplemented in GetXF0D, GetYF0D, GetZF0D, GetProjectedXF0D, GetProjectedYF0D, GetProjectedZF0D, GetCurvilinearAbscissaF0D, GetParameterF0D, VertexOrientation2DF0D, VertexOrientation3DF0D, Curvature2DAngleF0D, ZDiscontinuityF0D, Normal2DF0D, MaterialF0D, ShapeIdF0D, QuantitativeInvisibilityF0D, CurveNatureF0D, GetShapeF0D, GetOccludersF0D, GetOccludeeF0D, DensityF0D, LocalAverageDepthF0D, ReadMapPixelF0D, ReadSteerableViewMapPixelF0D, ReadCompleteViewMapPixelF0D, and GetViewMapGradientNormF0D.
virtual T operator() | ( | Interface0DIterator & | iter | ) | [inline, virtual] |
The operator ().
iter | An Interface0DIterator pointing onto the point at which we wish to evaluate the function. |
Reimplemented in GetXF0D, GetYF0D, GetZF0D, GetProjectedXF0D, GetProjectedYF0D, GetProjectedZF0D, GetCurvilinearAbscissaF0D, GetParameterF0D, VertexOrientation2DF0D, VertexOrientation3DF0D, Curvature2DAngleF0D, ZDiscontinuityF0D, Normal2DF0D, MaterialF0D, ShapeIdF0D, QuantitativeInvisibilityF0D, CurveNatureF0D, GetShapeF0D, GetOccludersF0D, GetOccludeeF0D, DensityF0D, LocalAverageDepthF0D, ReadMapPixelF0D, ReadSteerableViewMapPixelF0D, ReadCompleteViewMapPixelF0D, and GetViewMapGradientNormF0D.