Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.h
| Show All 32 Lines | |||||
| extern PyTypeObject UnaryFunction1DEdgeNature_Type; | extern PyTypeObject UnaryFunction1DEdgeNature_Type; | ||||
| #define BPy_UnaryFunction1DEdgeNature_Check(v) \ | #define BPy_UnaryFunction1DEdgeNature_Check(v) \ | ||||
| (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DEdgeNature_Type)) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction1DEdgeNature_Type)) | ||||
| /*---------------------------Python BPy_UnaryFunction1DEdgeNature structure definition----------*/ | /*---------------------------Python BPy_UnaryFunction1DEdgeNature structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_UnaryFunction1D py_uf1D; | BPy_UnaryFunction1D py_uf1D; | ||||
| UnaryFunction1D<Nature::EdgeNature> *uf1D_edgenature; | Freestyle::UnaryFunction1D<Freestyle::Nature::EdgeNature> *uf1D_edgenature; | ||||
| } BPy_UnaryFunction1DEdgeNature; | } BPy_UnaryFunction1DEdgeNature; | ||||
| /*---------------------------Python BPy_UnaryFunction1DEdgeNature visible prototypes-----------*/ | /*---------------------------Python BPy_UnaryFunction1DEdgeNature visible prototypes-----------*/ | ||||
| int UnaryFunction1DEdgeNature_Init(PyObject *module); | int UnaryFunction1DEdgeNature_Init(PyObject *module); | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||