|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (ReadCompleteViewMapPixelF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadCompleteViewMapPixelF0D`\n" "\n" ".. method:: __init__(level)\n" "\n" " Builds a ReadCompleteViewMapPixelF0D object.\n" "\n" " :arg level: The level of the pyramid from which the pixel must be\n" " read.\n" " :type level: int\n" "\n" ".. method:: __call__(it)\n" "\n" " Reads a pixel in one of the level of the complete viewmap.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: A pixel in one of the level of the complete viewmap.\n" " :rtype: float\n") | |
| static int | ReadCompleteViewMapPixelF0D___init__ (BPy_ReadCompleteViewMapPixelF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | ReadCompleteViewMapPixelF0D_Type |
| PyDoc_STRVAR | ( | ReadCompleteViewMapPixelF0D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , | ||
| " ":class:`freestyle.types.UnaryFunction0DFloat` | , | ||
| :class:`ReadCompleteViewMapPixelF0D`\n" "\n" ".. method::__init__(level)\n" "\n" " Builds a ReadCompleteViewMapPixelF0D object.\n" "\n" " :arg level:The level of the pyramid from which the pixel must be\n" " read.\n" " :type level:int\n" "\n" ".. method::__call__(it)\n" "\n" " Reads a pixel in one of the level of the complete viewmap.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:A pixel in one of the level of the complete viewmap.\n" " :rtype:float\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 42 of file BPy_ReadCompleteViewMapPixelF0D.cpp.
References i, Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_ReadCompleteViewMapPixelF0D::py_uf0D_float, ReadCompleteViewMapPixelF0D___init__(), and BPy_UnaryFunction0DFloat::uf0D_float.
Referenced by ReadCompleteViewMapPixelF0D___init__().
| PyTypeObject ReadCompleteViewMapPixelF0D_Type |
Definition at line 59 of file BPy_ReadCompleteViewMapPixelF0D.cpp.
Referenced by UnaryFunction0DFloat_Init().