Blender  V3.3
Functions | Variables
BPy_QuantitativeInvisibilityF1D.cpp File Reference
#include "BPy_QuantitativeInvisibilityF1D.h"
#include "../../../view_map/Functions1D.h"
#include "../../BPy_Convert.h"
#include "../../BPy_IntegrationType.h"

Go to the source code of this file.

Functions

static int QuantitativeInvisibilityF1D___init__ (BPy_QuantitativeInvisibilityF1D *self, PyObject *args, PyObject *kwds)
 

Variables

static char QuantitativeInvisibilityF1D___doc__ []
 
PyTypeObject QuantitativeInvisibilityF1D_Type
 

Function Documentation

◆ QuantitativeInvisibilityF1D___init__()

static int QuantitativeInvisibilityF1D___init__ ( BPy_QuantitativeInvisibilityF1D self,
PyObject *  args,
PyObject *  kwds 
)
static

Variable Documentation

◆ QuantitativeInvisibilityF1D___doc__

char QuantitativeInvisibilityF1D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > "
":class:`freestyle.types.UnaryFunction1DUnsigned` > :class:`QuantitativeInvisibilityF1D`\n"
"\n"
".. method:: __init__(integration_type=IntegrationType.MEAN)\n"
"\n"
" Builds a QuantitativeInvisibilityF1D object.\n"
"\n"
" :arg integration_type: The integration method used to compute a single value\n"
" from a set of values.\n"
" :type integration_type: :class:`freestyle.types.IntegrationType`\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Returns the Quantitative Invisibility of an Interface1D element. If\n"
" the Interface1D is a :class:`freestyle.types.ViewEdge`, then there is\n"
" no ambiguity concerning the result. But, if the Interface1D results\n"
" of a chaining (chain, stroke), then it might be made of several 1D\n"
" elements of different Quantitative Invisibilities.\n"
"\n"
" :arg inter: An Interface1D object.\n"
" :type inter: :class:`freestyle.types.Interface1D`\n"
" :return: The Quantitative Invisibility of the Interface1D.\n"
" :rtype: int\n"

Definition at line 23 of file BPy_QuantitativeInvisibilityF1D.cpp.

◆ QuantitativeInvisibilityF1D_Type

PyTypeObject QuantitativeInvisibilityF1D_Type

Definition at line 66 of file BPy_QuantitativeInvisibilityF1D.cpp.

Referenced by UnaryFunction1DUnsigned_Init().