Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
user_classes.h
Go to the documentation of this file.
1 // ======================================================================
2 //
3 // Copyright (c) 1999 The CGAL Consortium
4 
5 // This software and related documentation is part of the Computational
6 // Geometry Algorithms Library (CGAL).
7 // This software and documentation is provided "as-is" and without warranty
8 // of any kind. In no event shall the CGAL Consortium be liable for any
9 // damage of any kind.
10 //
11 // Every use of CGAL requires a license.
12 //
13 // Academic research and teaching license
14 // - For academic research and teaching purposes, permission to use and copy
15 // the software and its documentation is hereby granted free of charge,
16 // provided that it is not a component of a commercial product, and this
17 // notice appears in all copies of the software and related documentation.
18 //
19 // Commercial licenses
20 // - A commercial license is available through Algorithmic Solutions, who also
21 // markets LEDA (http://www.algorithmic-solutions.de).
22 // - Commercial users may apply for an evaluation license by writing to
23 // Algorithmic Solutions (contact@algorithmic-solutions.com).
24 //
25 // The CGAL Consortium consists of Utrecht University (The Netherlands),
26 // ETH Zurich (Switzerland), Free University of Berlin (Germany),
27 // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
28 // (Germany), Max-Planck-Institute Saarbrucken (Germany), RISC Linz (Austria),
29 // and Tel-Aviv University (Israel).
30 //
31 // ----------------------------------------------------------------------
32 //
33 // release : CGAL-2.2
34 // release_date : 2000, September 30
35 //
36 // source : user_classes.fw
37 // file : include/CGAL/user_classes.h
38 // package : Kernel_basic (3.14)
39 // revision : 3.14
40 // revision_date : 15 Sep 2000
41 // author(s) : Andreas Fabri
42 // Stefan Schirra
43 //
44 // coordinator : MPI, Saarbruecken (<Stefan.Schirra>)
45 // email : contact@cgal.org
46 // www : http://www.cgal.org
47 //
48 // ======================================================================
49 
50 
51 #ifndef CGAL_USER_CLASSES_H
52 #define CGAL_USER_CLASSES_H
53 
55 
56 template < class R >
57 class Point_2;
58 
59 template < class R >
60 class Vector_2;
61 
62 template < class R >
63 class Direction_2;
64 
65 template < class R >
66 class Line_2;
67 
68 template < class R >
69 class Ray_2;
70 
71 template < class R >
72 class Segment_2;
73 
74 template < class R >
75 class Triangle_2;
76 
77 template < class R >
78 class Iso_rectangle_2;
79 
80 template < class R >
81 class Circle_2;
82 
83 template < class R >
85 
86 template < class R >
88 
89 template < class R >
91 
92 template < class R >
93 class Plane_3;
94 
95 template < class FT >
96 class Point_3;
97 
98 template < class FT >
99 class Vector_3;
100 
101 template < class FT >
102 class Direction_3;
103 
104 template < class R >
105 class Line_3;
106 
107 template < class FT >
108 class Ray_3;
109 
110 template < class FT >
111 class Segment_3;
112 
113 template < class FT >
114 class Triangle_3;
115 
116 template < class FT >
117 class Tetrahedron_3;
118 
119 template < class R >
120 class Iso_cuboid_3;
121 
122 template < class R >
123 class Sphere_3;
124 
125 // template < class R >
126 // class Vector_2_rft_wrapper;
127 //
128 // template < class R >
129 // class Vector_3_rft_wrapper;
130 
131 template < class R>
132 class Point_d;
134 
135 #endif // CGAL_USER_CLASSES_H
#define CGAL_BEGIN_NAMESPACE
Definition: kdtree_d.h:86
Some basic geometric data types.
Definition: mapbasic.h:54
#define CGAL_END_NAMESPACE
Definition: kdtree_d.h:87