Blender  V3.3
Functions | Variables
BPy_GetOccludeeF1D.cpp File Reference
#include "BPy_GetOccludeeF1D.h"
#include "../../../view_map/Functions1D.h"
#include "../../BPy_Convert.h"
#include "../../BPy_IntegrationType.h"

Go to the source code of this file.

Functions

static int GetOccludeeF1D___init__ (BPy_GetOccludeeF1D *self, PyObject *args, PyObject *kwds)
 

Variables

static char GetOccludeeF1D___doc__ []
 
PyTypeObject GetOccludeeF1D_Type
 

Function Documentation

◆ GetOccludeeF1D___init__()

static int GetOccludeeF1D___init__ ( BPy_GetOccludeeF1D self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 40 of file BPy_GetOccludeeF1D.cpp.

Variable Documentation

◆ GetOccludeeF1D___doc__

char GetOccludeeF1D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
":class:`freestyle.types.UnaryFunction1DVectorViewShape` > :class:`GetOccludeeF1D`\n"
"\n"
".. method:: __init__()\n"
"\n"
" Builds a GetOccludeeF1D object.\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Returns a list of occluded shapes covered by this Interface1D.\n"
"\n"
" :arg inter: An Interface1D object.\n"
" :type inter: :class:`freestyle.types.Interface1D`\n"
" :return: A list of occluded shapes covered by the Interface1D.\n"
" :rtype: list of :class:`freestyle.types.ViewShape` objects\n"

Definition at line 23 of file BPy_GetOccludeeF1D.cpp.

◆ GetOccludeeF1D_Type

PyTypeObject GetOccludeeF1D_Type

Definition at line 53 of file BPy_GetOccludeeF1D.cpp.

Referenced by UnaryFunction1DVectorViewShape_Init().