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

Go to the source code of this file.

Functions

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

Variables

static char ReadSteerableViewMapPixelF0D___doc__ []
 
PyTypeObject ReadSteerableViewMapPixelF0D_Type
 

Function Documentation

◆ ReadSteerableViewMapPixelF0D___init__()

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

Definition at line 45 of file BPy_ReadSteerableViewMapPixelF0D.cpp.

Variable Documentation

◆ ReadSteerableViewMapPixelF0D___doc__

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

Definition at line 21 of file BPy_ReadSteerableViewMapPixelF0D.cpp.

◆ ReadSteerableViewMapPixelF0D_Type

PyTypeObject ReadSteerableViewMapPixelF0D_Type

Definition at line 63 of file BPy_ReadSteerableViewMapPixelF0D.cpp.

Referenced by UnaryFunction0DFloat_Init().