9 #include "../../../view_map/Functions1D.h"
10 #include "../../BPy_Convert.h"
11 #include "../../BPy_IntegrationType.h"
24 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
25 ":class:`freestyle.types.UnaryFunction1DVectorViewShape` > :class:`GetOccludeeF1D`\n"
27 ".. method:: __init__()\n"
29 " Builds a GetOccludeeF1D object.\n"
31 ".. method:: __call__(inter)\n"
33 " Returns a list of occluded shapes covered by this Interface1D.\n"
35 " :arg inter: An Interface1D object.\n"
36 " :type inter: :class:`freestyle.types.Interface1D`\n"
37 " :return: A list of occluded shapes covered by the Interface1D.\n"
38 " :rtype: list of :class:`freestyle.types.ViewShape` objects\n";
42 static const char *kwlist[] = {
nullptr};
44 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
54 PyVarObject_HEAD_INIT(
nullptr, 0)
"GetOccludeeF1D",
72 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char GetOccludeeF1D___doc__[]
static int GetOccludeeF1D___init__(BPy_GetOccludeeF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject GetOccludeeF1D_Type
PyTypeObject UnaryFunction1DVectorViewShape_Type