#include <string>
#include <string.h>
#include "../include/se2/se2.h"
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Triangulation_vertex_base_with_info_2.h>
#include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/Boolean_set_operations_2.h>
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
#include <CGAL/Triangulation_face_base_with_info_2.h>
#include <CGAL/intersections.h>
#include <opencv2/opencv.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
|  | 
| typedef CGAL::Constrained_Delaunay_triangulation_2< K, TDS, Itag > | CDT | 
|  | 
| typedef CGAL::Constrained_triangulation_face_base_2< K, Fbb > | Fb | 
|  | 
| typedef CGAL::Triangulation_face_base_with_info_2< FaceInfo2, K > | Fbb | 
|  | 
| typedef CGAL::Exact_predicates_tag | Itag | 
|  | 
| typedef CGAL::Exact_predicates_inexact_constructions_kernel | K | 
|  | 
| typedef K::Point_2 | Point_2 | 
|  | 
| typedef CGAL::Polygon_2< K > | Polygon_2 | 
|  | 
| typedef CGAL::Polygon_with_holes_2< K > | Polygon_with_holes_2 | 
|  | 
| typedef std::list< Polygon_with_holes_2 > | Pwh_list_2 | 
|  | 
| typedef CGAL::Triangulation_data_structure_2< Vb, Fb > | TDS | 
|  | 
| typedef CGAL::Triangulation_vertex_base_2< K > | Vb | 
|  | 
◆ PI
◆ CDT
      
        
          | typedef CGAL::Constrained_Delaunay_triangulation_2<K, TDS, Itag> CDT | 
      
 
 
◆ Fb
      
        
          | typedef CGAL::Constrained_triangulation_face_base_2<K, Fbb> Fb | 
      
 
 
◆ Fbb
      
        
          | typedef CGAL::Triangulation_face_base_with_info_2<FaceInfo2, K> Fbb | 
      
 
 
◆ Itag
      
        
          | typedef CGAL::Exact_predicates_tag Itag | 
      
 
 
      
        
          | typedef CGAL::Exact_predicates_inexact_constructions_kernel K | 
      
 
 
◆ Point_2
◆ Polygon_2
◆ Polygon_with_holes_2
◆ Pwh_list_2
◆ TDS
      
        
          | typedef CGAL::Triangulation_data_structure_2<Vb, Fb> TDS | 
      
 
 
◆ Vb
      
        
          | typedef CGAL::Triangulation_vertex_base_2<K> Vb | 
      
 
 
◆ cdt_obj_path
      
        
          | const std::string cdt_obj_path = "cdt.obj" | 
      
 
 
◆ cdt_off_path
      
        
          | const std::string cdt_off_path = "cdt.off" | 
      
 
 
◆ communicateFile
      
        
          | const std::string communicateFile = "communication" | 
      
 
 
◆ compactParam
◆ domainFilePath
      
        
          | const std::string domainFilePath = "domain" | 
      
 
 
◆ g_angleDifference
◆ g_camera_height
◆ g_camTrajectories
      
        
          | std::vector<std::vector<iro::SE2> > g_camTrajectories | 
      
 
 
◆ g_distance_step
◆ g_fpInterpolation
◆ g_plan_iteration
◆ g_rbtTrajectories
      
        
          | std::vector<std::vector<Point_2> > g_rbtTrajectories | 
      
 
 
◆ g_scene_boundary
      
        
          | std::vector<cv::Point> g_scene_boundary | 
      
 
 
◆ holeFilePath
      
        
          | const std::string holeFilePath = "hole" | 
      
 
 
◆ poly_diff
      
        
          | const std::string poly_diff = "devel_isolated/co_scan/lib/co_scan/poly_diff" | 
      
 
 
◆ resultFilePath
      
        
          | const std::string resultFilePath = "diff_result" |