Blender  V3.3
Functions | Variables
BPy_ReadCompleteViewMapPixelF0D.cpp File Reference
#include "BPy_ReadCompleteViewMapPixelF0D.h"
#include "../../../stroke/AdvancedFunctions0D.h"

Go to the source code of this file.

Functions

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

Variables

static char ReadCompleteViewMapPixelF0D___doc__ []
 
PyTypeObject ReadCompleteViewMapPixelF0D_Type
 

Function Documentation

◆ ReadCompleteViewMapPixelF0D___init__()

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

Definition at line 42 of file BPy_ReadCompleteViewMapPixelF0D.cpp.

Variable Documentation

◆ ReadCompleteViewMapPixelF0D___doc__

char ReadCompleteViewMapPixelF0D___doc__[]
static
Initial value:
=
"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"

Definition at line 21 of file BPy_ReadCompleteViewMapPixelF0D.cpp.

◆ ReadCompleteViewMapPixelF0D_Type

PyTypeObject ReadCompleteViewMapPixelF0D_Type

Definition at line 59 of file BPy_ReadCompleteViewMapPixelF0D.cpp.

Referenced by UnaryFunction0DFloat_Init().