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

Go to the source code of this file.

Functions

template<class T >
CGAL_BEGIN_NAMESPACEopposite (const T &t)
 
CGAL_TEMPLATE_NULL Sign opposite (const Sign &o)
 
CGAL_TEMPLATE_NULL Oriented_side opposite (const Oriented_side &os)
 
CGAL_TEMPLATE_NULL Bounded_side opposite (const Bounded_side &bs)
 

Function Documentation

CGAL_TEMPLATE_NULL Sign opposite ( const Sign o)
inline

Definition at line 73 of file functions_on_enums.h.

74 { return (Sign)(-(int)o); }
Sign
Definition: enum.h:57
CGAL_TEMPLATE_NULL Oriented_side opposite ( const Oriented_side os)
inline

Definition at line 79 of file functions_on_enums.h.

80 { return (Oriented_side)(-(int)os); }
Oriented_side
Definition: enum.h:78
CGAL_TEMPLATE_NULL Bounded_side opposite ( const Bounded_side bs)
inline

Definition at line 85 of file functions_on_enums.h.

86 { return (Bounded_side)(-(int)bs); }
Bounded_side
Definition: enum.h:86