|
Blender V4.5
|
#include "BPy_ReadSteerableViewMapPixelF0D.h"#include "../../../stroke/AdvancedFunctions0D.h"#include "BLI_sys_types.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (ReadSteerableViewMapPixelF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadSteerableViewMapPixelF0D`\n" "\n" ".. method:: __init__(orientation, level)\n" "\n" " Builds a ReadSteerableViewMapPixelF0D object.\n" "\n" " :arg orientation: The integer belonging to [0, 4] indicating the\n" " orientation (E, NE, N, NW) we are interested in.\n" " :type orientation: int\n" " :arg level: The level of the pyramid from which the pixel must be\n" " read.\n" " :type level: int\n" "\n" ".. method:: __call__(it)\n" "\n" " Reads a pixel in one of the level of one of the steerable viewmaps.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: A pixel in one of the level of one of the steerable viewmaps.\n" " :rtype: float\n") | |
| static int | ReadSteerableViewMapPixelF0D___init__ (BPy_ReadSteerableViewMapPixelF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | ReadSteerableViewMapPixelF0D_Type |
| PyDoc_STRVAR | ( | ReadSteerableViewMapPixelF0D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , | ||
| " ":class:`freestyle.types.UnaryFunction0DFloat` | , | ||
| :class:`ReadSteerableViewMapPixelF0D`\n" "\n" ".. method::__init__(orientation, level)\n" "\n" " Builds a ReadSteerableViewMapPixelF0D object.\n" "\n" " :arg orientation:The integer belonging to indicating the\n" " orientation(E, NE, N, NW) we are interested in.\n" " :type orientation:int\n" " :arg level:The level of the pyramid from which the pixel must be\n" " read.\n" " :type level:int\n" "\n" ".. method::__call__(it)\n" "\n" " Reads a pixel in one of the level of one of the steerable viewmaps.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:A pixel in one of the level of one of the steerable viewmaps.\n" " :rtype:float\n" | [0, 4] ) |
References PyDoc_STRVAR().
|
static |
Definition at line 47 of file BPy_ReadSteerableViewMapPixelF0D.cpp.
References i, Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_ReadSteerableViewMapPixelF0D::py_uf0D_float, ReadSteerableViewMapPixelF0D___init__(), and BPy_UnaryFunction0DFloat::uf0D_float.
Referenced by ReadSteerableViewMapPixelF0D___init__().
| PyTypeObject ReadSteerableViewMapPixelF0D_Type |
Definition at line 65 of file BPy_ReadSteerableViewMapPixelF0D.cpp.
Referenced by UnaryFunction0DFloat_Init().