BWAPI
|
#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>
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) |
CGAL_BEGIN_NAMESPACE boost::optional< typename Traits::FT > compute_outer_frame_margin | ( | ForwardPointIterator | aBegin, |
ForwardPointIterator | aEnd, | ||
typename Traits::FT | aOffset, | ||
Traits const & | aTraits | ||
) |
boost::optional<FT> compute_outer_frame_margin | ( | ForwardPointIterator | aBegin, |
ForwardPointIterator | aEnd, | ||
FT | aOffset | ||
) |