BWAPI
Classes | Namespaces | Defines | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h File Reference
#include <CGAL/tags.h>
#include <CGAL/Handle.h>
#include <CGAL/Uncertain.h>
#include <CGAL/certified_numeric_predicates.h>
#include <CGAL/Quotient.h>
#include <CGAL/certified_quotient_predicates.h>
#include <CGAL/Unfiltered_predicate_adaptor.h>
#include <CGAL/Filtered_predicate.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <boost/tuple/tuple.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/optional/optional.hpp>
#include <boost/none.hpp>
Include dependency graph for Straight_skeleton_builder_traits_2_aux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CGAL_SS_i::Is_filtering_kernel< K >
struct  CGAL_SS_i::Is_filtering_kernel< Exact_predicates_inexact_constructions_kernel >
class  CGAL_SS_i::Exceptionless_filtered_construction< AC, EC, FC, C2E, C2F, E2C, F2C, Protection >
class  CGAL_SS_i::Rational< NT >
class  CGAL_SS_i::Trisegment_2< K >
struct  CGAL_SS_i::Functor_base_2< K >
struct  CGAL_SS_i::SS_converter< Converter >

Namespaces

namespace  CGAL_SS_i

Defines

#define CGAL_STRAIGHT_SKELETON_CREATE_FUNCTOR_ADAPTER(functor)

Functions

template<class T >
T const & CGAL_SS_i::validate (boost::optional< T > const &o)
template<class NT >
NT const & CGAL_SS_i::validate (NT const &n)
template<class T >
optional< T > CGAL_SS_i::cgal_make_optional (T const &v)
template<class T >
optional< T > CGAL_SS_i::cgal_make_optional (bool cond, T const &v)

Define Documentation

Value:
template<class K> \
        typename K :: functor functor ( K const& aK ) \
        { \
          return aK.get((typename K :: functor const*)0);  \
        }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines