Blender V4.3
BPy_QuantitativeInvisibilityF0D.cpp File Reference

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
 

Function Documentation

◆ PyDoc_STRVAR()

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"  )

◆ QuantitativeInvisibilityF0D___init__()

static int QuantitativeInvisibilityF0D___init__ ( BPy_QuantitativeInvisibilityF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 49 of file BPy_QuantitativeInvisibilityF0D.cpp.

References self.

Variable Documentation

◆ QuantitativeInvisibilityF0D_Type

PyTypeObject QuantitativeInvisibilityF0D_Type

Definition at line 65 of file BPy_QuantitativeInvisibilityF0D.cpp.

Referenced by UnaryFunction0DUnsigned_Init().