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