GEOS  3.4.2
geos.h
00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2005 Refractions Research Inc.
00007  *
00008  * This is free software; you can redistribute and/or modify it under
00009  * the terms of the GNU Lesser General Public Licence as published
00010  * by the Free Software Foundation. 
00011  * See the COPYING file for more information.
00012  *
00013  **********************************************************************/
00014 
00015 #ifndef GEOS_H
00016 #define GEOS_H
00017 
00018 /*
00019  * \file geos.h
00020  * \brief
00021  * This file is intended as an include wrapper for client application.
00022  * It includes commonly needed GEOS headers.
00023  */
00024 
00025 #include <geos/version.h>
00026 #include <geos/geom.h>
00027 #include <geos/util.h>
00028 #include <geos/io.h>
00029 #include <geos/unload.h>
00030 
00032 namespace geos {
00033 }
00034 
00035 #endif