|
Blender V4.5
|
#include "BPy_UnaryFunction1DUnsigned.h"#include "../BPy_Convert.h"#include "../BPy_IntegrationType.h"#include "../BPy_Interface1D.h"#include "UnaryFunction1D_unsigned_int/BPy_QuantitativeInvisibilityF1D.h"#include "BLI_sys_types.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction1DUnsigned_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction1DUnsigned___doc__, "Class hierarchy: :class:`UnaryFunction1D` > :class:`UnaryFunction1DUnsigned`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface1D` and return an int value.\n" "\n" ".. method:: __init__()\n" " __init__(integration_type)\n" "\n" " Builds a unary 1D function using the default constructor\n" " or the integration method given as an argument.\n" "\n" " :arg integration_type: An integration method.\n" " :type integration_type: :class:`IntegrationType`\n") | |
| static int | UnaryFunction1DUnsigned___init__ (BPy_UnaryFunction1DUnsigned *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction1DUnsigned___dealloc__ (BPy_UnaryFunction1DUnsigned *self) |
| static PyObject * | UnaryFunction1DUnsigned___repr__ (BPy_UnaryFunction1DUnsigned *self) |
| static PyObject * | UnaryFunction1DUnsigned___call__ (BPy_UnaryFunction1DUnsigned *self, PyObject *args, PyObject *kwds) |
| PyDoc_STRVAR (integration_type_doc, "The integration method.\n" "\n" ":type: :class:`IntegrationType`") | |
| static PyObject * | integration_type_get (BPy_UnaryFunction1DUnsigned *self, void *) |
| static int | integration_type_set (BPy_UnaryFunction1DUnsigned *self, PyObject *value, void *) |
Variables | |
| static PyGetSetDef | BPy_UnaryFunction1DUnsigned_getseters [] |
| PyTypeObject | UnaryFunction1DUnsigned_Type |
|
static |
Definition at line 136 of file BPy_UnaryFunction1DUnsigned.cpp.
References BPy_IntegrationType_from_IntegrationType(), Freestyle::UnaryFunction1D< T >::getIntegrationType(), integration_type_get(), and BPy_UnaryFunction1DUnsigned::uf1D_unsigned.
Referenced by integration_type_get().
|
static |
Definition at line 141 of file BPy_UnaryFunction1DUnsigned.cpp.
References BPy_IntegrationType_Check, integration_type_set(), IntegrationType_from_BPy_IntegrationType(), Freestyle::UnaryFunction1D< T >::setIntegrationType(), and BPy_UnaryFunction1DUnsigned::uf1D_unsigned.
Referenced by integration_type_set().
| PyDoc_STRVAR | ( | integration_type_doc | , |
| "The integration method.\n" "\n" ":type: :class:`IntegrationType`" | ) |
References PyDoc_STRVAR().
| PyDoc_STRVAR | ( | UnaryFunction1DUnsigned___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction1D` | , | ||
| :class:`UnaryFunction1DUnsigned`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface1D` and return an int value.\n" "\n" ".. method::__init__()\n" " __init__(integration_type)\n" "\n" " Builds a unary 1D function using the default constructor\n" " or the integration method given as an argument.\n" "\n" " :arg integration_type:An integration method.\n" " :type integration_type::class:`IntegrationType`\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 102 of file BPy_UnaryFunction1DUnsigned.cpp.
References Interface1D_Type, Freestyle::UnaryFunction1D< T >::result, BPy_UnaryFunction1DUnsigned::uf1D_unsigned, and UnaryFunction1DUnsigned___call__().
Referenced by UnaryFunction1DUnsigned___call__().
|
static |
Definition at line 90 of file BPy_UnaryFunction1DUnsigned.cpp.
References BPy_UnaryFunction1DUnsigned::uf1D_unsigned, UnaryFunction1D_Type, and UnaryFunction1DUnsigned___dealloc__().
Referenced by UnaryFunction1DUnsigned___dealloc__().
|
static |
Definition at line 65 of file BPy_UnaryFunction1DUnsigned.cpp.
References IntegrationType_from_BPy_IntegrationType(), IntegrationType_Type, Freestyle::UnaryFunction1D< T >::py_uf1D, BPy_UnaryFunction1DUnsigned::uf1D_unsigned, and UnaryFunction1DUnsigned___init__().
Referenced by UnaryFunction1DUnsigned___init__().
|
static |
Definition at line 96 of file BPy_UnaryFunction1DUnsigned.cpp.
References BPy_UnaryFunction1DUnsigned::uf1D_unsigned, and UnaryFunction1DUnsigned___repr__().
Referenced by UnaryFunction1DUnsigned___repr__().
| int UnaryFunction1DUnsigned_Init | ( | PyObject * | module | ) |
Definition at line 25 of file BPy_UnaryFunction1DUnsigned.cpp.
References QuantitativeInvisibilityF1D_Type, UnaryFunction1DUnsigned_Init(), and UnaryFunction1DUnsigned_Type.
Referenced by UnaryFunction1D_Init(), and UnaryFunction1DUnsigned_Init().
|
static |
Definition at line 153 of file BPy_UnaryFunction1DUnsigned.cpp.
| PyTypeObject UnaryFunction1DUnsigned_Type |
Definition at line 164 of file BPy_UnaryFunction1DUnsigned.cpp.
Referenced by UnaryFunction1DUnsigned_Init().