|
Blender V4.3
|
#include "BPy_UnaryFunction0DViewShape.h"#include "../BPy_Convert.h"#include "../Iterator/BPy_Interface0DIterator.h"#include "UnaryFunction0D_ViewShape/BPy_GetOccludeeF0D.h"#include "UnaryFunction0D_ViewShape/BPy_GetShapeF0D.h"Go to the source code of this file.
Functions | |
| int | UnaryFunction0DViewShape_Init (PyObject *module) |
| PyDoc_STRVAR (UnaryFunction0DViewShape___doc__, "Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DViewShape`\n" "\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return a :class:`ViewShape` object.\n" "\n" ".. method:: __init__()\n" "\n" " Default constructor.\n") | |
| static int | UnaryFunction0DViewShape___init__ (BPy_UnaryFunction0DViewShape *self, PyObject *args, PyObject *kwds) |
| static void | UnaryFunction0DViewShape___dealloc__ (BPy_UnaryFunction0DViewShape *self) |
| static PyObject * | UnaryFunction0DViewShape___repr__ (BPy_UnaryFunction0DViewShape *self) |
| static PyObject * | UnaryFunction0DViewShape___call__ (BPy_UnaryFunction0DViewShape *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | UnaryFunction0DViewShape_Type |
| PyDoc_STRVAR | ( | UnaryFunction0DViewShape___doc__ | , |
| "Class hierarchy: :class:`UnaryFunction0D` | , | ||
| :class:`UnaryFunction0DViewShape`\n" "\n" "Base class for unary functions(functors) that work on\n" ":class:`Interface0DIterator` and return a :class:`ViewShape` object.\n" "\n" ".. method::__init__()\n" "\n" " Default constructor.\n" | ) |
|
static |
Definition at line 92 of file BPy_UnaryFunction0DViewShape.cpp.
References BPy_ViewShape_from_ViewShape(), Interface0DIterator_Type, and self.
|
static |
Definition at line 80 of file BPy_UnaryFunction0DViewShape.cpp.
References self, and UnaryFunction0D_Type.
|
static |
Definition at line 66 of file BPy_UnaryFunction0DViewShape.cpp.
References self.
|
static |
Definition at line 86 of file BPy_UnaryFunction0DViewShape.cpp.
References self.
| int UnaryFunction0DViewShape_Init | ( | PyObject * | module | ) |
Definition at line 27 of file BPy_UnaryFunction0DViewShape.cpp.
References GetOccludeeF0D_Type, GetShapeF0D_Type, module, and UnaryFunction0DViewShape_Type.
Referenced by UnaryFunction0D_Init().
| PyTypeObject UnaryFunction0DViewShape_Type |
Definition at line 121 of file BPy_UnaryFunction0DViewShape.cpp.
Referenced by UnaryFunction0DViewShape_Init().