23 #include "../../../stroke/AdvancedFunctions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadSteerableViewMapPixelF0D`\n"
39 ".. method:: __init__(orientation, level)\n"
41 " Builds a ReadSteerableViewMapPixelF0D object.\n"
43 " :arg orientation: The integer belonging to [0, 4] indicating the\n"
44 " orientation (E, NE, N, NW) we are interested in.\n"
45 " :type orientation: int\n"
46 " :arg level: The level of the pyramid from which the pixel must be\n"
50 ".. method:: __call__(it)\n"
52 " Reads a pixel in one of the level of one of the steerable viewmaps.\n"
54 " :arg it: An Interface0DIterator object.\n"
55 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
56 " :return: A pixel in one of the level of one of the steerable viewmaps.\n"
63 static const char *kwlist[] = {
"orientation",
"level",
nullptr};
67 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"Ii", (
char **)kwlist, &u, &i)) {
71 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
78 PyVarObject_HEAD_INIT(
nullptr, 0)
"ReadSteerableViewMapPixelF0D",
96 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char ReadSteerableViewMapPixelF0D___doc__[]
static int ReadSteerableViewMapPixelF0D___init__(BPy_ReadSteerableViewMapPixelF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject ReadSteerableViewMapPixelF0D_Type
PyTypeObject UnaryFunction0DFloat_Type