|
Blender V4.3
|
#include "BPy_UnaryFunction0DId.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_Id/BPy_ShapeIdF0D.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DId_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0DId___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DId`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return an :class:`Id` object.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n") | |
| static int | UnaryFunction0DId___init__ (BPy_UnaryFunction0DId *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DId___dealloc__ (BPy_UnaryFunction0DId *self) |
| static PyObject * | UnaryFunction0DId___repr__ (BPy_UnaryFunction0DId *self) |
| static PyObject * | UnaryFunction0DId___call__ (BPy_UnaryFunction0DId *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | UnaryFunction0DId_Type |
| PyDoc_STRVAR | ( | UnaryFunction0DId___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction0D` | , | ||
| :class:`UnaryFunction0DId`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return an :class:`Id` object.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n" | ) |
|
static |
Definition at line 82 of file BPy_UnaryFunction0DId.cpp.
References BPy_Id_from_Id(), Interface0DIterator_Type, and self.
|
static |
Definition at line 71 of file BPy_UnaryFunction0DId.cpp.
References self, and UnaryFunction0D_Type.
|
static |
Definition at line 59 of file BPy_UnaryFunction0DId.cpp.
References self.
|
static |
Definition at line 77 of file BPy_UnaryFunction0DId.cpp.
References self.
| int UnaryFunction0DId_Init | ( | PyObject * | module | ) |
Definition at line 26 of file BPy_UnaryFunction0DId.cpp.
References module, ShapeIdF0D_Type, and UnaryFunction0DId_Type.
Referenced by UnaryFunction0D_Init().
| PyTypeObject UnaryFunction0DId_Type |
Definition at line 111 of file BPy_UnaryFunction0DId.cpp.
Referenced by UnaryFunction0DId_Init().