GEOS  3.3.3
opValid.h
1 /**********************************************************************
2  * $Id: opValid.h 1820 2006-09-06 16:54:23Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2005-2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************/
16 
17 #ifndef GEOS_OPVALID_H
18 #define GEOS_OPVALID_H
19 
20 namespace geos {
21 namespace operation { // geos.operation
22 
24 namespace valid { // geos.operation.valid
25 
26 } // namespace geos.operation.valid
27 } // namespace geos.operation
28 } // namespace geos
29 
30 //#include <geos/operation/valid/ConnectedInteriorTester.h>
31 //#include <geos/operation/valid/ConsistentAreaTester.h>
32 #include <geos/operation/valid/IsValidOp.h>
33 //#include <geos/operation/valid/QuadtreeNestedRingTester.h>
34 //#include <geos/operation/valid/RepeatedPointTester.h>
35 //#include <geos/operation/valid/SimpleNestedRingTester.h>
36 //#include <geos/operation/valid/SweeplineNestedRingTester.h>
37 #include <geos/operation/valid/TopologyValidationError.h>
38 
39 #endif