21 ReadMapPixelF0D___doc__,
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadMapPixelF0D`\n"
25 ".. method:: __init__(map_name, level)\n"
27 " Builds a ReadMapPixelF0D object.\n"
29 " :arg map_name: The name of the map to be read.\n"
30 " :type map_name: str\n"
31 " :arg level: The level of the pyramid from which the pixel must be\n"
35 ".. method:: __call__(it)\n"
37 " Reads a pixel in a map.\n"
39 " :arg it: An Interface0DIterator object.\n"
40 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
41 " :return: A pixel in a map.\n"
46 static const char *kwlist[] = {
"map_name",
"level",
nullptr};
50 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"si", (
char **)kwlist, &s, &
i)) {
61 PyVarObject_HEAD_INIT(
nullptr, 0)
80 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
81 ReadMapPixelF0D___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")
PyTypeObject ReadMapPixelF0D_Type
static int ReadMapPixelF0D___init__(BPy_ReadMapPixelF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DFloat_Type
BPy_UnaryFunction0DFloat py_uf0D_float
Freestyle::UnaryFunction0D< float > * uf0D_float