|
Blender V5.0
|
#include <Functions1D.h>
Inherits Freestyle::UnaryFunction1D< Vec3f >.
Public Member Functions | |
| Orientation3DF1D (IntegrationType iType=MEAN) | |
| string | getName () const |
| int | operator() (Interface1D &inter) |
| Public Member Functions inherited from Freestyle::UnaryFunction1D< Vec3f > | |
| UnaryFunction1D () | |
| virtual | ~UnaryFunction1D () |
| void | setIntegrationType (IntegrationType integration) |
| IntegrationType | getIntegrationType () const |
Additional Inherited Members | |
| Public Types inherited from Freestyle::UnaryFunction1D< Vec3f > | |
| typedef Vec3f | ReturnedValueType |
| Public Attributes inherited from Freestyle::UnaryFunction1D< Vec3f > | |
| Vec3f | result |
| void * | py_uf1D |
| Protected Attributes inherited from Freestyle::UnaryFunction1D< Vec3f > | |
| IntegrationType | _integration |
Returns the 3D orientation as a Vec3f.
Definition at line 321 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 330 of file Functions1D.h.
References Freestyle::MEAN, and Freestyle::UnaryFunction1D< Vec3f >::UnaryFunction1D().
|
inlinevirtual |
Returns the string "Orientation3DF1D"
Reimplemented from Freestyle::UnaryFunction1D< Vec3f >.
Definition at line 333 of file Functions1D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction1D< Vec3f >.
Definition at line 65 of file Functions1D.cpp.
References Freestyle::UnaryFunction1D< Vec3f >::_integration, Freestyle::integrate(), Freestyle::UnaryFunction1D< Vec3f >::result, Freestyle::Interface1D::verticesBegin(), and Freestyle::Interface1D::verticesEnd().