23 #include "../../../stroke/AdvancedFunctions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetViewMapGradientNormF0D`\n"
39 ".. method:: __init__(level)\n"
41 " Builds a GetViewMapGradientNormF0D object.\n"
43 " :arg level: The level of the pyramid from which the pixel must be\n"
47 ".. method:: __call__(it)\n"
49 " Returns the norm of the gradient of the global viewmap density\n"
52 " :arg it: An Interface0DIterator object.\n"
53 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
54 " :return: The norm of the gradient of the global viewmap density\n"
62 static const char *kwlist[] = {
"level",
nullptr};
65 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"i", (
char **)kwlist, &i)) {
69 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
76 PyVarObject_HEAD_INIT(
nullptr, 0)
"GetViewMapGradientNormF0D",
94 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char GetViewMapGradientNormF0D___doc__[]
PyTypeObject GetViewMapGradientNormF0D_Type
static int GetViewMapGradientNormF0D___init__(BPy_GetViewMapGradientNormF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DFloat_Type