Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.h
| Show All 30 Lines | |||||
| extern PyTypeObject UnaryFunction0DUnsigned_Type; | extern PyTypeObject UnaryFunction0DUnsigned_Type; | ||||
| #define BPy_UnaryFunction0DUnsigned_Check(v) \ | #define BPy_UnaryFunction0DUnsigned_Check(v) \ | ||||
| (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DUnsigned_Type)) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DUnsigned_Type)) | ||||
| /*---------------------------Python BPy_UnaryFunction0DUnsigned structure definition----------*/ | /*---------------------------Python BPy_UnaryFunction0DUnsigned structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_UnaryFunction0D py_uf0D; | BPy_UnaryFunction0D py_uf0D; | ||||
| UnaryFunction0D<unsigned int> *uf0D_unsigned; | Freestyle::UnaryFunction0D<unsigned int> *uf0D_unsigned; | ||||
| } BPy_UnaryFunction0DUnsigned; | } BPy_UnaryFunction0DUnsigned; | ||||
| /*---------------------------Python BPy_UnaryFunction0DUnsigned visible prototypes-----------*/ | /*---------------------------Python BPy_UnaryFunction0DUnsigned visible prototypes-----------*/ | ||||
| int UnaryFunction0DUnsigned_Init(PyObject *module); | int UnaryFunction0DUnsigned_Init(PyObject *module); | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||