Blender
V3.3
|
#include <AdvancedFunctions0D.h>
Public Member Functions | |
ReadSteerableViewMapPixelF0D (unsigned nOrientation, int level) | |
string | getName () const |
int | operator() (Interface0DIterator &iter) |
![]() | |
UnaryFunction0D () | |
virtual | ~UnaryFunction0D () |
Additional Inherited Members | |
![]() | |
typedef float | ReturnedValueType |
![]() | |
float | result |
void * | py_uf0D |
Reads a pixel in one of the level of one of the steerable viewmaps.
Definition at line 112 of file AdvancedFunctions0D.h.
|
inline |
Builds the functor
nOrientation | The integer belonging to [0,4] indicating the orientation (E,NE,N,NW) we are interested in. |
level | The level of the pyramid from which the pixel must be read. |
Definition at line 124 of file AdvancedFunctions0D.h.
|
inlinevirtual |
Returns the string "ReadSteerableViewMapPixelF0D"
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 131 of file AdvancedFunctions0D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 70 of file AdvancedFunctions0D.cpp.
References Freestyle::Canvas::getInstance(), Freestyle::Interface0D::getProjectedX(), Freestyle::Interface0D::getProjectedY(), Freestyle::Canvas::getSteerableViewMap(), Freestyle::SteerableViewMap::readSteerableViewMapPixel(), and Freestyle::UnaryFunction0D< float >::result.