#include "point_areas.h"
#include "delaunay_triangulation.h"
#include "../../colon.h"
#include "../../slice.h"
#include "../../slice_mask.h"
#include "../../parallel_for.h"
#include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
#include "CGAL/Triangulation_vertex_base_with_info_2.h"
#include "CGAL/Triangulation_data_structure_2.h"
#include "CGAL/Delaunay_triangulation_2.h"
Go to the source code of this file.
|
| typedef CGAL::Exact_predicates_inexact_constructions_kernel | Kernel |
| |
| typedef CGAL::Triangulation_vertex_base_with_info_2< unsigned int, Kernel > | Vb |
| |
| typedef CGAL::Triangulation_data_structure_2< Vb > | Tds |
| |
| typedef CGAL::Delaunay_triangulation_2< Kernel, Tds > | Delaunay |
| |
| typedef Kernel::Point_2 | Point |
| |
|
| template<typename DerivedP , typename DerivedI , typename DerivedN , typename DerivedA > |
| IGL_INLINE 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) |
| |
| template<typename DerivedP , typename DerivedI , typename DerivedN , typename DerivedA , typename DerivedT > |
| IGL_INLINE 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) |
| |
◆ Delaunay
◆ Kernel
| typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel |
◆ Point
| typedef Kernel::Point_2 Point |
◆ Tds
| typedef CGAL::Triangulation_data_structure_2<Vb> Tds |
◆ Vb
| typedef CGAL::Triangulation_vertex_base_with_info_2<unsigned int, Kernel> Vb |