/* SPDX-License-Identifier: GPL-2.0-or-later */ /** \file * \ingroup freestyle */ #pragma once extern "C" { #include } #include "../view_map/Interface1D.h" #ifdef __cplusplus extern "C" { #endif /////////////////////////////////////////////////////////////////////////////////////////// extern PyTypeObject IntegrationType_Type; #define BPy_IntegrationType_Check(v) \ (PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type)) /*---------------------------Python BPy_IntegrationType visible prototypes-----------*/ int IntegrationType_Init(PyObject *module); /////////////////////////////////////////////////////////////////////////////////////////// #ifdef __cplusplus } #endif