21 ReadCompleteViewMapPixelF0D___doc__,
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadCompleteViewMapPixelF0D`\n"
25 ".. method:: __init__(level)\n"
27 " Builds a ReadCompleteViewMapPixelF0D object.\n"
29 " :arg level: The level of the pyramid from which the pixel must be\n"
33 ".. method:: __call__(it)\n"
35 " Reads a pixel in one of the level of the complete viewmap.\n"
37 " :arg it: An Interface0DIterator object.\n"
38 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
39 " :return: A pixel in one of the level of the complete viewmap.\n"
46 static const char *kwlist[] = {
"level",
nullptr};
49 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"i", (
char **)kwlist, &
i)) {
60 PyVarObject_HEAD_INIT(
nullptr, 0)
61 "ReadCompleteViewMapPixelF0D",
79 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
80 ReadCompleteViewMapPixelF0D___doc__,
Functions taking 0D input.
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
static int ReadCompleteViewMapPixelF0D___init__(BPy_ReadCompleteViewMapPixelF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject ReadCompleteViewMapPixelF0D_Type
PyTypeObject UnaryFunction0DFloat_Type
BPy_UnaryFunction0DFloat py_uf0D_float
Freestyle::UnaryFunction0D< float > * uf0D_float