UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
structure.h
Go to the documentation of this file.
1 #ifndef UGDK_STRUCTURE_H_
2 #define UGDK_STRUCTURE_H_
3 
4 namespace ugdk {
5 namespace structure {
6 
7 typedef double Coordinate;
8 
9 template <int DIMENSIONS>
10 class Box;
11 
12 namespace ikdtree {
13  template <class T, int DIMENSIONS>
14  class IntervalKDTree;
15 
16  template <class T, int DIMENSIONS>
17  class Node;
18 
19  template <class T, int DIMENSIONS>
20  class Item;
21 }
22 
23 template<class T>
24 class IndexableTable;
25 
26 class VisualEffect;
27 struct Color;
28 
29 } // namespace structures
30 } // namespace ugdk
31 
32 #endif // UGDK_STRUCTURE_H_
Definition: animation.h:11
Definition: box.h:11
double Coordinate
Definition: structure.h:7