Blender
V3.3
|
#include "BPy_UnaryPredicate1D.h"
#include "BPy_Convert.h"
#include "BPy_Interface1D.h"
#include "UnaryPredicate1D/BPy_ContourUP1D.h"
#include "UnaryPredicate1D/BPy_DensityLowerThanUP1D.h"
#include "UnaryPredicate1D/BPy_EqualToChainingTimeStampUP1D.h"
#include "UnaryPredicate1D/BPy_EqualToTimeStampUP1D.h"
#include "UnaryPredicate1D/BPy_ExternalContourUP1D.h"
#include "UnaryPredicate1D/BPy_FalseUP1D.h"
#include "UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.h"
#include "UnaryPredicate1D/BPy_ShapeUP1D.h"
#include "UnaryPredicate1D/BPy_TrueUP1D.h"
#include "UnaryPredicate1D/BPy_WithinImageBoundaryUP1D.h"
Go to the source code of this file.
Functions | |
int | UnaryPredicate1D_Init (PyObject *module) |
static int | UnaryPredicate1D___init__ (BPy_UnaryPredicate1D *self, PyObject *args, PyObject *kwds) |
static void | UnaryPredicate1D___dealloc__ (BPy_UnaryPredicate1D *self) |
static PyObject * | UnaryPredicate1D___repr__ (BPy_UnaryPredicate1D *self) |
static PyObject * | UnaryPredicate1D___call__ (BPy_UnaryPredicate1D *self, PyObject *args, PyObject *kwds) |
PyDoc_STRVAR (UnaryPredicate1D_name_doc, "The name of the unary 1D predicate.\n" "\n" ":type: str") | |
static PyObject * | UnaryPredicate1D_name_get (BPy_UnaryPredicate1D *self, void *UNUSED(closure)) |
Variables | |
static char | UnaryPredicate1D___doc__ [] |
static PyGetSetDef | BPy_UnaryPredicate1D_getseters [] |
PyTypeObject | UnaryPredicate1D_Type |
PyDoc_STRVAR | ( | UnaryPredicate1D_name_doc | , |
"The name of the unary 1D predicate.\n" "\n" ":type: str" | |||
) |
|
static |
Definition at line 155 of file BPy_UnaryPredicate1D.cpp.
References Interface1D_Type, PyBool_from_bool(), and self.
|
static |
Definition at line 144 of file BPy_UnaryPredicate1D.cpp.
|
static |
Definition at line 132 of file BPy_UnaryPredicate1D.cpp.
|
static |
Definition at line 150 of file BPy_UnaryPredicate1D.cpp.
References self.
int UnaryPredicate1D_Init | ( | PyObject * | module | ) |
Definition at line 32 of file BPy_UnaryPredicate1D.cpp.
References ContourUP1D_Type, DensityLowerThanUP1D_Type, EqualToChainingTimeStampUP1D_Type, EqualToTimeStampUP1D_Type, ExternalContourUP1D_Type, FalseUP1D_Type, module, QuantitativeInvisibilityUP1D_Type, ShapeUP1D_Type, TrueUP1D_Type, UnaryPredicate1D_Type, and WithinImageBoundaryUP1D_Type.
Referenced by Freestyle_Init().
|
static |
Definition at line 195 of file BPy_UnaryPredicate1D.cpp.
|
static |
Definition at line 200 of file BPy_UnaryPredicate1D.cpp.
|
static |
Definition at line 111 of file BPy_UnaryPredicate1D.cpp.
PyTypeObject UnaryPredicate1D_Type |
Definition at line 211 of file BPy_UnaryPredicate1D.cpp.
Referenced by ChainPredicateIterator_init(), Operators_bidirectional_chain(), Operators_chain(), Operators_create(), Operators_recursive_split(), Operators_select(), and UnaryPredicate1D_Init().