Blender  V3.3
Functions | Variables
BPy_GetOccludersF0D.cpp File Reference
#include "BPy_GetOccludersF0D.h"
#include "../../../view_map/Functions0D.h"

Go to the source code of this file.

Functions

static int GetOccludersF0D___init__ (BPy_GetOccludersF0D *self, PyObject *args, PyObject *kwds)
 

Variables

static char GetOccludersF0D___doc__ []
 
PyTypeObject GetOccludersF0D_Type
 

Function Documentation

◆ GetOccludersF0D___init__()

static int GetOccludersF0D___init__ ( BPy_GetOccludersF0D self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 40 of file BPy_GetOccludersF0D.cpp.

Variable Documentation

◆ GetOccludersF0D___doc__

char GetOccludersF0D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
":class:`freestyle.types.UnaryFunction0DVectorViewShape` > :class:`GetOccludersF0D`\n"
"\n"
".. method:: __init__()\n"
"\n"
" Builds a GetOccludersF0D object.\n"
"\n"
".. method:: __call__(it)\n"
"\n"
" Returns a list of :class:`freestyle.types.ViewShape` objects occluding the\n"
" :class:`freestyle.types.Interface0D` pointed by the Interface0DIterator.\n"
"\n"
" :arg it: An Interface0DIterator object.\n"
" :type it: :class:`freestyle.types.Interface0DIterator`\n"
" :return: A list of ViewShape objects occluding the pointed\n"
" Interface0D.\n"
" :rtype: list of :class:`freestyle.types.ViewShape` objects\n"

Definition at line 21 of file BPy_GetOccludersF0D.cpp.

◆ GetOccludersF0D_Type

PyTypeObject GetOccludersF0D_Type

Definition at line 54 of file BPy_GetOccludersF0D.cpp.

Referenced by UnaryFunction0DVectorViewShape_Init().