|
Blender V4.5
|
#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 | |
| PyDoc_STRVAR (QuantitativeInvisibilityF1D___doc__, "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") | |
| static int | QuantitativeInvisibilityF1D___init__ (BPy_QuantitativeInvisibilityF1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | QuantitativeInvisibilityF1D_Type |
| PyDoc_STRVAR | ( | QuantitativeInvisibilityF1D___doc__ | , |
| "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 | chainingchain, 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" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 48 of file BPy_QuantitativeInvisibilityF1D.cpp.
References IntegrationType_from_BPy_IntegrationType(), IntegrationType_Type, Freestyle::MEAN, BPy_QuantitativeInvisibilityF1D::py_uf1D_unsigned, QuantitativeInvisibilityF1D___init__(), and BPy_UnaryFunction1DUnsigned::uf1D_unsigned.
Referenced by QuantitativeInvisibilityF1D___init__().
| PyTypeObject QuantitativeInvisibilityF1D_Type |
Definition at line 67 of file BPy_QuantitativeInvisibilityF1D.cpp.
Referenced by UnaryFunction1DUnsigned_Init().