Blender
V3.3
|
#include <AdvancedFunctions0D.h>
Public Member Functions | |
ReadMapPixelF0D (const char *iMapName, 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 a map.
Definition at line 81 of file AdvancedFunctions0D.h.
|
inline |
Builds the functor from name of the Map that must be read.
iMapName | The name of the map. |
level | The level of the pyramid from which the pixel must be read. |
Definition at line 94 of file AdvancedFunctions0D.h.
|
inlinevirtual |
Returns the string "ReadMapPixelF0D"
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 101 of file AdvancedFunctions0D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< float >.
Definition at line 62 of file AdvancedFunctions0D.cpp.
References Freestyle::Canvas::getInstance(), Freestyle::Interface0D::getProjectedX(), Freestyle::Interface0D::getProjectedY(), Freestyle::Canvas::readMapPixel(), and Freestyle::UnaryFunction0D< float >::result.