19 QuantitativeInvisibilityUP1D___doc__,
20 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > "
21 ":class:`QuantitativeInvisibilityUP1D`\n"
23 ".. method:: __init__(qi=0)\n"
25 " Builds a QuantitativeInvisibilityUP1D object.\n"
27 " :arg qi: The Quantitative Invisibility you want the Interface1D to\n"
31 ".. method:: __call__(inter)\n"
33 " Returns true if the Quantitative Invisibility evaluated at an\n"
34 " Interface1D, using the\n"
35 " :class:`freestyle.functions.QuantitativeInvisibilityF1D` functor,\n"
36 " equals a certain user-defined value.\n"
38 " :arg inter: An Interface1D object.\n"
39 " :type inter: :class:`freestyle.types.Interface1D`\n"
40 " :return: True if Quantitative Invisibility equals a user-defined\n"
48 static const char *kwlist[] = {
"qi",
nullptr};
51 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"|i", (
char **)kwlist, &
i)) {
61 PyVarObject_HEAD_INIT(
nullptr, 0)
62 "QuantitativeInvisibilityUP1D",
80 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
81 QuantitativeInvisibilityUP1D___doc__,
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
static int QuantitativeInvisibilityUP1D___init__(BPy_QuantitativeInvisibilityUP1D *self, PyObject *args, PyObject *kwds)
PyTypeObject QuantitativeInvisibilityUP1D_Type
PyTypeObject UnaryPredicate1D_Type
BPy_UnaryPredicate1D py_up1D
PyObject_HEAD Freestyle::UnaryPredicate1D * up1D