|
Blender
V3.3
|
#include "BPy_UnaryPredicate0D.h"#include "BPy_Convert.h"#include "Iterator/BPy_Interface0DIterator.h"#include "UnaryPredicate0D/BPy_FalseUP0D.h"#include "UnaryPredicate0D/BPy_TrueUP0D.h"Go to the source code of this file.
Functions | |
| int | UnaryPredicate0D_Init (PyObject *module) |
| static int | UnaryPredicate0D___init__ (BPy_UnaryPredicate0D *self, PyObject *args, PyObject *kwds) |
| static void | UnaryPredicate0D___dealloc__ (BPy_UnaryPredicate0D *self) |
| static PyObject * | UnaryPredicate0D___repr__ (BPy_UnaryPredicate0D *self) |
| static PyObject * | UnaryPredicate0D___call__ (BPy_UnaryPredicate0D *self, PyObject *args, PyObject *kwds) |
| PyDoc_STRVAR (UnaryPredicate0D_name_doc, "The name of the unary 0D predicate.\n" "\n" ":type: str") | |
| static PyObject * | UnaryPredicate0D_name_get (BPy_UnaryPredicate0D *self, void *UNUSED(closure)) |
Variables | |
| static char | UnaryPredicate0D___doc__ [] |
| static PyGetSetDef | BPy_UnaryPredicate0D_getseters [] |
| PyTypeObject | UnaryPredicate0D_Type |
| PyDoc_STRVAR | ( | UnaryPredicate0D_name_doc | , |
| "The name of the unary 0D predicate.\n" "\n" ":type: str" | |||
| ) |
|
static |
Definition at line 97 of file BPy_UnaryPredicate0D.cpp.
References Interface0DIterator_Type, PyBool_from_bool(), and self.
|
static |
Definition at line 86 of file BPy_UnaryPredicate0D.cpp.
|
static |
Definition at line 74 of file BPy_UnaryPredicate0D.cpp.
|
static |
Definition at line 92 of file BPy_UnaryPredicate0D.cpp.
References self.
| int UnaryPredicate0D_Init | ( | PyObject * | module | ) |
Definition at line 23 of file BPy_UnaryPredicate0D.cpp.
References FalseUP0D_Type, module, TrueUP0D_Type, and UnaryPredicate0D_Type.
Referenced by Freestyle_Init().
|
static |
Definition at line 137 of file BPy_UnaryPredicate0D.cpp.
|
static |
Definition at line 142 of file BPy_UnaryPredicate0D.cpp.
|
static |
Definition at line 52 of file BPy_UnaryPredicate0D.cpp.
| PyTypeObject UnaryPredicate0D_Type |
Definition at line 153 of file BPy_UnaryPredicate0D.cpp.
Referenced by Operators_recursive_split(), Operators_sequential_split(), and UnaryPredicate0D_Init().