25 GetViewMapGradientNormF0D___doc__,
26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetViewMapGradientNormF0D`\n"
29 ".. method:: __init__(level)\n"
31 " Builds a GetViewMapGradientNormF0D object.\n"
33 " :arg level: The level of the pyramid from which the pixel must be\n"
37 ".. method:: __call__(it)\n"
39 " Returns the norm of the gradient of the global viewmap density\n"
42 " :arg it: An Interface0DIterator object.\n"
43 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
44 " :return: The norm of the gradient of the global viewmap density\n"
52 static const char *kwlist[] = {
"level",
nullptr};
55 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"i", (
char **)kwlist, &i)) {
59 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
66 PyVarObject_HEAD_INIT(
nullptr, 0)
67 "GetViewMapGradientNormF0D",
85 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
86 GetViewMapGradientNormF0D___doc__,
Functions taking 0D input.
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")
PyTypeObject GetViewMapGradientNormF0D_Type
static int GetViewMapGradientNormF0D___init__(BPy_GetViewMapGradientNormF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DFloat_Type