25 ReadCompleteViewMapPixelF0D___doc__,
26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadCompleteViewMapPixelF0D`\n"
29 ".. method:: __init__(level)\n"
31 " Builds a ReadCompleteViewMapPixelF0D object.\n"
33 " :arg level: The level of the pyramid from which the pixel must be\n"
37 ".. method:: __call__(it)\n"
39 " Reads a pixel in one of the level of the complete viewmap.\n"
41 " :arg it: An Interface0DIterator object.\n"
42 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
43 " :return: A pixel in one of the level of the complete viewmap.\n"
50 static const char *kwlist[] = {
"level",
nullptr};
53 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"i", (
char **)kwlist, &i)) {
57 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
64 PyVarObject_HEAD_INIT(
nullptr, 0)
65 "ReadCompleteViewMapPixelF0D",
83 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
84 ReadCompleteViewMapPixelF0D___doc__,
Functions taking 0D input.
static int ReadCompleteViewMapPixelF0D___init__(BPy_ReadCompleteViewMapPixelF0D *self, PyObject *args, PyObject *kwds)
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")
PyTypeObject UnaryFunction0DFloat_Type