TM2IN  0.5.1
Typedefs
cgal_config.h File Reference
#include <CGAL/Vector_3.h>
#include <CGAL/Point_3.h>
#include <CGAL/Plane_3.h>
#include <CGAL/Kernel/global_functions.h>
#include <CGAL/Origin.h>
#include <CGAL/Point_2.h>
#include <CGAL/Triangle_3.h>
#include <CGAL/Line_3.h>
#include <CGAL/Bbox_3.h>
#include <CGAL/Segment_2.h>
#include <CGAL/squared_distance_3.h>
#include <CGAL/enum.h>
#include <CGAL/Aff_transformation_3.h>
#include <CGAL/intersections.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/linear_least_squares_fitting_3.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_2.h>
#include <CGAL/Triangulation_vertex_base_with_info_2.h>
#include <CGAL/Polyhedron_incremental_builder_3.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Partition_traits_2.h>
#include <CGAL/partition_2.h>
#include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_mesh_processing/triangulate_hole.h>
Include dependency graph for cgal_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel
 
typedef CGAL::Aff_transformation_3< KernelTransformation
 
typedef Kernel::Point_2 Point_2
 
typedef Kernel::Point_3 Point_3
 
typedef Kernel::Vector_3 Vector_3
 
typedef Kernel::Vector_2 Vector_2
 
typedef Kernel::Plane_3 Plane_3
 
typedef Kernel::Triangle_3 Triangle_3
 
typedef Kernel::Line_3 Line_3
 
typedef Kernel::Segment_2 Segment_2
 
typedef Kernel::Segment_3 Segment_3
 
typedef Kernel::Intersect_2 Intersect_2
 
typedef Kernel::Intersect_3 Intersect_3
 
typedef CGAL::Bbox_3 Bbox_3
 
typedef CGAL::Triangulation_vertex_base_with_info_2< double, KernelVb
 
typedef CGAL::Triangulation_data_structure_2< VbTds
 
typedef CGAL::Delaunay_triangulation_2< Kernel, TdsDelaunay
 
typedef Delaunay::Point D_Point
 
typedef CGAL::Partition_traits_2< KernelTraits
 
typedef Traits::Polygon_2 Polygon_2
 
typedef Traits::Point_2 Polygon_Point_2
 

Typedef Documentation

typedef CGAL::Bbox_3 Bbox_3
typedef Delaunay::Point D_Point
typedef CGAL::Delaunay_triangulation_2<Kernel, Tds> Delaunay
typedef Kernel::Intersect_2 Intersect_2
typedef Kernel::Intersect_3 Intersect_3
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel
typedef Kernel::Line_3 Line_3
typedef Kernel::Plane_3 Plane_3
typedef Kernel::Point_2 Point_2
typedef Kernel::Point_3 Point_3
typedef Traits::Polygon_2 Polygon_2
typedef Kernel::Segment_2 Segment_2
typedef Kernel::Segment_3 Segment_3
typedef CGAL::Triangulation_data_structure_2<Vb> Tds
typedef CGAL::Partition_traits_2<Kernel> Traits
typedef CGAL::Aff_transformation_3<Kernel> Transformation
typedef Kernel::Triangle_3 Triangle_3
typedef CGAL::Triangulation_vertex_base_with_info_2<double, Kernel> Vb
typedef Kernel::Vector_2 Vector_2
typedef Kernel::Vector_3 Vector_3