9 #include "../../../stroke/AdvancedFunctions0D.h"
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadSteerableViewMapPixelF0D`\n"
25 ".. method:: __init__(orientation, level)\n"
27 " Builds a ReadSteerableViewMapPixelF0D object.\n"
29 " :arg orientation: The integer belonging to [0, 4] indicating the\n"
30 " orientation (E, NE, N, NW) we are interested in.\n"
31 " :type orientation: int\n"
32 " :arg level: The level of the pyramid from which the pixel must be\n"
36 ".. method:: __call__(it)\n"
38 " Reads a pixel in one of the level of one of the steerable viewmaps.\n"
40 " :arg it: An Interface0DIterator object.\n"
41 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
42 " :return: A pixel in one of the level of one of the steerable viewmaps.\n"
49 static const char *kwlist[] = {
"orientation",
"level",
nullptr};
53 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"Ii", (
char **)kwlist, &u, &i)) {
57 self->py_uf0D_float.uf0D_float->py_uf0D = (PyObject *)
self;
64 PyVarObject_HEAD_INIT(
nullptr, 0)
"ReadSteerableViewMapPixelF0D",
82 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