23 ReadSteerableViewMapPixelF0D___doc__,
24 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
25 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadSteerableViewMapPixelF0D`\n"
27 ".. method:: __init__(orientation, level)\n"
29 " Builds a ReadSteerableViewMapPixelF0D object.\n"
31 " :arg orientation: The integer belonging to [0, 4] indicating the\n"
32 " orientation (E, NE, N, NW) we are interested in.\n"
33 " :type orientation: int\n"
34 " :arg level: The level of the pyramid from which the pixel must be\n"
38 ".. method:: __call__(it)\n"
40 " Reads a pixel in one of the level of one of the steerable viewmaps.\n"
42 " :arg it: An Interface0DIterator object.\n"
43 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
44 " :return: A pixel in one of the level of one of the steerable viewmaps.\n"
51 static const char *kwlist[] = {
"orientation",
"level",
nullptr};
55 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"Ii", (
char **)kwlist, &u, &
i)) {
66 PyVarObject_HEAD_INIT(
nullptr, 0)
67 "ReadSteerableViewMapPixelF0D",
85 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
86 ReadSteerableViewMapPixelF0D___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 ReadSteerableViewMapPixelF0D___init__(BPy_ReadSteerableViewMapPixelF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject ReadSteerableViewMapPixelF0D_Type
PyTypeObject UnaryFunction0DFloat_Type
BPy_UnaryFunction0DFloat py_uf0D_float
Freestyle::UnaryFunction0D< float > * uf0D_float