BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/spatial_sort.h File Reference
#include <CGAL/basic.h>
#include <CGAL/Hilbert_sort_2.h>
#include <CGAL/Hilbert_sort_3.h>
#include <CGAL/Multiscale_sort.h>
Include dependency graph for spatial_sort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CGALi

Functions

template<class RandomAccessIterator , class Kernel >
void CGALi::spatial_sort (RandomAccessIterator begin, RandomAccessIterator end, const Kernel &k, typename Kernel::Point_2 *)
template<class RandomAccessIterator , class Kernel >
void CGALi::spatial_sort (RandomAccessIterator begin, RandomAccessIterator end, const Kernel &k, typename Kernel::Point_3 *)
template<class RandomAccessIterator , class Kernel >
void spatial_sort (RandomAccessIterator begin, RandomAccessIterator end, const Kernel &k)
template<class RandomAccessIterator >
void spatial_sort (RandomAccessIterator begin, RandomAccessIterator end)

Function Documentation

template<class RandomAccessIterator , class Kernel >
void spatial_sort ( RandomAccessIterator  begin,
RandomAccessIterator  end,
const Kernel k 
)

Here is the call graph for this function:

template<class RandomAccessIterator >
void spatial_sort ( RandomAccessIterator  begin,
RandomAccessIterator  end 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines