Blender
V3.3
|
#include <Functions1D.h>
Public Member Functions | |
QuantitativeInvisibilityF1D (IntegrationType iType=MEAN) | |
string | getName () const |
int | operator() (Interface1D &inter) |
![]() | |
UnaryFunction1D () | |
UnaryFunction1D (IntegrationType iType) | |
virtual | ~UnaryFunction1D () |
void | setIntegrationType (IntegrationType integration) |
IntegrationType | getIntegrationType () const |
Additional Inherited Members | |
![]() | |
typedef unsigned | ReturnedValueType |
![]() | |
unsigned | result |
void * | py_uf1D |
![]() | |
IntegrationType | _integration |
Returns the Quantitative Invisibility of an Interface1D element. If the Interface1D is a ViewEdge, then there is no ambiguity concerning the result. But, if the Interface1D results of a chaining (chain, stroke), then it might be made of several 1D elements of different Quantitative Invisibilities.
Definition at line 401 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 410 of file Functions1D.h.
|
inlinevirtual |
Returns the string "QuantitativeInvisibilityF1D"
Reimplemented from Freestyle::UnaryFunction1D< unsigned >.
Definition at line 415 of file Functions1D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction1D< unsigned >.
Definition at line 75 of file Functions1D.cpp.
References Freestyle::integrate(), Freestyle::FEdge::qi(), Freestyle::ViewEdge::qi(), result, Freestyle::Interface1D::verticesBegin(), and Freestyle::Interface1D::verticesEnd().