MEPP2 Project
Public Types | List of all members
CGAL::CGALPointSetNNSearch Struct Reference

#include <Graph_properties_cgal_point_set.h>

Collaboration diagram for CGAL::CGALPointSetNNSearch:
Collaboration graph

Public Types

using vertex_descriptor = boost::graph_traits< FEVV::CGALPointSet >::vertex_descriptor
 
using Traits_base = CGAL::Search_traits_3< FEVV::CGALPointSetKernel >
 
using Traits = CGAL::Search_traits_adapter< vertex_descriptor, FEVV::CGALPointSetPointMap, Traits_base >
 
using KdTree = CGAL::Kd_tree< Traits >
 
using KdTreePtr = std::unique_ptr< KdTree >
 

Detailed Description

Definition at line 60 of file Graph_properties_cgal_point_set.h.

Member Typedef Documentation

◆ KdTree

using CGAL::CGALPointSetNNSearch::KdTree = CGAL::Kd_tree< Traits >

Definition at line 69 of file Graph_properties_cgal_point_set.h.

◆ KdTreePtr

using CGAL::CGALPointSetNNSearch::KdTreePtr = std::unique_ptr< KdTree >

Definition at line 70 of file Graph_properties_cgal_point_set.h.

◆ Traits

Definition at line 66 of file Graph_properties_cgal_point_set.h.

◆ Traits_base

Definition at line 65 of file Graph_properties_cgal_point_set.h.

◆ vertex_descriptor

Definition at line 63 of file Graph_properties_cgal_point_set.h.


The documentation for this struct was generated from the following file: