BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/barycenter.h File Reference
#include <CGAL/basic.h>
#include <iterator>
#include <CGAL/Kernel_traits.h>
#include <CGAL/Kernel/Dimension_utils.h>
#include <CGAL/Dimension.h>
Include dependency graph for barycenter.h:

Go to the source code of this file.

Functions

template<typename InputIterator , typename K >
CGAL_BEGIN_NAMESPACE
std::iterator_traits
< InputIterator >
::value_type::first_type 
barycenter (InputIterator begin, InputIterator end, const K &)
template<typename PointInputIterator , typename WeightInputIterator , typename K >
std::iterator_traits
< PointInputIterator >
::value_type 
barycenter (PointInputIterator begin, PointInputIterator end, WeightInputIterator wbegin, const K &)
template<typename InputIterator >
std::iterator_traits
< InputIterator >
::value_type::first_type 
barycenter (InputIterator begin, InputIterator end)
template<typename PointInputIterator , typename WeightInputIterator >
std::iterator_traits
< PointInputIterator >
::value_type 
barycenter (PointInputIterator begin, PointInputIterator end, WeightInputIterator wbegin, int)

Function Documentation

template<typename InputIterator , typename K >
CGAL_BEGIN_NAMESPACE std::iterator_traits<InputIterator>::value_type::first_type barycenter ( InputIterator  begin,
InputIterator  end,
const K &   
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename PointInputIterator , typename WeightInputIterator , typename K >
std::iterator_traits<PointInputIterator>::value_type barycenter ( PointInputIterator  begin,
PointInputIterator  end,
WeightInputIterator  wbegin,
const K &   
)

Here is the call graph for this function:

template<typename InputIterator >
std::iterator_traits<InputIterator>::value_type::first_type barycenter ( InputIterator  begin,
InputIterator  end 
) [inline]

Here is the call graph for this function:

template<typename PointInputIterator , typename WeightInputIterator >
std::iterator_traits<PointInputIterator>::value_type barycenter ( PointInputIterator  begin,
PointInputIterator  end,
WeightInputIterator  wbegin,
int   
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines