23 #include "../../../view_map/Functions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DUnsigned` > :class:`QuantitativeInvisibilityF0D`\n"
39 ".. method:: __init__()\n"
41 " Builds a QuantitativeInvisibilityF0D object.\n"
43 ".. method:: __call__(it)\n"
45 " Returns the quantitative invisibility of the\n"
46 " :class:`freestyle.types.Interface0D` pointed by the\n"
47 " Interface0DIterator. This evaluation can be ambiguous (in the case of\n"
48 " a :class:`freestyle.types.TVertex` for example). This functor tries\n"
49 " to remove this ambiguity using the context offered by the 1D element\n"
50 " to which the Interface0D belongs to. However, there still can be\n"
51 " problematic cases, and the user willing to deal with this cases in a\n"
52 " specific way should implement its own getQIF0D functor.\n"
54 " :arg it: An Interface0DIterator object.\n"
55 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
56 " :return: The quantitative invisibility of the pointed Interface0D.\n"
63 static const char *kwlist[] = {
nullptr};
65 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
69 self->py_uf0D_unsigned.uf0D_unsigned->py_uf0D = (PyObject *)
self;
76 PyVarObject_HEAD_INIT(
nullptr, 0)
"QuantitativeInvisibilityF0D",
94 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
PyTypeObject QuantitativeInvisibilityF0D_Type
static int QuantitativeInvisibilityF0D___init__(BPy_QuantitativeInvisibilityF0D *self, PyObject *args, PyObject *kwds)
static char QuantitativeInvisibilityF0D___doc__[]
PyTypeObject UnaryFunction0DUnsigned_Type