Blender V4.3
BPy_ReadMapPixelF0D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (ReadMapPixelF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`ReadMapPixelF0D`\n" "\n" ".. method:: __init__(map_name, level)\n" "\n" " Builds a ReadMapPixelF0D object.\n" "\n" " :arg map_name: The name of the map to be read.\n" " :type map_name: str\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 a map.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: A pixel in a map.\n" " :rtype: float\n")
 
static int ReadMapPixelF0D___init__ (BPy_ReadMapPixelF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject ReadMapPixelF0D_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( ReadMapPixelF0D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` ,
" ":class:`freestyle.types.UnaryFunction0DFloat` ,
:class:`ReadMapPixelF0D`\n" "\n" ".. method::__init__(map_name, level)\n" "\n" " Builds a ReadMapPixelF0D object.\n" "\n" " :arg map_name:The name of the map to be read.\n" " :type map_name:str\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 a map.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:A pixel in a map.\n" " :rtype:float\n"  )

◆ ReadMapPixelF0D___init__()

static int ReadMapPixelF0D___init__ ( BPy_ReadMapPixelF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 48 of file BPy_ReadMapPixelF0D.cpp.

References self.

Variable Documentation

◆ ReadMapPixelF0D_Type

PyTypeObject ReadMapPixelF0D_Type

Definition at line 64 of file BPy_ReadMapPixelF0D.cpp.

Referenced by UnaryFunction0DFloat_Init().