21 QuantitativeInvisibilityF0D___doc__,
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DUnsigned` > :class:`QuantitativeInvisibilityF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a QuantitativeInvisibilityF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns the quantitative invisibility of the\n"
32 " :class:`freestyle.types.Interface0D` pointed by the\n"
33 " Interface0DIterator. This evaluation can be ambiguous (in the case of\n"
34 " a :class:`freestyle.types.TVertex` for example). This functor tries\n"
35 " to remove this ambiguity using the context offered by the 1D element\n"
36 " to which the Interface0D belongs to. However, there still can be\n"
37 " problematic cases, and the user willing to deal with this cases in a\n"
38 " specific way should implement its own getQIF0D functor.\n"
40 " :arg it: An Interface0DIterator object.\n"
41 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
42 " :return: The quantitative invisibility of the pointed Interface0D.\n"
49 static const char *kwlist[] = {
nullptr};
51 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
62 PyVarObject_HEAD_INIT(
nullptr, 0)
63 "QuantitativeInvisibilityF0D",
81 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
82 QuantitativeInvisibilityF0D___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")
PyTypeObject QuantitativeInvisibilityF0D_Type
static int QuantitativeInvisibilityF0D___init__(BPy_QuantitativeInvisibilityF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DUnsigned_Type
Functions taking 0D input.
BPy_UnaryFunction0DUnsigned py_uf0D_unsigned
Freestyle::UnaryFunction0D< uint > * uf0D_unsigned