CGAL 5.1 - STL Extensions for CGAL
|
Classes | |
struct | CGAL::Compact |
struct | CGAL::Fast |
class | CGAL::Fourtuple< T > |
struct | CGAL::Location_policy< Tag > |
class | CGAL::Sixtuple< T > |
struct | CGAL::Boolean_tag< value > |
struct | CGAL::Null_functor |
struct | CGAL::Sequential_tag |
struct | CGAL::Parallel_tag |
struct | CGAL::Parallel_if_available_tag |
struct | CGAL::Null_tag |
class | CGAL::Threetuple< T > |
class | CGAL::Twotuple< T > |
class | CGAL::Uncertain< T > |
class | CGAL::Quadruple< T1, T2, T3, T4 > |
class | CGAL::Triple< T1, T2, T3 > |
Typedefs | |
typedef Location_policy< Compact > | CGAL::Compact_location |
typedef Location_policy< Fast > | CGAL::Fast_location |
typedef CGAL::Boolean_tag< false > | CGAL::Tag_false |
typedef CGAL::Boolean_tag< true > | CGAL::Tag_true |
typedef Location_policy<Compact> CGAL::Compact_location |
#include <CGAL/Location_policy.h>
A typedef to Location_policy<Compact>
.
Compact
Fast
Location_policy
Fast_location
typedef Location_policy<Fast> CGAL::Fast_location |
#include <CGAL/Location_policy.h>
A typedef to Location_policy<Fast>
.
Compact
Fast
Location_policy
Compact_location
typedef CGAL::Boolean_tag<false> CGAL::Tag_false |
#include <CGAL/tags.h>
The typedef Tag_false
is Boolean_tag<false>
. It is used to indicate, for example, that a certain feature is not available in a class.
CGAL::Boolean_tag<bool value>
CGAL::Tag_true
typedef CGAL::Boolean_tag<true> CGAL::Tag_true |
#include <CGAL/tags.h>
The typedef Tag_true
is Boolean_tag<true>
. It is used to indicate, for example, that a certain feature is available in a class.
CGAL::Boolean_tag<bool value>
CGAL::Tag_false