Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
simple_cartesian_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
// release : CGAL-2.2
33
// release_date : 2000, September 30
34
//
35
// source : Simple_cartesian.lw
36
// file : include/CGAL/SimpleCartesian/simple_cartesian_classes.h
37
// package : S2 (1.7)
38
// revision : 1.7
39
// revision_date : 11 Aug 2000
40
// author(s) : Stefan Schirra
41
//
42
// coordinator : MPI, Saarbruecken
43
// email : contact@cgal.org
44
// www : http://www.cgal.org
45
//
46
// ======================================================================
47
48
#ifndef CGAL_SIMPLE_CARTESIAN_CLASSES_H
49
#define CGAL_SIMPLE_CARTESIAN_CLASSES_H
50
#include <
CGAL/basic_classes.h
>
51
52
CGAL_BEGIN_NAMESPACE
53
54
template
<
class
FT >
class
PointS2
;
55
template
<
class
FT >
class
VectorS2
;
56
template
<
class
FT >
class
DirectionS2
;
57
template
<
class
FT >
class
LineS2
;
58
template
<
class
FT >
class
RayS2
;
59
template
<
class
FT >
class
SegmentS2
;
60
template
<
class
FT >
class
TriangleS2
;
61
template
<
class
FT >
class
CircleS2
;
62
template
<
class
FT >
class
ParabolaS2
;
63
template
<
class
FT >
class
Parabola_arcS2
;
64
template
<
class
PT,
class
DA >
class
ConicCPA2
;
65
template
<
class
FT >
class
Iso_rectangleS2
;
66
template
<
class
FT >
class
Iso_cuboidS3
;
67
template
<
class
FT >
class
Aff_transformation_baseS2
;
68
template
<
class
R >
class
Aff_transformation_base_2
;
69
template
<
class
FT >
class
Aff_transformationS2
;
70
71
template
<
class
FT >
class
PlaneS3
;
72
template
<
class
FT >
class
PointS3
;
73
template
<
class
FT >
class
VectorS3
;
74
template
<
class
FT >
class
DirectionS3
;
75
template
<
class
FT >
class
LineS3
;
76
template
<
class
FT >
class
RayS3
;
77
template
<
class
FT >
class
SegmentS3
;
78
template
<
class
FT >
class
TriangleS3
;
79
template
<
class
FT >
class
TetrahedronS3
;
80
template
<
class
FT >
class
SphereS3
;
81
template
<
class
FT >
class
Aff_transformationS3
;
82
83
template
<
class
FT >
class
PointCd
;
84
85
CGAL_END_NAMESPACE
86
87
#endif // CGAL_SIMPLE_CARTESIAN_CLASSES_H
SphereS3
Definition:
simple_cartesian_classes.h:80
DirectionS2
Definition:
DirectionS2.h:59
PointS2
Definition:
CGAL/include/CGAL/SimpleCartesian/PointS2.h:58
Aff_transformationS3
Definition:
Aff_transformationS3.h:65
VectorS2
Definition:
simple_cartesian_classes.h:55
TriangleS3
Definition:
simple_cartesian_classes.h:78
RayS2
Definition:
RayS2.h:60
SegmentS3
Definition:
SegmentS3.h:61
Aff_transformation_base_2
Definition:
simple_cartesian_classes.h:68
PlaneS3
Definition:
PlaneS3.h:61
Aff_transformationS2
Definition:
Aff_transformationS2.h:690
TriangleS2
Definition:
simple_cartesian_classes.h:60
ParabolaS2
Definition:
simple_cartesian_classes.h:62
TetrahedronS3
Definition:
simple_cartesian_classes.h:79
PointS3
Definition:
CGAL/include/CGAL/SimpleCartesian/PointS3.h:68
VectorS3
Definition:
simple_cartesian_classes.h:73
SegmentS2
Definition:
SegmentS2.h:59
LineS2
Definition:
LineS2.h:62
PointCd
Definition:
cartesian_classes.h:90
basic_classes.h
Aff_transformation_baseS2
Definition:
simple_cartesian_classes.h:67
RayS3
Definition:
RayS3.h:59
CGAL_BEGIN_NAMESPACE
#define CGAL_BEGIN_NAMESPACE
Definition:
kdtree_d.h:86
Iso_cuboidS3
Definition:
simple_cartesian_classes.h:66
CircleS2
Definition:
simple_cartesian_classes.h:61
CGAL_END_NAMESPACE
#define CGAL_END_NAMESPACE
Definition:
kdtree_d.h:87
Parabola_arcS2
Definition:
simple_cartesian_classes.h:63
LineS3
Definition:
LineS3.h:59
Iso_rectangleS2
Definition:
simple_cartesian_classes.h:65
ConicCPA2
Definition:
cartesian_classes.h:73
DirectionS3
Definition:
DirectionS3.h:59
Rocface
CGAL
include
CGAL
SimpleCartesian
simple_cartesian_classes.h
Generated on Wed Nov 30 2016 16:56:19 for Rocstar by
1.8.5