Blender V4.3
BPy_ReadSteerableViewMapPixelF0D.cpp File Reference

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
 

Function Documentation

◆ PyDoc_STRVAR()

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] )

◆ ReadSteerableViewMapPixelF0D___init__()

static int ReadSteerableViewMapPixelF0D___init__ ( BPy_ReadSteerableViewMapPixelF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 51 of file BPy_ReadSteerableViewMapPixelF0D.cpp.

References self.

Variable Documentation

◆ ReadSteerableViewMapPixelF0D_Type

PyTypeObject ReadSteerableViewMapPixelF0D_Type

Definition at line 69 of file BPy_ReadSteerableViewMapPixelF0D.cpp.

Referenced by UnaryFunction0DFloat_Init().