|
Blender V4.5
|
#include "BPy_UnaryFunction0DUnsigned.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_unsigned_int/BPy_QuantitativeInvisibilityF0D.h"#include "BLI_sys_types.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DUnsigned_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0DUnsigned___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DUnsigned`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return an int value.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n") | |
| static int | UnaryFunction0DUnsigned___init__ (BPy_UnaryFunction0DUnsigned *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DUnsigned___dealloc__ (BPy_UnaryFunction0DUnsigned *self) |
| static PyObject * | UnaryFunction0DUnsigned___repr__ (BPy_UnaryFunction0DUnsigned *self) |
| static PyObject * | UnaryFunction0DUnsigned___call__ (BPy_UnaryFunction0DUnsigned *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | UnaryFunction0DUnsigned_Type |
| PyDoc_STRVAR | ( | UnaryFunction0DUnsigned___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction0D` | , | ||
| :class:`UnaryFunction0DUnsigned`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return an int value.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 85 of file BPy_UnaryFunction0DUnsigned.cpp.
References Interface0DIterator_Type, Freestyle::UnaryFunction0D< T >::result, BPy_UnaryFunction0DUnsigned::uf0D_unsigned, and UnaryFunction0DUnsigned___call__().
Referenced by UnaryFunction0DUnsigned___call__().
|
static |
Definition at line 73 of file BPy_UnaryFunction0DUnsigned.cpp.
References BPy_UnaryFunction0DUnsigned::uf0D_unsigned, UnaryFunction0D_Type, and UnaryFunction0DUnsigned___dealloc__().
Referenced by UnaryFunction0DUnsigned___dealloc__().
|
static |
Definition at line 59 of file BPy_UnaryFunction0DUnsigned.cpp.
References Freestyle::UnaryFunction0D< T >::py_uf0D, BPy_UnaryFunction0DUnsigned::uf0D_unsigned, and UnaryFunction0DUnsigned___init__().
Referenced by UnaryFunction0DUnsigned___init__().
|
static |
Definition at line 79 of file BPy_UnaryFunction0DUnsigned.cpp.
References BPy_UnaryFunction0DUnsigned::uf0D_unsigned, and UnaryFunction0DUnsigned___repr__().
Referenced by UnaryFunction0DUnsigned___repr__().
| int UnaryFunction0DUnsigned_Init | ( | PyObject * | module | ) |
Definition at line 24 of file BPy_UnaryFunction0DUnsigned.cpp.
References QuantitativeInvisibilityF0D_Type, UnaryFunction0DUnsigned_Init(), and UnaryFunction0DUnsigned_Type.
Referenced by UnaryFunction0D_Init(), and UnaryFunction0DUnsigned_Init().
| PyTypeObject UnaryFunction0DUnsigned_Type |
Definition at line 114 of file BPy_UnaryFunction0DUnsigned.cpp.
Referenced by UnaryFunction0DUnsigned_Init().