Blender V4.3
BPy_ReadCompleteViewMapPixelF0D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (ReadCompleteViewMapPixelF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadCompleteViewMapPixelF0D`\n" "\n" ".. method:: __init__(level)\n" "\n" " Builds a ReadCompleteViewMapPixelF0D object.\n" "\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 the complete viewmap.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: A pixel in one of the level of the complete viewmap.\n" " :rtype: float\n")
 
static int ReadCompleteViewMapPixelF0D___init__ (BPy_ReadCompleteViewMapPixelF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject ReadCompleteViewMapPixelF0D_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( ReadCompleteViewMapPixelF0D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` ,
" ":class:`freestyle.types.UnaryFunction0DFloat` ,
:class:`ReadCompleteViewMapPixelF0D`\n" "\n" ".. method::__init__(level)\n" "\n" " Builds a ReadCompleteViewMapPixelF0D object.\n" "\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 the complete viewmap.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:A pixel in one of the level of the complete viewmap.\n" " :rtype:float\n"  )

◆ ReadCompleteViewMapPixelF0D___init__()

static int ReadCompleteViewMapPixelF0D___init__ ( BPy_ReadCompleteViewMapPixelF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 46 of file BPy_ReadCompleteViewMapPixelF0D.cpp.

References self.

Variable Documentation

◆ ReadCompleteViewMapPixelF0D_Type

PyTypeObject ReadCompleteViewMapPixelF0D_Type

Definition at line 63 of file BPy_ReadCompleteViewMapPixelF0D.cpp.

Referenced by UnaryFunction0DFloat_Init().