CellGPU  0.8.0
GPU-accelerated simulations of cells
Classes | Typedefs
DelaunayCGAL.h File Reference
#include "std_include.h"
#include "vector_types.h"
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Periodic_2_triangulation_filtered_traits_2.h>
#include <CGAL/Periodic_2_Delaunay_triangulation_2.h>
#include <CGAL/Triangulation_vertex_base_with_info_2.h>
#include <CGAL/Triangulation_2.h>
#include <CGAL/Delaunay_triangulation_2.h>
Include dependency graph for DelaunayCGAL.h:
This graph shows which files directly or indirectly include this file:

Classes

class  DelaunayCGAL
 Access the 2D periodic and non-periodic functionality of CGAL Delaunay triangulations. More...
 

Typedefs

typedef CGAL::Exact_predicates_inexact_constructions_kernel K
 
typedef CGAL::Periodic_2_triangulation_filtered_traits_2< K > GT
 
typedef CGAL::Periodic_2_triangulation_vertex_base_2< GT > Vb
 
typedef CGAL::Triangulation_vertex_base_with_info_2< int, GT, Vb > VbInfo
 
typedef CGAL::Periodic_2_triangulation_face_base_2< GT > Fb
 
typedef CGAL::Triangulation_data_structure_2< VbInfo, Fb > Tds
 
typedef CGAL::Periodic_2_Delaunay_triangulation_2< GT, Tds > PDT
 
typedef CGAL::Triangulation_vertex_base_with_info_2< int, K > NVb
 
typedef CGAL::Triangulation_data_structure_2< NVb > NTds
 
typedef CGAL::Delaunay_triangulation_2< K, NTds > Delaunay
 
typedef Delaunay::Point LPoint
 
typedef PDT::Point Point
 
typedef PDT::Iso_rectangle Iso_rectangle
 
typedef PDT::Vertex_handle Vertex_handle
 
typedef PDT::Locate_type Locate_type
 
typedef PDT::Face_handle Face_handle
 
typedef PDT::Vertex_circulator Vertex_circulator