|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (GetViewMapGradientNormF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetViewMapGradientNormF0D`\n" "\n" ".. method:: __init__(level)\n" "\n" " Builds a GetViewMapGradientNormF0D 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" " Returns the norm of the gradient of the global viewmap density\n" " image.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The norm of the gradient of the global viewmap density\n" " image.\n" " :rtype: float\n") | |
| static int | GetViewMapGradientNormF0D___init__ (BPy_GetViewMapGradientNormF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | GetViewMapGradientNormF0D_Type |
|
static |
Definition at line 44 of file BPy_GetViewMapGradientNormF0D.cpp.
References GetViewMapGradientNormF0D___init__(), i, Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_GetViewMapGradientNormF0D::py_uf0D_float, and BPy_UnaryFunction0DFloat::uf0D_float.
Referenced by GetViewMapGradientNormF0D___init__().
| PyDoc_STRVAR | ( | GetViewMapGradientNormF0D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , | ||
| " ":class:`freestyle.types.UnaryFunction0DFloat` | , | ||
| :class:`GetViewMapGradientNormF0D`\n" "\n" ".. method::__init__(level)\n" "\n" " Builds a GetViewMapGradientNormF0D 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" " Returns the norm of the gradient of the global viewmap density\n" " image.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The norm of the gradient of the global viewmap density\n" " image.\n" " :rtype:float\n" | ) |
References PyDoc_STRVAR().
| PyTypeObject GetViewMapGradientNormF0D_Type |
Definition at line 61 of file BPy_GetViewMapGradientNormF0D.cpp.
Referenced by UnaryFunction0DFloat_Init().