1 #ifndef FREESTYLE_PYTHON_VIEWMAP_H
2 #define FREESTYLE_PYTHON_VIEWMAP_H
4 #include "../view_map/ViewMap.h"
10 ///////////////////////////////////////////////////////////////////////////////////////////
14 extern PyTypeObject ViewMap_Type;
16 #define BPy_ViewMap_Check(v) ( PyObject_IsInstance( (PyObject *) v, (PyObject *) &ViewMap_Type) )
18 /*---------------------------Python BPy_ViewMap structure definition----------*/
24 /*---------------------------Python BPy_ViewMap visible prototypes-----------*/
26 int ViewMap_Init( PyObject *module );
28 ///////////////////////////////////////////////////////////////////////////////////////////
34 #endif /* FREESTYLE_PYTHON_VIEWMAP_H */