|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| 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") | |
| static int | QuantitativeInvisibilityF0D___init__ (BPy_QuantitativeInvisibilityF0D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | QuantitativeInvisibilityF0D_Type |
| 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" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 45 of file BPy_QuantitativeInvisibilityF0D.cpp.
References Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_QuantitativeInvisibilityF0D::py_uf0D_unsigned, QuantitativeInvisibilityF0D___init__(), and BPy_UnaryFunction0DUnsigned::uf0D_unsigned.
Referenced by QuantitativeInvisibilityF0D___init__().
| PyTypeObject QuantitativeInvisibilityF0D_Type |
Definition at line 61 of file BPy_QuantitativeInvisibilityF0D.cpp.
Referenced by UnaryFunction0DUnsigned_Init().