Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
enum.h File Reference
Include dependency graph for enum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef Sign Orientation
 

Enumerations

enum  Sign { NEGATIVE = -1, ZERO, POSITIVE }
 
enum  Oriented_side { ON_NEGATIVE_SIDE = -1, ON_ORIENTED_BOUNDARY, ON_POSITIVE_SIDE }
 
enum  Bounded_side { ON_UNBOUNDED_SIDE = -1, ON_BOUNDARY, ON_BOUNDED_SIDE }
 
enum  Comparison_result { SMALLER = -1, EQUAL, LARGER }
 

Variables

const Orientation LEFTTURN = POSITIVE
 
const Orientation RIGHTTURN = NEGATIVE
 
const Orientation CLOCKWISE = NEGATIVE
 
const Orientation COUNTERCLOCKWISE = POSITIVE
 
const Orientation COLLINEAR = ZERO
 
const Orientation COPLANAR = ZERO
 
const Orientation DEGENERATE = ZERO
 

Typedef Documentation

typedef Sign Orientation

Definition at line 64 of file enum.h.

Enumeration Type Documentation

Enumerator
ON_UNBOUNDED_SIDE 
ON_BOUNDARY 
ON_BOUNDED_SIDE 

Definition at line 86 of file enum.h.

87  {
88  ON_UNBOUNDED_SIDE = -1,
91  };
Enumerator
SMALLER 
EQUAL 
LARGER 

Definition at line 94 of file enum.h.

95  {
96  SMALLER = -1,
97  EQUAL,
98  LARGER
99  };
Definition: enum.h:96
Definition: enum.h:98
Definition: enum.h:97
Enumerator
ON_NEGATIVE_SIDE 
ON_ORIENTED_BOUNDARY 
ON_POSITIVE_SIDE 

Definition at line 78 of file enum.h.

enum Sign
Enumerator
NEGATIVE 
ZERO 
POSITIVE 

Definition at line 57 of file enum.h.

58  {
59  NEGATIVE = -1,
60  ZERO,
61  POSITIVE
62  };
Definition: enum.h:59
Definition: enum.h:61
Definition: enum.h:60

Variable Documentation

const Orientation CLOCKWISE = NEGATIVE

Definition at line 69 of file enum.h.

const Orientation COPLANAR = ZERO

Definition at line 73 of file enum.h.

const Orientation COUNTERCLOCKWISE = POSITIVE

Definition at line 70 of file enum.h.

Referenced by DirectionS2< FT >::perpendicular(), and VectorS2< FT >::perpendicular().

const Orientation DEGENERATE = ZERO

Definition at line 74 of file enum.h.