27 QuantitativeInvisibilityF1D___doc__,
28 "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
29 ":class:`freestyle.types.UnaryFunction1DUnsigned` > :class:`QuantitativeInvisibilityF1D`\n"
31 ".. method:: __init__(integration_type=IntegrationType.MEAN)\n"
33 " Builds a QuantitativeInvisibilityF1D object.\n"
35 " :arg integration_type: The integration method used to compute a single value\n"
36 " from a set of values.\n"
37 " :type integration_type: :class:`freestyle.types.IntegrationType`\n"
39 ".. method:: __call__(inter)\n"
41 " Returns the Quantitative Invisibility of an Interface1D element. If\n"
42 " the Interface1D is a :class:`freestyle.types.ViewEdge`, then there is\n"
43 " no ambiguity concerning the result. But, if the Interface1D results\n"
44 " of a chaining (chain, stroke), then it might be made of several 1D\n"
45 " elements of different Quantitative Invisibilities.\n"
47 " :arg inter: An Interface1D object.\n"
48 " :type inter: :class:`freestyle.types.Interface1D`\n"
49 " :return: The Quantitative Invisibility of the Interface1D.\n"
56 static const char *kwlist[] = {
"integration_type",
nullptr};
57 PyObject *obj =
nullptr;
59 if (!PyArg_ParseTupleAndKeywords(
72 PyVarObject_HEAD_INIT(
nullptr, 0)
73 "QuantitativeInvisibilityF1D",
91 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
92 QuantitativeInvisibilityF1D___doc__,
IntegrationType IntegrationType_from_BPy_IntegrationType(PyObject *obj)
PyTypeObject IntegrationType_Type
static int QuantitativeInvisibilityF1D___init__(BPy_QuantitativeInvisibilityF1D *self, PyObject *args, PyObject *kwds)
PyTypeObject QuantitativeInvisibilityF1D_Type
PyDoc_STRVAR(QuantitativeInvisibilityF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DUnsigned` > :class:`QuantitativeInvisibilityF1D`\n" "\n" ".. method:: __init__(integration_type=IntegrationType.MEAN)\n" "\n" " Builds a QuantitativeInvisibilityF1D object.\n" "\n" " :arg integration_type: The integration method used to compute a single value\n" " from a set of values.\n" " :type integration_type: :class:`freestyle.types.IntegrationType`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns the Quantitative Invisibility of an Interface1D element. If\n" " the Interface1D is a :class:`freestyle.types.ViewEdge`, then there is\n" " no ambiguity concerning the result. But, if the Interface1D results\n" " of a chaining (chain, stroke), then it might be made of several 1D\n" " elements of different Quantitative Invisibilities.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: The Quantitative Invisibility of the Interface1D.\n" " :rtype: int\n")
PyTypeObject UnaryFunction1DUnsigned_Type
Functions taking 1D input.