GeoAlgo-TypeDef.h
Go to the documentation of this file.
1 //
2 // type-def file for ROOT
3 //
4 
5 #ifndef BASICTOOL_GEOALGO_TYPEDEF_H
6 #define BASICTOOL_GEOALGO_TYPEDEF_H
7 
8 // Header files included here
18 
19 //ADD_NEW_HEADER ... do not change this comment line
20 
21 // Class forward declaration here
22 namespace geoalgo {
23  class GeoAlgoException;
24  class Vector;
25  class Trajectory;
26  class HalfLine;
27  class Line;
28  class LineSegment;
29  class AABox;
30  class GeoAlgo;
31 
32  class GeoObjCollection;
33 }
34 
35 //ADD_EMPTY_CLASS ... do not change this comment line
36 #endif
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
Class def header for a class HalfLine.
Class def header for a class GeoAlgoException.
Class def header for a class Line.
Class def header for a class AABox.
Class def header for a class Point and Vector.
Class def header for a class GeoAlgo.
Class def header for a class Trajectory.
Class def header for a class LineSegment.