27 GetOccludersF1D___doc__,
28 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
29 ":class:`freestyle.types.UnaryFunction1DVectorViewShape` > :class:`GetOccludersF1D`\n"
31 ".. method:: __init__()\n"
33 " Builds a GetOccludersF1D object.\n"
35 ".. method:: __call__(inter)\n"
37 " Returns a list of occluding shapes that cover this Interface1D.\n"
39 " :arg inter: An Interface1D object.\n"
40 " :type inter: :class:`freestyle.types.Interface1D`\n"
41 " :return: A list of occluding shapes that cover the Interface1D.\n"
42 " :rtype: list[:class:`freestyle.types.ViewShape`]\n");
46 static const char *kwlist[] = {
nullptr};
48 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
58 PyVarObject_HEAD_INIT(
nullptr, 0)
77 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
78 GetOccludersF1D___doc__,
PyTypeObject GetOccludersF1D_Type
static int GetOccludersF1D___init__(BPy_GetOccludersF1D *self, PyObject *args, PyObject *kwds)
PyDoc_STRVAR(GetOccludersF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DVectorViewShape` > :class:`GetOccludersF1D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetOccludersF1D object.\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns a list of occluding shapes that cover this Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: A list of occluding shapes that cover the Interface1D.\n" " :rtype: list[:class:`freestyle.types.ViewShape`]\n")
PyTypeObject UnaryFunction1DVectorViewShape_Type
Functions taking 1D input.