Blender  V3.3
Functions | Variables
BPy_QuantitativeInvisibilityF0D.cpp File Reference
#include "BPy_QuantitativeInvisibilityF0D.h"
#include "../../../view_map/Functions0D.h"

Go to the source code of this file.

Functions

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

Variables

static char QuantitativeInvisibilityF0D___doc__ []
 
PyTypeObject QuantitativeInvisibilityF0D_Type
 

Function Documentation

◆ QuantitativeInvisibilityF0D___init__()

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

Definition at line 45 of file BPy_QuantitativeInvisibilityF0D.cpp.

Variable Documentation

◆ QuantitativeInvisibilityF0D___doc__

char QuantitativeInvisibilityF0D___doc__[]
static
Initial value:
=
"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"

Definition at line 21 of file BPy_QuantitativeInvisibilityF0D.cpp.

◆ QuantitativeInvisibilityF0D_Type

PyTypeObject QuantitativeInvisibilityF0D_Type

Definition at line 61 of file BPy_QuantitativeInvisibilityF0D.cpp.

Referenced by UnaryFunction0DUnsigned_Init().