|
Blender
V3.3
|
#include <Functions1D.h>
Public Member Functions | |
| Normal2DF1D (IntegrationType iType=MEAN) | |
| string | getName () const |
| int | operator() (Interface1D &inter) |
Public Member Functions inherited from Freestyle::UnaryFunction1D< Vec2f > | |
| UnaryFunction1D () | |
| UnaryFunction1D (IntegrationType iType) | |
| virtual | ~UnaryFunction1D () |
| void | setIntegrationType (IntegrationType integration) |
| IntegrationType | getIntegrationType () const |
Additional Inherited Members | |
Public Types inherited from Freestyle::UnaryFunction1D< Vec2f > | |
| typedef Vec2f | ReturnedValueType |
Public Attributes inherited from Freestyle::UnaryFunction1D< Vec2f > | |
| Vec2f | result |
| void * | py_uf1D |
Protected Attributes inherited from Freestyle::UnaryFunction1D< Vec2f > | |
| IntegrationType | _integration |
Returns the 2D normal for an interface 1D.
Definition at line 527 of file Functions1D.h.
|
inline |
Builds the functor.
| iType | The integration method used to compute a single value from a set of values. |
Definition at line 533 of file Functions1D.h.
|
inlinevirtual |
Returns the string "Normal2DF1D"
Reimplemented from Freestyle::UnaryFunction1D< Vec2f >.
Definition at line 538 of file Functions1D.h.
|
inlinevirtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction1D< Vec2f >.
Definition at line 544 of file Functions1D.h.
References Freestyle::UnaryFunction1D< Vec2f >::_integration, Freestyle::integrate(), Freestyle::UnaryFunction1D< Vec2f >::result, Freestyle::Interface1D::verticesBegin(), and Freestyle::Interface1D::verticesEnd().