#include "../../igl_inline.h"
#include <Eigen/Core>
#include "point_areas.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedP , typename DerivedI , typename DerivedN , typename DerivedA , typename DerivedT >  | 
| void  | igl::copyleft::cgal::point_areas (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedI > &I, const Eigen::MatrixBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedT > &T) | 
|   | Given a 3D set of points P, each with a list of k-nearest-neighbours, estimate the geodesic voronoi area associated with each point.  
  | 
|   | 
| template<typename DerivedP , typename DerivedI , typename DerivedN , typename DerivedA >  | 
| void  | igl::copyleft::cgal::point_areas (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedI > &I, const Eigen::MatrixBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedA > &A) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |