Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.h
| Show All 32 Lines | |||||
| extern PyTypeObject UnaryFunction0DEdgeNature_Type; | extern PyTypeObject UnaryFunction0DEdgeNature_Type; | ||||
| #define BPy_UnaryFunction0DEdgeNature_Check(v) \ | #define BPy_UnaryFunction0DEdgeNature_Check(v) \ | ||||
| (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DEdgeNature_Type)) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DEdgeNature_Type)) | ||||
| /*---------------------------Python BPy_UnaryFunction0DEdgeNature structure definition----------*/ | /*---------------------------Python BPy_UnaryFunction0DEdgeNature structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_UnaryFunction0D py_uf0D; | BPy_UnaryFunction0D py_uf0D; | ||||
| UnaryFunction0D<Nature::EdgeNature> *uf0D_edgenature; | Freestyle::UnaryFunction0D<Freestyle::Nature::EdgeNature> *uf0D_edgenature; | ||||
| } BPy_UnaryFunction0DEdgeNature; | } BPy_UnaryFunction0DEdgeNature; | ||||
| /*---------------------------Python BPy_UnaryFunction0DEdgeNature visible prototypes-----------*/ | /*---------------------------Python BPy_UnaryFunction0DEdgeNature visible prototypes-----------*/ | ||||
| int UnaryFunction0DEdgeNature_Init(PyObject *module); | int UnaryFunction0DEdgeNature_Init(PyObject *module); | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||