Blender
V3.3
|
#include <AdvancedFunctions0D.h>
Public Member Functions | |
GetViewMapGradientNormF0D (int level) | |
string | getName () const |
int | operator() (Interface0DIterator &iter) |
![]() | |
UnaryFunction0D () | |
virtual | ~UnaryFunction0D () |
Additional Inherited Members | |
![]() | |
typedef float | ReturnedValueType |
![]() | |
float | result |
void * | py_uf0D |
Returns the norm of the gradient of the global viewmap density image.
Definition at line 168 of file AdvancedFunctions0D.h.
|
inline |
Builds the functor
level | The level of the pyramid from which the pixel must be read. |
Definition at line 178 of file AdvancedFunctions0D.h.
|
inlinevirtual |
Returns the string "GetOccludeeF0D"
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 185 of file AdvancedFunctions0D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 86 of file AdvancedFunctions0D.cpp.
References Freestyle::Canvas::getInstance(), Freestyle::Interface0D::getProjectedX(), Freestyle::Interface0D::getProjectedY(), Freestyle::Canvas::getSteerableViewMap(), Freestyle::VecMat::Vec< T, N >::norm(), Freestyle::SteerableViewMap::readCompleteViewMapPixel(), and Freestyle::UnaryFunction0D< float >::result.