BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/compute_outer_frame_margin.h File Reference
#include <vector>
#include <algorithm>
#include <boost/shared_ptr.hpp>
#include <boost/optional/optional.hpp>
#include <CGAL/algorithm.h>
#include <CGAL/Polygon_offset_builder_traits_2.h>
Include dependency graph for compute_outer_frame_margin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class ForwardPointIterator , class Traits >
CGAL_BEGIN_NAMESPACE
boost::optional< typename
Traits::FT > 
compute_outer_frame_margin (ForwardPointIterator aBegin, ForwardPointIterator aEnd, typename Traits::FT aOffset, Traits const &aTraits)
template<class ForwardPointIterator , class FT >
boost::optional< FT > compute_outer_frame_margin (ForwardPointIterator aBegin, ForwardPointIterator aEnd, FT aOffset)

Function Documentation

template<class ForwardPointIterator , class Traits >
CGAL_BEGIN_NAMESPACE boost::optional< typename Traits::FT > compute_outer_frame_margin ( ForwardPointIterator  aBegin,
ForwardPointIterator  aEnd,
typename Traits::FT  aOffset,
Traits const &  aTraits 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class ForwardPointIterator , class FT >
boost::optional<FT> compute_outer_frame_margin ( ForwardPointIterator  aBegin,
ForwardPointIterator  aEnd,
FT  aOffset 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines