|
Blender V4.3
|
#include <AdvancedFunctions0D.h>
Inherits Freestyle::UnaryFunction0D< float >.
Public Member Functions | |
| ReadCompleteViewMapPixelF0D (int level) | |
| string | getName () const |
| int | operator() (Interface0DIterator &iter) |
Public Member Functions inherited from Freestyle::UnaryFunction0D< float > | |
| UnaryFunction0D () | |
| virtual | ~UnaryFunction0D () |
Additional Inherited Members | |
Public Types inherited from Freestyle::UnaryFunction0D< float > | |
| typedef float | ReturnedValueType |
Public Attributes inherited from Freestyle::UnaryFunction0D< float > | |
| float | result |
| void * | py_uf0D |
Reads a pixel in one of the level of the complete viewmap.
Definition at line 144 of file AdvancedFunctions0D.h.
|
inline |
Builds the functor
| level | The level of the pyramid from which the pixel must be read. |
Definition at line 153 of file AdvancedFunctions0D.h.
|
inlinevirtual |
Returns the string "ReadCompleteViewMapPixelF0D"
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 159 of file AdvancedFunctions0D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 82 of file AdvancedFunctions0D.cpp.
References Freestyle::Canvas::getInstance(), Freestyle::Interface0D::getProjectedX(), Freestyle::Interface0D::getProjectedY(), Freestyle::Canvas::getSteerableViewMap(), and Freestyle::SteerableViewMap::readCompleteViewMapPixel().