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

CurveNatureF1D Class Reference

#include <Functions1D.h>

Inheritance diagram for CurveNatureF1D:

UnaryFunction1D List of all members.

Detailed Description

Returns the nature of the Interface1D (silhouette, ridge, crease...). Except if the Interface1D is a ViewEdge, this result might be ambiguous. Indeed, the Interface1D might result from the gathering of several 1D elements, each one being of a different nature. An integration method, such as the MEAN, might give, in this case, irrelevant results.


Public Member Functions

 CurveNatureF1D (IntegrationType iType=MEAN)
string getName () const
Nature::EdgeNature operator() (Interface1D &inter)

Constructor & Destructor Documentation

CurveNatureF1D ( IntegrationType  iType = MEAN  )  [inline]

Builds the functor.

Parameters:
iType The integration method used to compute a single value from a set of values.


Member Function Documentation

string getName (  )  const [inline, virtual]

Returns the string "CurveNatureF1D"

Reimplemented from UnaryFunction1D.

Nature::EdgeNature operator() ( Interface1D inter  )  [virtual]

the () operator.

Reimplemented from UnaryFunction1D.


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