SpatiumLib
idx.h
Go to the documentation of this file.
1 /*
2  * Program: Spatium Library
3  *
4  * Copyright (C) Martijn Koopman
5  * All Rights Reserved
6  *
7  * This software is distributed WITHOUT ANY WARRANTY; without even
8  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  * PURPOSE.
10  *
11  */
12 
13 #ifndef SPATIUMLIB_IDX_H
14 #define SPATIUMLIB_IDX_H
15 
16 #include "idx/Bounds.h"
17 #include "idx/Geometry.h"
18 #include "idx/Tree.h"
19 #include "idx/TreeIterator.h"
20 #include "idx/StringTree.h"
21 #include "idx/Quadtree.h"
22 
23 #endif // SPATIUMLIB_IDX_H