Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
enum.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 : enum.fw
37 // file : include/CGAL/enum.h
38 // package : Kernel_basic (3.14)
39 // revision : 3.14
40 // revision_date : 15 Sep 2000
41 // author(s) : Stefan Schirra
42 //
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_ENUM_H
52 #define CGAL_ENUM_H
53 
55 
56 
57 enum Sign
58  {
59  NEGATIVE = -1,
62  };
63 
64 typedef Sign Orientation;
65 
68 
71 
75 
76 
77 
79  {
83  };
84 
85 
87  {
91  };
92 
93 
95  {
96  SMALLER = -1,
99  };
100 
102 
103 
104 #ifndef CGAL_FUNCTIONS_ON_ENUMS_H
105 #include <CGAL/functions_on_enums.h>
106 #endif // CGAL_FUNCTIONS_ON_ENUMS_H
107 
108 #endif // CGAL_ENUM_H
const Orientation CLOCKWISE
Definition: enum.h:69
Sign Orientation
Definition: enum.h:64
Definition: enum.h:59
const Orientation COUNTERCLOCKWISE
Definition: enum.h:70
const Orientation LEFTTURN
Definition: enum.h:66
Definition: enum.h:96
Sign
Definition: enum.h:57
Oriented_side
Definition: enum.h:78
Definition: enum.h:61
const Orientation DEGENERATE
Definition: enum.h:74
Comparison_result
Definition: enum.h:94
Bounded_side
Definition: enum.h:86
Definition: enum.h:98
Definition: enum.h:97
#define CGAL_BEGIN_NAMESPACE
Definition: kdtree_d.h:86
Definition: enum.h:60
const Orientation RIGHTTURN
Definition: enum.h:67
const Orientation COLLINEAR
Definition: enum.h:72
#define CGAL_END_NAMESPACE
Definition: kdtree_d.h:87
const Orientation COPLANAR
Definition: enum.h:73