#include <Python.h>
#include "../stroke/Predicates1D.h"
Go to the source code of this file.
◆ BPy_UnaryPredicate1D_Check
| #define BPy_UnaryPredicate1D_Check |
( |
| v | ) |
|
Value:
PyTypeObject UnaryPredicate1D_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v
Definition at line 21 of file BPy_UnaryPredicate1D.h.
◆ UnaryPredicate1D_Init()
| int UnaryPredicate1D_Init |
( |
PyObject * | module | ) |
|
Definition at line 30 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().
◆ UnaryPredicate1D_Type
| PyTypeObject UnaryPredicate1D_Type |
|
extern |