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