1// Include file to get vips C++ binding
5 This file is part of VIPS.
7 VIPS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU Lesser General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU Lesser General Public License for more details.
17 You should have received a copy of the GNU Lesser General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26 These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk
33#include <vips/version.h>
35#include <glib-object.h>
37/* Define VIPS_CPLUSPLUS_EXPORTS to build a DLL using MSVC.
40# ifdef VIPS_CPLUSPLUS_EXPORTS
41# define VIPS_CPLUSPLUS_API __declspec(dllexport)
43# define VIPS_CPLUSPLUS_API __declspec(dllimport)
46# define VIPS_CPLUSPLUS_API
49#define VIPS_NAMESPACE_START namespace vips {
50#define VIPS_NAMESPACE_END }
54#include "VInterpolate8.h"
55#include "VConnection8.h"
57#endif /*VIPS_CPLUSPLUS*/