|
Blender V4.3
|
#include "BPy_UnaryFunction0DVectorViewShape.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_vector_ViewShape/BPy_GetOccludersF0D.h"#include "BLI_sys_types.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DVectorViewShape_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0DVectorViewShape___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DVectorViewShape`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return a list of :class:`ViewShape`\n" "objects.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n") | |
| static int | UnaryFunction0DVectorViewShape___init__ (BPy_UnaryFunction0DVectorViewShape *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DVectorViewShape___dealloc__ (BPy_UnaryFunction0DVectorViewShape *self) |
| static PyObject * | UnaryFunction0DVectorViewShape___repr__ (BPy_UnaryFunction0DVectorViewShape *self) |
| static PyObject * | UnaryFunction0DVectorViewShape___call__ (BPy_UnaryFunction0DVectorViewShape *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | UnaryFunction0DVectorViewShape_Type |
| PyDoc_STRVAR | ( | UnaryFunction0DVectorViewShape___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction0D` | , | ||
| :class:`UnaryFunction0DVectorViewShape`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return a list of :class:`ViewShape`\n" "objects.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n" | ) |
|
static |
Definition at line 89 of file BPy_UnaryFunction0DVectorViewShape.cpp.
References BPy_ViewShape_from_ViewShape(), Interface0DIterator_Type, self, and v.
|
static |
Definition at line 77 of file BPy_UnaryFunction0DVectorViewShape.cpp.
References self, and UnaryFunction0D_Type.
|
static |
Definition at line 63 of file BPy_UnaryFunction0DVectorViewShape.cpp.
References Freestyle::UnaryFunction0D< T >::py_uf0D, and self.
|
static |
Definition at line 83 of file BPy_UnaryFunction0DVectorViewShape.cpp.
References self.
| int UnaryFunction0DVectorViewShape_Init | ( | PyObject * | module | ) |
Definition at line 28 of file BPy_UnaryFunction0DVectorViewShape.cpp.
References GetOccludersF0D_Type, module, and UnaryFunction0DVectorViewShape_Type.
Referenced by UnaryFunction0D_Init().
| PyTypeObject UnaryFunction0DVectorViewShape_Type |
Definition at line 126 of file BPy_UnaryFunction0DVectorViewShape.cpp.
Referenced by UnaryFunction0DVectorViewShape_Init().