25 QuantitativeInvisibilityF0D___doc__,
26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DUnsigned` > :class:`QuantitativeInvisibilityF0D`\n"
29 ".. method:: __init__()\n"
31 " Builds a QuantitativeInvisibilityF0D object.\n"
33 ".. method:: __call__(it)\n"
35 " Returns the quantitative invisibility of the\n"
36 " :class:`freestyle.types.Interface0D` pointed by the\n"
37 " Interface0DIterator. This evaluation can be ambiguous (in the case of\n"
38 " a :class:`freestyle.types.TVertex` for example). This functor tries\n"
39 " to remove this ambiguity using the context offered by the 1D element\n"
40 " to which the Interface0D belongs to. However, there still can be\n"
41 " problematic cases, and the user willing to deal with this cases in a\n"
42 " specific way should implement its own getQIF0D functor.\n"
44 " :arg it: An Interface0DIterator object.\n"
45 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
46 " :return: The quantitative invisibility of the pointed Interface0D.\n"
53 static const char *kwlist[] = {
nullptr};
55 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
59 self->py_uf0D_unsigned.uf0D_unsigned->py_uf0D = (PyObject *)
self;
66 PyVarObject_HEAD_INIT(
nullptr, 0)
67 "QuantitativeInvisibilityF0D",
85 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
86 QuantitativeInvisibilityF0D___doc__,
PyTypeObject QuantitativeInvisibilityF0D_Type
static int QuantitativeInvisibilityF0D___init__(BPy_QuantitativeInvisibilityF0D *self, PyObject *args, PyObject *kwds)
PyDoc_STRVAR(QuantitativeInvisibilityF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DUnsigned` > :class:`QuantitativeInvisibilityF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a QuantitativeInvisibilityF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the quantitative invisibility of the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator. This evaluation can be ambiguous (in the case of\n" " a :class:`freestyle.types.TVertex` for example). This functor tries\n" " to remove this ambiguity using the context offered by the 1D element\n" " to which the Interface0D belongs to. However, there still can be\n" " problematic cases, and the user willing to deal with this cases in a\n" " specific way should implement its own getQIF0D functor.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The quantitative invisibility of the pointed Interface0D.\n" " :rtype: int\n")
PyTypeObject UnaryFunction0DUnsigned_Type
Functions taking 0D input.