├── .dockerignore ├── .gitignore ├── CMakeLists.txt ├── Dockerfile ├── LICENSE.txt ├── README.md ├── asset └── demo_office2.png ├── cmake └── FindEigen3.cmake ├── example └── bundle_fusion_example.cpp ├── include ├── BundleFusion.h ├── Bundler.h ├── CUDACache.h ├── CUDACacheUtil.h ├── CUDACameraUtil.h ├── CUDAImageCalibrator.h ├── CUDAImageManager.h ├── CUDAImageUtil.h ├── ConditionManager.h ├── CorrespondenceEvaluator.h ├── DepthSensing │ ├── BitArray.h │ ├── CUDADepthCameraParams.h │ ├── CUDAHashParams.h │ ├── CUDAHistogramHashSDF.h │ ├── CUDAImageHelper.h │ ├── CUDAMarchingCubesHashSDF.h │ ├── CUDARayCastParams.h │ ├── CUDARayCastSDF.h │ ├── CUDAScan.h │ ├── CUDASceneRepChunkGrid.h │ ├── CUDASceneRepHashSDF.h │ ├── CameraParams.h │ ├── DepthCameraUtil.h │ ├── MarchingCubesSDFUtil.h │ ├── RayCastSDFUtil.h │ ├── StdOutputLogger.h │ ├── Tables.h │ ├── TimingLogDepthSensing.h │ ├── Util.h │ └── VoxelUtilHashSDF.h ├── DualGPU.h ├── FreeImage │ ├── FreeImage │ │ └── FreeImage.h │ └── include │ │ ├── ANN │ │ └── ANN.h │ │ ├── AntTweakBar.h │ │ ├── CGAL │ │ ├── AABB_face_graph_triangle_primitive.h │ │ ├── AABB_halfedge_graph_segment_primitive.h │ │ ├── AABB_intersections.h │ │ ├── AABB_polyhedral_oracle.h │ │ ├── AABB_polyhedron_segment_primitive.h │ │ ├── AABB_polyhedron_triangle_primitive.h │ │ ├── AABB_primitive.h │ │ ├── AABB_segment_primitive.h │ │ ├── AABB_traits.h │ │ ├── AABB_tree.h │ │ ├── AABB_triangle_primitive.h │ │ ├── Aff_transformation_2.h │ │ ├── Aff_transformation_3.h │ │ ├── Algebraic_extension_traits.h │ │ ├── Algebraic_kernel_converter.h │ │ ├── Algebraic_kernel_d │ │ │ ├── Algebraic_curve_kernel_2.h │ │ │ ├── Algebraic_real_d_1.h │ │ │ ├── Algebraic_real_quadratic_refinement_rep_bfi.h │ │ │ ├── Algebraic_real_rep.h │ │ │ ├── Algebraic_real_rep_bfi.h │ │ │ ├── Bitstream_coefficient_kernel.h │ │ │ ├── Bitstream_coefficient_kernel_at_alpha.h │ │ │ ├── Bitstream_descartes.h │ │ │ ├── Bitstream_descartes_E08_tree.h │ │ │ ├── Bitstream_descartes_rndl_tree.h │ │ │ ├── Bitstream_descartes_rndl_tree_traits.h │ │ │ ├── Curve_analysis_2.h │ │ │ ├── Curve_pair_analysis_2.h │ │ │ ├── Descartes.h │ │ │ ├── Event_line_builder.h │ │ │ ├── Float_traits.h │ │ │ ├── Interval_evaluate_1.h │ │ │ ├── Interval_evaluate_2.h │ │ │ ├── LRU_hashed_map.h │ │ │ ├── Real_embeddable_extension.h │ │ │ ├── Real_roots.h │ │ │ ├── Shear_controller.h │ │ │ ├── Shear_transformation.h │ │ │ ├── Status_line_CA_1.h │ │ │ ├── Status_line_CPA_1.h │ │ │ ├── Xy_coordinate_2.h │ │ │ ├── algebraic_curve_kernel_2_tools.h │ │ │ ├── bound_between_1.h │ │ │ ├── construct_binary.h │ │ │ ├── enums.h │ │ │ ├── exceptions.h │ │ │ ├── flags.h │ │ │ ├── macros.h │ │ │ ├── refine_zero_against.h │ │ │ ├── shear.h │ │ │ └── univariate_polynomial_utils.h │ │ ├── Algebraic_kernel_d_1.h │ │ ├── Algebraic_kernel_d_2.h │ │ ├── Algebraic_kernel_for_circles │ │ │ ├── function_objects_on_roots_and_polynomials_2_2.h │ │ │ ├── internal_functions_comparison_root_for_circles_2_2.h │ │ │ ├── internal_functions_on_roots_and_polynomial_1_2_and_2_2.h │ │ │ └── internal_functions_on_roots_and_polynomials_2_2.h │ │ ├── Algebraic_kernel_for_circles_2_2.h │ │ ├── Algebraic_kernel_for_spheres │ │ │ ├── function_objects_on_roots_and_polynomials_2_3.h │ │ │ ├── internal_functions_comparison_root_for_spheres_2_3.h │ │ │ ├── internal_functions_on_roots_and_polynomial_1_3_and_2_3.h │ │ │ ├── internal_functions_on_roots_and_polynomials_1_3.h │ │ │ └── internal_functions_on_roots_and_polynomials_2_3.h │ │ ├── Algebraic_kernel_for_spheres_2_3.h │ │ ├── Algebraic_kernel_rs_gmpq_d_1.h │ │ ├── Algebraic_kernel_rs_gmpz_d_1.h │ │ ├── Algebraic_structure_traits.h │ │ ├── Alpha_shape_2.h │ │ ├── Alpha_shape_3.h │ │ ├── Alpha_shape_cell_base_3.h │ │ ├── Alpha_shape_euclidean_traits_2.h │ │ ├── Alpha_shape_euclidean_traits_3.h │ │ ├── Alpha_shape_face_base_2.h │ │ ├── Alpha_shape_vertex_base_2.h │ │ ├── Alpha_shape_vertex_base_3.h │ │ ├── Apollonius_graph_2.h │ │ ├── Apollonius_graph_2 │ │ │ ├── Apollonius_graph_2_impl.h │ │ │ ├── Apollonius_graph_hierarchy_2_impl.h │ │ │ ├── Bounded_side_of_ccw_circle_C2.h │ │ │ ├── Compare_weight_2.h │ │ │ ├── Compare_x_2.h │ │ │ ├── Compare_y_2.h │ │ │ ├── Constructions_C2.h │ │ │ ├── Constructions_ftC2.h │ │ │ ├── Constructions_rtH2.h │ │ │ ├── Finite_edge_test8_C2.h │ │ │ ├── Finite_edge_test_C2.h │ │ │ ├── Incircle8_C2.h │ │ │ ├── Incircle_C2.h │ │ │ ├── Infinite_edge_test_C2.h │ │ │ ├── Is_degenerate_edge_C2.h │ │ │ ├── Is_hidden_C2.h │ │ │ ├── Kernel_wrapper_2.h │ │ │ ├── Orientation8_C2.h │ │ │ ├── Orientation_2.h │ │ │ ├── Oriented_side_of_bisector_C2.h │ │ │ ├── Predicate_constructions_C2.h │ │ │ ├── Predicates_C2.h │ │ │ ├── Traits_wrapper_2.h │ │ │ ├── basic.h │ │ │ ├── check_filter.h │ │ │ ├── comparator_profiler.h │ │ │ ├── compare_quadratic.h │ │ │ ├── predicate_profiler.h │ │ │ └── uncertain │ │ │ │ ├── Apollonius_graph_uncertain_filtered_traits_2.h │ │ │ │ ├── Uncertain_is_hidden_C2.h │ │ │ │ ├── Uncertain_oriented_side_of_bisector_C2.h │ │ │ │ ├── Uncertain_vertex_conflict_2.h │ │ │ │ └── uncertain_functions_on_signs.h │ │ ├── Apollonius_graph_adaptation_policies_2.h │ │ ├── Apollonius_graph_adaptation_traits_2.h │ │ ├── Apollonius_graph_data_structure_2.h │ │ ├── Apollonius_graph_filtered_traits_2.h │ │ ├── Apollonius_graph_hierarchy_2.h │ │ ├── Apollonius_graph_hierarchy_vertex_base_2.h │ │ ├── Apollonius_graph_traits_2.h │ │ ├── Apollonius_graph_vertex_base_2.h │ │ ├── Apollonius_site_2.h │ │ ├── Approximate_min_ellipsoid_d.h │ │ ├── Approximate_min_ellipsoid_d │ │ │ ├── Approximate_min_ellipsoid_d_configure.h │ │ │ ├── Approximate_min_ellipsoid_d_debug.h │ │ │ ├── Approximate_min_ellipsoid_d_impl.h │ │ │ ├── Khachiyan_approximation.h │ │ │ └── Khachiyan_approximation_impl.h │ │ ├── Approximate_min_ellipsoid_d_traits_2.h │ │ ├── Approximate_min_ellipsoid_d_traits_3.h │ │ ├── Approximate_min_ellipsoid_d_traits_d.h │ │ ├── Arithmetic_kernel.h │ │ ├── Arithmetic_kernel │ │ │ └── Arithmetic_kernel_base.h │ │ ├── Arr_Bezier_curve_traits_2.h │ │ ├── Arr_accessor.h │ │ ├── Arr_algebraic_segment_traits_2.h │ │ ├── Arr_batched_point_location.h │ │ ├── Arr_bounded_planar_topology_traits_2.h │ │ ├── Arr_circle_segment_traits_2.h │ │ ├── Arr_circular_arc_traits_2.h │ │ ├── Arr_circular_line_arc_traits_2.h │ │ ├── Arr_conic_traits_2.h │ │ ├── Arr_consolidated_curve_data_traits_2.h │ │ ├── Arr_counting_traits_2.h │ │ ├── Arr_curve_data_traits_2.h │ │ ├── Arr_dcel_base.h │ │ ├── Arr_default_dcel.h │ │ ├── Arr_default_overlay_traits.h │ │ ├── Arr_enums.h │ │ ├── Arr_extended_dcel.h │ │ ├── Arr_face_index_map.h │ │ ├── Arr_face_map.h │ │ ├── Arr_geodesic_arc_on_sphere_partition_traits_2.h │ │ ├── Arr_geodesic_arc_on_sphere_traits_2.h │ │ ├── Arr_geometry_traits │ │ │ ├── Arr_plane_3.h │ │ │ ├── Bezier_bounding_rational_traits.h │ │ │ ├── Bezier_cache.h │ │ │ ├── Bezier_curve_2.h │ │ │ ├── Bezier_point_2.h │ │ │ ├── Bezier_x_monotone_2.h │ │ │ ├── Circle_segment_2.h │ │ │ ├── Conic_arc_2.h │ │ │ ├── Conic_intersections_2.h │ │ │ ├── Conic_point_2.h │ │ │ ├── Conic_x_monotone_arc_2.h │ │ │ ├── Consolidated_curve_data_aux.h │ │ │ ├── Curve_data_aux.h │ │ │ ├── Hyperbolic_arc_2.h │ │ │ ├── Polyline_2.h │ │ │ ├── Rational_arc_2.h │ │ │ ├── Segment_assertions.h │ │ │ └── de_Casteljau_2.h │ │ ├── Arr_landmarks_point_location.h │ │ ├── Arr_line_arc_traits_2.h │ │ ├── Arr_linear_traits_2.h │ │ ├── Arr_naive_point_location.h │ │ ├── Arr_non_caching_segment_basic_traits_2.h │ │ ├── Arr_non_caching_segment_traits_2.h │ │ ├── Arr_observer.h │ │ ├── Arr_overlay.h │ │ ├── Arr_overlay_2.h │ │ ├── Arr_point_location │ │ │ ├── Arr_batched_point_location_traits_2.h │ │ │ ├── Arr_landmarks_pl_impl.h │ │ │ ├── Arr_lm_generator_base.h │ │ │ ├── Arr_lm_grid_generator.h │ │ │ ├── Arr_lm_halton_generator.h │ │ │ ├── Arr_lm_middle_edges_generator.h │ │ │ ├── Arr_lm_nearest_neighbor.h │ │ │ ├── Arr_lm_random_generator.h │ │ │ ├── Arr_lm_specified_points_generator.h │ │ │ ├── Arr_lm_vertices_generator.h │ │ │ ├── Arr_naive_point_location_impl.h │ │ │ ├── Arr_simple_point_location_impl.h │ │ │ ├── Arr_trapezoid_ric_pl_impl.h │ │ │ ├── Arr_triangulation_pl_functions.h │ │ │ ├── Arr_triangulation_pl_impl.h │ │ │ ├── Arr_walk_along_line_pl_impl.h │ │ │ ├── Td_X_trapezoid.h │ │ │ ├── Td_active_edge.h │ │ │ ├── Td_active_fictitious_vertex.h │ │ │ ├── Td_active_trapezoid.h │ │ │ ├── Td_active_vertex.h │ │ │ ├── Td_dag.h │ │ │ ├── Td_dag_node.h │ │ │ ├── Td_inactive_edge.h │ │ │ ├── Td_inactive_fictitious_vertex.h │ │ │ ├── Td_inactive_trapezoid.h │ │ │ ├── Td_inactive_vertex.h │ │ │ ├── Td_ninetuple.h │ │ │ ├── Td_predicates.h │ │ │ ├── Td_traits.h │ │ │ ├── Td_traits_functions.h │ │ │ ├── Trapezoidal_decomposition_2.h │ │ │ ├── Trapezoidal_decomposition_2_impl.h │ │ │ ├── Trapezoidal_decomposition_2_iostream.h │ │ │ └── Trapezoidal_decomposition_2_misc.h │ │ ├── Arr_point_location_result.h │ │ ├── Arr_polyline_traits_2.h │ │ ├── Arr_rat_arc │ │ │ ├── Algebraic_point_2.h │ │ │ ├── Base_rational_arc_ds_1.h │ │ │ ├── Cache.h │ │ │ ├── Rational_arc_d_1.h │ │ │ ├── Rational_function.h │ │ │ ├── Rational_function_canonicalized_pair.h │ │ │ ├── Rational_function_ordered_pair.h │ │ │ ├── Rational_function_pair.h │ │ │ └── Singleton.h │ │ ├── Arr_rational_function_traits_2.h │ │ ├── Arr_segment_traits_2.h │ │ ├── Arr_simple_point_location.h │ │ ├── Arr_spherical_gaussian_map_3 │ │ │ ├── Arr_on_sphere_transformation.h │ │ │ ├── Arr_polyhedral_sgm.h │ │ │ ├── Arr_polyhedral_sgm_arr_dcel.h │ │ │ ├── Arr_polyhedral_sgm_initializer_visitor.h │ │ │ ├── Arr_polyhedral_sgm_overlay.h │ │ │ ├── Arr_polyhedral_sgm_polyhedron_3.h │ │ │ ├── Arr_polyhedral_sgm_traits.h │ │ │ ├── Arr_polyhedral_sgm_transformation.h │ │ │ ├── Arr_spherical_gaussian_map_3.h │ │ │ └── Arr_transform_on_sphere.h │ │ ├── Arr_spherical_topology_traits_2.h │ │ ├── Arr_tags.h │ │ ├── Arr_topology_traits │ │ │ ├── Arr_bounded_planar_batched_pl_helper.h │ │ │ ├── Arr_bounded_planar_construction_helper.h │ │ │ ├── Arr_bounded_planar_insertion_helper.h │ │ │ ├── Arr_bounded_planar_overlay_helper.h │ │ │ ├── Arr_bounded_planar_topology_traits_2_impl.h │ │ │ ├── Arr_bounded_planar_vert_decomp_helper.h │ │ │ ├── Arr_inc_insertion_zone_visitor.h │ │ │ ├── Arr_planar_topology_traits_base_2.h │ │ │ ├── Arr_spherical_batched_pl_helper.h │ │ │ ├── Arr_spherical_construction_helper.h │ │ │ ├── Arr_spherical_insertion_helper.h │ │ │ ├── Arr_spherical_overlay_helper.h │ │ │ ├── Arr_spherical_topology_traits_2_impl.h │ │ │ ├── Arr_spherical_vert_decomp_helper.h │ │ │ ├── Arr_unb_planar_batched_pl_helper.h │ │ │ ├── Arr_unb_planar_construction_helper.h │ │ │ ├── Arr_unb_planar_insertion_helper.h │ │ │ ├── Arr_unb_planar_overlay_helper.h │ │ │ ├── Arr_unb_planar_topology_traits_2_impl.h │ │ │ └── Arr_unb_planar_vert_decomp_helper.h │ │ ├── Arr_tracing_traits_2.h │ │ ├── Arr_trapezoid_ric_point_location.h │ │ ├── Arr_triangulation_point_location.h │ │ ├── Arr_unb_planar_topology_traits_2.h │ │ ├── Arr_vertex_index_map.h │ │ ├── Arr_vertex_map.h │ │ ├── Arr_vertical_decomposition_2.h │ │ ├── Arr_walk_along_line_point_location.h │ │ ├── Arrangement_2.h │ │ ├── Arrangement_2 │ │ │ ├── Arr_compute_zone_visitor.h │ │ │ ├── Arr_default_planar_topology.h │ │ │ ├── Arr_do_intersect_zone_visitor.h │ │ │ ├── Arr_on_surface_with_history_2_impl.h │ │ │ ├── Arr_traits_adaptor_2.h │ │ │ ├── Arr_traits_adaptor_2_dispatching.h │ │ │ ├── Arr_with_history_accessor.h │ │ │ ├── Arrangement_2_iterators.h │ │ │ ├── Arrangement_on_surface_2_global.h │ │ │ ├── Arrangement_on_surface_2_impl.h │ │ │ ├── Arrangement_zone_2_impl.h │ │ │ ├── Open_hash.h │ │ │ └── arrangement_type_traits.h │ │ ├── Arrangement_on_surface_2.h │ │ ├── Arrangement_on_surface_with_history_2.h │ │ ├── Arrangement_with_history_2.h │ │ ├── Arrangement_zone_2.h │ │ ├── Barycentric_mapping_parameterizer_3.h │ │ ├── Basic_sweep_line_2.h │ │ ├── Bbox_2.h │ │ ├── Bbox_2_Line_2_intersection.h │ │ ├── Bbox_2_Ray_2_intersection.h │ │ ├── Bbox_2_intersection.h │ │ ├── Bbox_3.h │ │ ├── Bigfloat_interval_traits.h │ │ ├── Boolean_set_operations_2.h │ │ ├── Boolean_set_operations_2 │ │ │ ├── Bso_internal_functions.h │ │ │ ├── Ccb_curve_iterator.h │ │ │ ├── Curve_with_halfedge.h │ │ │ ├── Gps_agg_meta_traits.h │ │ │ ├── Gps_agg_op.h │ │ │ ├── Gps_agg_op_sweep.h │ │ │ ├── Gps_agg_op_visitor.h │ │ │ ├── Gps_base_functor.h │ │ │ ├── Gps_bfs_base_visitor.h │ │ │ ├── Gps_bfs_intersection_visitor.h │ │ │ ├── Gps_bfs_join_visitor.h │ │ │ ├── Gps_bfs_scanner.h │ │ │ ├── Gps_bfs_xor_visitor.h │ │ │ ├── Gps_default_dcel.h │ │ │ ├── Gps_default_traits.h │ │ │ ├── Gps_difference_functor.h │ │ │ ├── Gps_do_intersect_functor.h │ │ │ ├── Gps_insertion_meta_traits.h │ │ │ ├── Gps_intersection_functor.h │ │ │ ├── Gps_join_functor.h │ │ │ ├── Gps_merge.h │ │ │ ├── Gps_on_surface_base_2.h │ │ │ ├── Gps_on_surface_base_2_impl.h │ │ │ ├── Gps_polygon_simplifier.h │ │ │ ├── Gps_polygon_validation.h │ │ │ ├── Gps_simplifier_traits.h │ │ │ ├── Gps_sym_diff_functor.h │ │ │ ├── Gps_traits_adaptor.h │ │ │ ├── Gps_traits_decorator.h │ │ │ ├── Point_with_vertex.h │ │ │ └── Polygon_2_curve_iterator.h │ │ ├── Bounded_kernel.h │ │ ├── Box_intersection_d │ │ │ ├── Box_d.h │ │ │ ├── Box_traits_d.h │ │ │ ├── Box_with_handle_d.h │ │ │ ├── box_limits.h │ │ │ └── segment_tree.h │ │ ├── CC_safe_handle.h │ │ ├── CGAL_Ipelet_base.h │ │ ├── CGAL_Ipelet_base_v6.h │ │ ├── CGAL_Ipelet_base_v7.h │ │ ├── CORE │ │ │ ├── BigFloat.h │ │ │ ├── BigFloatRep.h │ │ │ ├── BigInt.h │ │ │ ├── BigRat.h │ │ │ ├── CORE.h │ │ │ ├── Config.h │ │ │ ├── CoreAux.h │ │ │ ├── CoreDefs.h │ │ │ ├── Expr.h │ │ │ ├── ExprRep.h │ │ │ ├── Filter.h │ │ │ ├── Gmp.h │ │ │ ├── Impl.h │ │ │ ├── MemoryPool.h │ │ │ ├── Promote.h │ │ │ ├── Real.h │ │ │ ├── RealRep.h │ │ │ ├── RefCount.h │ │ │ ├── Timer.h │ │ │ ├── extLong.h │ │ │ ├── geom2d │ │ │ │ ├── circle2d.h │ │ │ │ ├── line2d.h │ │ │ │ ├── point2d.h │ │ │ │ └── segment2d.h │ │ │ ├── geom3d │ │ │ │ ├── line3d.h │ │ │ │ ├── plane3d.h │ │ │ │ ├── point3d.h │ │ │ │ ├── polygon3d.h │ │ │ │ ├── segment3d.h │ │ │ │ └── triangle3d.h │ │ │ ├── geombase.h │ │ │ ├── geometry2d.h │ │ │ ├── geometry3d.h │ │ │ ├── linearAlgebra.h │ │ │ └── poly │ │ │ │ ├── Curves.h │ │ │ │ ├── Curves.tcc │ │ │ │ ├── Poly.h │ │ │ │ ├── Poly.tcc │ │ │ │ └── Sturm.h │ │ ├── CORE_BigFloat.h │ │ ├── CORE_BigInt.h │ │ ├── CORE_BigRat.h │ │ ├── CORE_Expr.h │ │ ├── CORE_algebraic_number_traits.h │ │ ├── CORE_arithmetic_kernel.h │ │ ├── CORE_coercion_traits.h │ │ ├── Cache.h │ │ ├── Cartesian.h │ │ ├── Cartesian │ │ │ ├── Aff_transformation_2.h │ │ │ ├── Aff_transformation_3.h │ │ │ ├── Aff_transformation_rep_2.h │ │ │ ├── Aff_transformation_rep_3.h │ │ │ ├── Cartesian_base.h │ │ │ ├── Circle_2.h │ │ │ ├── Circle_3.h │ │ │ ├── Data_accessor_2.h │ │ │ ├── Direction_2.h │ │ │ ├── Direction_3.h │ │ │ ├── Iso_cuboid_3.h │ │ │ ├── Iso_rectangle_2.h │ │ │ ├── Line_2.h │ │ │ ├── Line_3.h │ │ │ ├── MatrixC33.h │ │ │ ├── Plane_3.h │ │ │ ├── Point_2.h │ │ │ ├── Point_3.h │ │ │ ├── Ray_2.h │ │ │ ├── Ray_3.h │ │ │ ├── Rotation_rep_2.h │ │ │ ├── Scaling_rep_2.h │ │ │ ├── Scaling_rep_3.h │ │ │ ├── Segment_2.h │ │ │ ├── Segment_3.h │ │ │ ├── Sphere_3.h │ │ │ ├── Tetrahedron_3.h │ │ │ ├── Translation_rep_2.h │ │ │ ├── Translation_rep_3.h │ │ │ ├── Triangle_2.h │ │ │ ├── Triangle_3.h │ │ │ ├── Vector_2.h │ │ │ ├── Vector_3.h │ │ │ ├── basic_constructions_2.h │ │ │ ├── basic_constructions_3.h │ │ │ ├── ft_constructions_2.h │ │ │ ├── ft_constructions_3.h │ │ │ ├── function_objects.h │ │ │ ├── line_constructions_2.h │ │ │ ├── plane_constructions_3.h │ │ │ ├── point_constructions_2.h │ │ │ ├── point_constructions_3.h │ │ │ ├── predicates_on_directions_2.h │ │ │ ├── predicates_on_planes_3.h │ │ │ ├── predicates_on_points_2.h │ │ │ ├── predicates_on_points_3.h │ │ │ └── solve_3.h │ │ ├── Cartesian_converter.h │ │ ├── Cartesian_d.h │ │ ├── Cartesian_matrix.h │ │ ├── Cell_attribute.h │ │ ├── Cell_attribute_with_point.h │ │ ├── Cell_const_iterators.h │ │ ├── Cell_iterators.h │ │ ├── Chinese_remainder_traits.h │ │ ├── Circle_2.h │ │ ├── Circle_2_Circle_2_intersection.h │ │ ├── Circle_2_Line_2_intersection.h │ │ ├── Circle_3.h │ │ ├── Circle_type.h │ │ ├── Circular_arc_2.h │ │ ├── Circular_arc_3.h │ │ ├── Circular_arc_point_2.h │ │ ├── Circular_arc_point_3.h │ │ ├── Circular_border_parameterizer_3.h │ │ ├── Circular_kernel_2.h │ │ ├── Circular_kernel_2 │ │ │ ├── Circular_arc_2.h │ │ │ ├── Circular_arc_point_2.h │ │ │ ├── Intersection_traits.h │ │ │ ├── Line_arc_2.h │ │ │ ├── function_objects_on_circle_2.h │ │ │ ├── function_objects_on_line_2.h │ │ │ ├── function_objects_polynomial_circular.h │ │ │ ├── interface_macros.h │ │ │ ├── internal_functions_on_circle_2.h │ │ │ ├── internal_functions_on_circular_arc_2.h │ │ │ ├── internal_functions_on_line_2.h │ │ │ ├── internal_functions_on_line_arc_2.h │ │ │ └── intersection_line_2_circle_2_map.h │ │ ├── Circular_kernel_3 │ │ │ ├── Circular_arc_3.h │ │ │ ├── Circular_arc_point_3.h │ │ │ ├── Intersection_traits.h │ │ │ ├── Line_arc_3.h │ │ │ ├── function_objects_polynomial_sphere.h │ │ │ ├── get_equation_object_on_curved_kernel_3.h │ │ │ ├── interface_macros.h │ │ │ ├── internal_function_compare_spherical_kernel.h │ │ │ ├── internal_function_compare_to_right_spherical_kernel.h │ │ │ ├── internal_function_has_on_spherical_kernel.h │ │ │ ├── internal_functions_on_circle_3.h │ │ │ ├── internal_functions_on_circular_arc_3.h │ │ │ ├── internal_functions_on_circular_arc_point_3.h │ │ │ ├── internal_functions_on_line_3.h │ │ │ ├── internal_functions_on_line_arc_3.h │ │ │ ├── internal_functions_on_plane_3.h │ │ │ └── internal_functions_on_sphere_3.h │ │ ├── Circular_kernel_converter.h │ │ ├── Circular_kernel_intersections.h │ │ ├── Circular_kernel_type_equality_wrapper.h │ │ ├── Circulator │ │ │ ├── Circulator_adapters.h │ │ │ ├── Circulator_concepts.h │ │ │ └── Safe_circulator_from_iterator.h │ │ ├── Circulator_identity.h │ │ ├── Circulator_on_node.h │ │ ├── Circulator_project.h │ │ ├── Coercion_traits.h │ │ ├── Combination_enumerator.h │ │ ├── Combinatorial_map.h │ │ ├── Combinatorial_map_basic_operations.h │ │ ├── Combinatorial_map_constructors.h │ │ ├── Combinatorial_map_functors.h │ │ ├── Combinatorial_map_insertions.h │ │ ├── Combinatorial_map_iterators_base.h │ │ ├── Combinatorial_map_min_items.h │ │ ├── Combinatorial_map_operations.h │ │ ├── Combinatorial_map_storages.h │ │ ├── Compact_container.h │ │ ├── Compact_mesh_cell_base_3.h │ │ ├── Complex_2_in_triangulation_3.h │ │ ├── Complex_2_in_triangulation_cell_base_3.h │ │ ├── Complex_2_in_triangulation_vertex_base_3.h │ │ ├── Complexity_tags.h │ │ ├── Compute_anchor_3.h │ │ ├── Concatenate_iterator.h │ │ ├── Concurrent_compact_container.h │ │ ├── ConicCPA2.h │ │ ├── ConicHPA2.h │ │ ├── Conic_2.h │ │ ├── Conic_misc.h │ │ ├── Constrained_Delaunay_triangulation_2.h │ │ ├── Constrained_triangulation_2.h │ │ ├── Constrained_triangulation_face_base_2.h │ │ ├── Constrained_triangulation_plus_2.h │ │ ├── Constraint_hierarchy_2.h │ │ ├── Convertible_circulator_project.h │ │ ├── Convertible_filter_iterator.h │ │ ├── Convertible_iterator_project.h │ │ ├── Convex_decomposition_3 │ │ │ ├── Edge_sorter.h │ │ │ ├── External_structure_builder.h │ │ │ ├── Insert_vertex_into_edge.h │ │ │ ├── Ray_hit_generator.h │ │ │ ├── Ray_hit_generator2.h │ │ │ ├── Reflex_edge_searcher.h │ │ │ ├── Reflex_vertex_searcher.h │ │ │ ├── SFace_separator.h │ │ │ ├── SM_walls.h │ │ │ ├── Single_wall_creator.h │ │ │ ├── Single_wall_creator2.h │ │ │ ├── Single_wall_creator3.h │ │ │ ├── YVertical_wall_builder.h │ │ │ └── is_reflex_sedge.h │ │ ├── Convex_hull_2 │ │ │ ├── ch_akl_toussaint_impl.h │ │ │ ├── ch_assertions.h │ │ │ ├── ch_bykat_impl.h │ │ │ ├── ch_eddy_impl.h │ │ │ ├── ch_graham_andrew_impl.h │ │ │ ├── ch_jarvis_impl.h │ │ │ ├── ch_melkman_impl.h │ │ │ ├── ch_selected_extreme_points_2_impl.h │ │ │ └── convexity_check_2_impl.h │ │ ├── Convex_hull_d.h │ │ ├── Convex_hull_d_to_polyhedron_3.h │ │ ├── Convex_hull_d_traits_3.h │ │ ├── Convex_hull_face_base_2.h │ │ ├── Convex_hull_projective_xy_traits_2.h │ │ ├── Convex_hull_projective_xz_traits_2.h │ │ ├── Convex_hull_projective_yz_traits_2.h │ │ ├── Convex_hull_traits_3.h │ │ ├── Counted_number.h │ │ ├── Counting_iterator.h │ │ ├── Curved_kernel_via_analysis_2 │ │ │ ├── Arc_2.h │ │ │ ├── Curve_interval_arcno_cache.h │ │ │ ├── Curve_renderer_facade.h │ │ │ ├── Curved_kernel_via_analysis_2_functors.h │ │ │ ├── Curved_kernel_via_analysis_2_impl.h │ │ │ ├── Fig_stream_Curve_renderer_2.h │ │ │ ├── Filtered_curved_kernel_via_analysis_2_impl.h │ │ │ ├── Generic_arc_2.h │ │ │ ├── Generic_point_2.h │ │ │ ├── Make_x_monotone_2.h │ │ │ ├── Non_x_monotone_arc_2.h │ │ │ ├── Point_2.h │ │ │ ├── Qt_widget_Curve_renderer_2.h │ │ │ ├── Sweep_curves_adapter_2.h │ │ │ ├── gfx │ │ │ │ ├── Curve_renderer_2.h │ │ │ │ ├── Curve_renderer_internals.h │ │ │ │ ├── Curve_renderer_traits.h │ │ │ │ ├── Subdivision_1.h │ │ │ │ └── Subdivision_2.h │ │ │ └── test │ │ │ │ └── simple_models.h │ │ ├── Dart.h │ │ ├── Dart_const_iterators.h │ │ ├── Dart_iterators.h │ │ ├── Default.h │ │ ├── Deform_mesh.h │ │ ├── Deformation_Eigen_closest_rotation_traits_3.h │ │ ├── Deformation_Eigen_polar_closest_rotation_traits_3.h │ │ ├── Delaunay_d.h │ │ ├── Delaunay_mesh_area_criteria_2.h │ │ ├── Delaunay_mesh_criteria_2.h │ │ ├── Delaunay_mesh_face_base_2.h │ │ ├── Delaunay_mesh_local_size_criteria_2.h │ │ ├── Delaunay_mesh_size_criteria_2.h │ │ ├── Delaunay_mesher_2.h │ │ ├── Delaunay_mesher_no_edge_refinement_2.h │ │ ├── Delaunay_triangulation_2.h │ │ ├── Delaunay_triangulation_3.h │ │ ├── Delaunay_triangulation_adaptation_policies_2.h │ │ ├── Delaunay_triangulation_adaptation_traits_2.h │ │ ├── Delaunay_triangulation_cell_base_3.h │ │ ├── Delaunay_triangulation_cell_base_with_circumcenter_3.h │ │ ├── Dimension.h │ │ ├── Direction_2.h │ │ ├── Direction_3.h │ │ ├── Discrete_authalic_parameterizer_3.h │ │ ├── Discrete_conformal_map_parameterizer_3.h │ │ ├── Distance_2.h │ │ ├── Double_map.h │ │ ├── Dummy_tds_2.h │ │ ├── Dynamic_matrix.h │ │ ├── Edge_hash_function.h │ │ ├── Eigen_matrix.h │ │ ├── Eigen_solver_traits.h │ │ ├── Eigen_svd.h │ │ ├── Eigen_vector.h │ │ ├── Enum_converter.h │ │ ├── Env_default_diagram_1.h │ │ ├── Env_plane_traits_3.h │ │ ├── Env_sphere_traits_3.h │ │ ├── Env_surface_data_traits_3.h │ │ ├── Env_tracing_traits_3.h │ │ ├── Env_triangle_traits_3.h │ │ ├── Envelope_2 │ │ │ ├── Env_divide_and_conquer_2.h │ │ │ └── Env_divide_and_conquer_2_impl.h │ │ ├── Envelope_3 │ │ │ ├── Env_plane_traits_3_functions.h │ │ │ ├── Envelope_base.h │ │ │ ├── Envelope_diagram_on_surface_2.h │ │ │ ├── Envelope_divide_and_conquer_3.h │ │ │ ├── Envelope_element_visitor_3.h │ │ │ ├── Envelope_overlay_2.h │ │ │ ├── Envelope_overlay_functor.h │ │ │ ├── Envelope_pm_dcel.h │ │ │ └── set_dividors.h │ │ ├── Envelope_diagram_1.h │ │ ├── Epick_d.h │ │ ├── Euclidean_distance.h │ │ ├── Euclidean_distance_sphere_point.h │ │ ├── Euler_integrator_2.h │ │ ├── Exact_circular_kernel_2.h │ │ ├── Exact_integer.h │ │ ├── Exact_predicates_exact_constructions_kernel.h │ │ ├── Exact_predicates_exact_constructions_kernel_with_sqrt.h │ │ ├── Exact_predicates_inexact_constructions_kernel.h │ │ ├── Exact_rational.h │ │ ├── Exact_spherical_kernel_3.h │ │ ├── Exponent_vector.h │ │ ├── Extended_cartesian.h │ │ ├── Extended_homogeneous.h │ │ ├── Extremal_polygon_traits_2.h │ │ ├── FPU.h │ │ ├── FPU_extension.h │ │ ├── FPU_gcc_i386.h │ │ ├── FPU_gcc_i386_sse2.h │ │ ├── FPU_msvc.h │ │ ├── Filter_circulator.h │ │ ├── Filtered_bbox_circular_kernel_2.h │ │ ├── Filtered_bbox_circular_kernel_2 │ │ │ ├── bbox_filtered_predicates.h │ │ │ └── interface_macros.h │ │ ├── Filtered_construction.h │ │ ├── Filtered_extended_homogeneous.h │ │ ├── Filtered_kernel.h │ │ ├── Filtered_kernel │ │ │ ├── Cartesian_coordinate_iterator_2.h │ │ │ └── Cartesian_coordinate_iterator_3.h │ │ ├── Filtered_kernel_fwd.h │ │ ├── Filtered_predicate.h │ │ ├── Fixed_alpha_shape_3.h │ │ ├── Fixed_alpha_shape_cell_base_3.h │ │ ├── Fixed_alpha_shape_vertex_base_3.h │ │ ├── Fixed_border_parameterizer_3.h │ │ ├── Flattening_iterator.h │ │ ├── Fourtuple.h │ │ ├── Fraction_traits.h │ │ ├── Fuzzy_iso_box.h │ │ ├── Fuzzy_sphere.h │ │ ├── GMP │ │ │ ├── Gmpfi_type.h │ │ │ ├── Gmpfi_type_static.h │ │ │ ├── Gmpfr_type.h │ │ │ ├── Gmpfr_type_static.h │ │ │ ├── Gmpq_type.h │ │ │ ├── Gmpz_type.h │ │ │ └── Gmpzf_type.h │ │ ├── GMP_arithmetic_kernel.h │ │ ├── General_polygon_2.h │ │ ├── General_polygon_set_2.h │ │ ├── General_polygon_set_on_surface_2.h │ │ ├── General_polygon_with_holes_2.h │ │ ├── Get_arithmetic_kernel.h │ │ ├── Gmp_coercion_traits.h │ │ ├── Gmpfi.h │ │ ├── Gmpfr.h │ │ ├── Gmpq.h │ │ ├── Gmpz.h │ │ ├── Gmpzf.h │ │ ├── Gps_circle_segment_traits_2.h │ │ ├── Gps_segment_traits_2.h │ │ ├── Gps_traits_2.h │ │ ├── Gray_level_image_3.h │ │ ├── HalfedgeDS_const_decorator.h │ │ ├── HalfedgeDS_decorator.h │ │ ├── HalfedgeDS_default.h │ │ ├── HalfedgeDS_face_base.h │ │ ├── HalfedgeDS_face_max_base_with_id.h │ │ ├── HalfedgeDS_face_min_base.h │ │ ├── HalfedgeDS_halfedge_base.h │ │ ├── HalfedgeDS_halfedge_max_base_with_id.h │ │ ├── HalfedgeDS_halfedge_min_base.h │ │ ├── HalfedgeDS_items_2.h │ │ ├── HalfedgeDS_items_decorator.h │ │ ├── HalfedgeDS_iterator.h │ │ ├── HalfedgeDS_iterator_adaptor.h │ │ ├── HalfedgeDS_list.h │ │ ├── HalfedgeDS_min_items.h │ │ ├── HalfedgeDS_vector.h │ │ ├── HalfedgeDS_vertex_base.h │ │ ├── HalfedgeDS_vertex_max_base_with_id.h │ │ ├── HalfedgeDS_vertex_min_base.h │ │ ├── Handle.h │ │ ├── Handle_for.h │ │ ├── Handle_for_virtual.h │ │ ├── Handle_hash_function.h │ │ ├── Handle_with_policy.h │ │ ├── Has_timestamp.h │ │ ├── Hilbert_policy_tags.h │ │ ├── Hilbert_sort_2.h │ │ ├── Hilbert_sort_3.h │ │ ├── Hilbert_sort_base.h │ │ ├── Hilbert_sort_d.h │ │ ├── Hilbert_sort_median_2.h │ │ ├── Hilbert_sort_median_3.h │ │ ├── Hilbert_sort_median_d.h │ │ ├── Hilbert_sort_middle_2.h │ │ ├── Hilbert_sort_middle_3.h │ │ ├── Hilbert_sort_middle_base.h │ │ ├── Hilbert_sort_middle_d.h │ │ ├── Homogeneous.h │ │ ├── Homogeneous │ │ │ ├── Aff_transformationH2.h │ │ │ ├── Aff_transformationH3.h │ │ │ ├── CircleH2.h │ │ │ ├── Data_accessorH2.h │ │ │ ├── DirectionH2.h │ │ │ ├── DirectionH3.h │ │ │ ├── Homogeneous_base.h │ │ │ ├── Iso_cuboidH3.h │ │ │ ├── Iso_rectangleH2.h │ │ │ ├── LineH2.h │ │ │ ├── PlaneH3.h │ │ │ ├── PointH2.h │ │ │ ├── PointH3.h │ │ │ ├── RayH3.h │ │ │ ├── SphereH3.h │ │ │ ├── VectorH2.h │ │ │ ├── VectorH3.h │ │ │ ├── basic_constructionsH2.h │ │ │ ├── basic_constructionsH3.h │ │ │ ├── distance_predicatesH2.h │ │ │ ├── distance_predicatesH3.h │ │ │ ├── function_objects.h │ │ │ ├── predicates_on_directionsH2.h │ │ │ ├── predicates_on_pointsH2.h │ │ │ └── predicates_on_pointsH3.h │ │ ├── Homogeneous_converter.h │ │ ├── Homogeneous_d.h │ │ ├── Hyperbola_2.h │ │ ├── Hyperbola_ray_2.h │ │ ├── Hyperbola_segment_2.h │ │ ├── IEEE_754_unions.h │ │ ├── IO │ │ │ ├── Alpha_shape_3_VRML_2_ostream.h │ │ │ ├── Arr_iostream.h │ │ │ ├── Arr_text_formatter.h │ │ │ ├── Arr_with_history_2_reader.h │ │ │ ├── Arr_with_history_2_writer.h │ │ │ ├── Arr_with_history_iostream.h │ │ │ ├── Arr_with_history_text_formatter.h │ │ │ ├── Arrangement_2_reader.h │ │ │ ├── Arrangement_2_writer.h │ │ │ ├── Color.h │ │ │ ├── Complex_2_in_triangulation_3_file_writer.h │ │ │ ├── Complex_2_in_triangulation_3_polyhedron_builder.h │ │ │ ├── Complex_2_in_triangulation_3_to_vtk.h │ │ │ ├── Complex_3_in_triangulation_3_to_vtk.h │ │ │ ├── Custom_zoom_layer.h │ │ │ ├── Dxf_bsop_reader.h │ │ │ ├── Dxf_reader.h │ │ │ ├── Dxf_reader_doubles.h │ │ │ ├── Dxf_stream.h │ │ │ ├── Dxf_variant_reader.h │ │ │ ├── Dxf_writer.h │ │ │ ├── Fig_stream.h │ │ │ ├── Fig_stream_Conic_arc_2.h │ │ │ ├── File_binary_mesh_3.h │ │ │ ├── File_header_OFF.h │ │ │ ├── File_header_extended_OFF.h │ │ │ ├── File_maya.h │ │ │ ├── File_medit.h │ │ │ ├── File_poly.h │ │ │ ├── File_scanner_OFF.h │ │ │ ├── File_tetgen.h │ │ │ ├── File_writer_OFF.h │ │ │ ├── File_writer_VRML_2.h │ │ │ ├── File_writer_inventor.h │ │ │ ├── File_writer_wavefront.h │ │ │ ├── Generic_writer.h │ │ │ ├── Geomview_stream.h │ │ │ ├── Gps_iostream.h │ │ │ ├── Inventor_ostream.h │ │ │ ├── Istream_iterator.h │ │ │ ├── Navigation_layer.h │ │ │ ├── Nef_polyhedron_2_PS_stream.h │ │ │ ├── Nef_polyhedron_S2_OGLUT_stream.h │ │ │ ├── Nef_polyhedron_iostream_3.h │ │ │ ├── Nef_polyhedron_iostream_S2.h │ │ │ ├── Ostream_iterator.h │ │ │ ├── Polyhedron_VRML_1_ostream.h │ │ │ ├── Polyhedron_VRML_2_ostream.h │ │ │ ├── Polyhedron_geomview_ostream.h │ │ │ ├── Polyhedron_inventor_ostream.h │ │ │ ├── Polyhedron_iostream.h │ │ │ ├── Polyhedron_scan_OFF.h │ │ │ ├── Qt_help_window.h │ │ │ ├── Qt_widget.h │ │ │ ├── Qt_widget_Alpha_shape_2.h │ │ │ ├── Qt_widget_Apollonius_site_2.h │ │ │ ├── Qt_widget_Conic_2.h │ │ │ ├── Qt_widget_Conic_arc_2.h │ │ │ ├── Qt_widget_Constrained_triangulation_2.h │ │ │ ├── Qt_widget_Delaunay_triangulation_2.h │ │ │ ├── Qt_widget_Hyperbola_2.h │ │ │ ├── Qt_widget_Linear_object_2.h │ │ │ ├── Qt_widget_Min_ellipse_2.h │ │ │ ├── Qt_widget_Nef_2.h │ │ │ ├── Qt_widget_Nef_3.h │ │ │ ├── Qt_widget_Nef_S2.h │ │ │ ├── Qt_widget_OpenGL.h │ │ │ ├── Qt_widget_Optimisation_circle_2.h │ │ │ ├── Qt_widget_Optimisation_ellipse_2.h │ │ │ ├── Qt_widget_Polygon_2.h │ │ │ ├── Qt_widget_Polyline_2.h │ │ │ ├── Qt_widget_Regular_triangulation_2.h │ │ │ ├── Qt_widget_Triangulation_2.h │ │ │ ├── Qt_widget_circular_arc_2.h │ │ │ ├── Qt_widget_circular_arc_endpoint_2.h │ │ │ ├── Qt_widget_focus.h │ │ │ ├── Qt_widget_get_circle.h │ │ │ ├── Qt_widget_get_iso_rectangle.h │ │ │ ├── Qt_widget_get_line.h │ │ │ ├── Qt_widget_get_point.h │ │ │ ├── Qt_widget_get_polygon.h │ │ │ ├── Qt_widget_get_segment.h │ │ │ ├── Qt_widget_get_simple_polygon.h │ │ │ ├── Qt_widget_handtool.h │ │ │ ├── Qt_widget_history.h │ │ │ ├── Qt_widget_layer.h │ │ │ ├── Qt_widget_rotation_layer.h │ │ │ ├── Qt_widget_show_mouse_coordinates.h │ │ │ ├── Qt_widget_standard_toolbar.h │ │ │ ├── Qt_widget_zoomrect.h │ │ │ ├── Scanner_OFF.h │ │ │ ├── Tee_for_output_iterator.h │ │ │ ├── Triangulation_geomview_ostream_2.h │ │ │ ├── Triangulation_geomview_ostream_3.h │ │ │ ├── Triangulation_ps_stream.h │ │ │ ├── VRML_1_ostream.h │ │ │ ├── VRML_2_ostream.h │ │ │ ├── Verbose_ostream.h │ │ │ ├── Writer_OFF.h │ │ │ ├── alpha_shape_geomview_ostream_3.h │ │ │ ├── binary_file_io.h │ │ │ ├── generic_copy_OFF.h │ │ │ ├── generic_print_polyhedron.h │ │ │ ├── io.h │ │ │ ├── io_tags.h │ │ │ ├── output_surface_facets_to_polyhedron.h │ │ │ ├── output_surface_facets_to_triangle_soup.h │ │ │ ├── pixmaps │ │ │ │ ├── alpha_shape.xpm │ │ │ │ ├── arrow.xpm │ │ │ │ ├── back.xpm │ │ │ │ ├── circle.xpm │ │ │ │ ├── constrained.xpm │ │ │ │ ├── demoicon.xpm │ │ │ │ ├── focus.xpm │ │ │ │ ├── focus1.xpm │ │ │ │ ├── focus1_mask.xpm │ │ │ │ ├── focus2.xpm │ │ │ │ ├── focus2_mask.xpm │ │ │ │ ├── focus3.xpm │ │ │ │ ├── focus3_mask.xpm │ │ │ │ ├── forward.xpm │ │ │ │ ├── greene_approx.xpm │ │ │ │ ├── hand.xpm │ │ │ │ ├── handtool.xpm │ │ │ │ ├── holddown.xpm │ │ │ │ ├── iso_rectangle.xpm │ │ │ │ ├── line.xpm │ │ │ │ ├── min_parallelogram.xpm │ │ │ │ ├── min_rectangle.xpm │ │ │ │ ├── mouse_coord.xpm │ │ │ │ ├── movepoint.xpm │ │ │ │ ├── nearest_vertex.xpm │ │ │ │ ├── notool.xpm │ │ │ │ ├── optimal_convex.xpm │ │ │ │ ├── point.xpm │ │ │ │ ├── points.xpm │ │ │ │ ├── polygon.xpm │ │ │ │ ├── rotation.xpm │ │ │ │ ├── show_polygon.xpm │ │ │ │ ├── triangulation.xpm │ │ │ │ ├── voronoi.xpm │ │ │ │ ├── ymonotone.xpm │ │ │ │ ├── zoom_in.xpm │ │ │ │ ├── zoom_in_rect.xpm │ │ │ │ └── zoom_out.xpm │ │ │ ├── print_OFF.h │ │ │ ├── print_VRML_1.h │ │ │ ├── print_VRML_2.h │ │ │ ├── print_inventor.h │ │ │ ├── print_wavefront.h │ │ │ ├── read_off_points.h │ │ │ ├── read_xyz_points.h │ │ │ ├── scan_OFF.h │ │ │ ├── write_off_points.h │ │ │ └── write_xyz_points.h │ │ ├── Identity_policy_2.h │ │ ├── ImageIO.h │ │ ├── Image_3.h │ │ ├── Image_3_vtk_interface.h │ │ ├── Implicit_mesh_domain_3.h │ │ ├── Implicit_surface_3.h │ │ ├── Implicit_to_labeling_function_wrapper.h │ │ ├── In_place_list.h │ │ ├── Incremental_neighbor_search.h │ │ ├── Index_property_map.h │ │ ├── Interpolation_gradient_fitting_traits_2.h │ │ ├── Interpolation_traits_2.h │ │ ├── Intersection_traits.h │ │ ├── Intersection_traits_2.h │ │ ├── Intersection_traits_3.h │ │ ├── Intersections_2 │ │ │ └── Triangle_2_Triangle_2_intersection_impl.h │ │ ├── Intersections_3 │ │ │ └── intersection_3_1_impl.h │ │ ├── Interval_arithmetic.h │ │ ├── Interval_nt.h │ │ ├── Interval_skip_list.h │ │ ├── Interval_skip_list_interval.h │ │ ├── Interval_traits.h │ │ ├── Inverse_index.h │ │ ├── Is_a_predicate.h │ │ ├── Is_extended_kernel.h │ │ ├── Iso_cuboid_3.h │ │ ├── Iso_rectangle_2.h │ │ ├── Iso_rectangle_2_Iso_rectangle_2_intersection.h │ │ ├── Iso_rectangle_2_Line_2_intersection.h │ │ ├── Iso_rectangle_2_Point_2_intersection.h │ │ ├── Iso_rectangle_2_Ray_2_intersection.h │ │ ├── Iso_rectangle_2_Segment_2_intersection.h │ │ ├── Iso_rectangle_d.h │ │ ├── Iterator_project.h │ │ ├── Iterator_transform.h │ │ ├── Join_input_iterator.h │ │ ├── K_neighbor_search.h │ │ ├── Kd_tree.h │ │ ├── Kd_tree_node.h │ │ ├── Kd_tree_rectangle.h │ │ ├── Kernel │ │ │ ├── Dimension_utils.h │ │ │ ├── Return_base_tag.h │ │ │ ├── Same_uncertainty.h │ │ │ ├── Type_equality_wrapper.h │ │ │ ├── Type_mapper.h │ │ │ ├── Wutils.h │ │ │ ├── function_objects.h │ │ │ ├── global_functions.h │ │ │ ├── global_functions_2.h │ │ │ ├── global_functions_3.h │ │ │ ├── global_functions_internal_2.h │ │ │ ├── global_functions_internal_3.h │ │ │ ├── interface_macros.h │ │ │ ├── mpl.h │ │ │ └── solve.h │ │ ├── Kernel_checker.h │ │ ├── Kernel_d │ │ │ ├── Aff_transformationCd.h │ │ │ ├── Aff_transformationHd.h │ │ │ ├── Aff_transformation_d.h │ │ │ ├── Cartesian_const_iterator_d.h │ │ │ ├── DirectionCd.h │ │ │ ├── DirectionCd_impl.h │ │ │ ├── DirectionHd.h │ │ │ ├── DirectionHd_impl.h │ │ │ ├── Direction_d.h │ │ │ ├── HyperplaneCd.h │ │ │ ├── HyperplaneCd_impl.h │ │ │ ├── HyperplaneHd.h │ │ │ ├── HyperplaneHd_impl.h │ │ │ ├── Hyperplane_d.h │ │ │ ├── Interface_classes.h │ │ │ ├── Iso_box_d.h │ │ │ ├── Kernel_classesCd.h │ │ │ ├── Kernel_classesHd.h │ │ │ ├── Line_d.h │ │ │ ├── Line_d_impl.h │ │ │ ├── Linear_algebraCd_impl.h │ │ │ ├── Linear_algebraHd_impl.h │ │ │ ├── Matrix__.h │ │ │ ├── PVDHACd_impl.h │ │ │ ├── PVDHAHd_impl.h │ │ │ ├── Pair_d.h │ │ │ ├── PointCd.h │ │ │ ├── PointCd_impl.h │ │ │ ├── PointHd.h │ │ │ ├── PointHd_impl.h │ │ │ ├── Point_d.h │ │ │ ├── Ray_d.h │ │ │ ├── Segment_d.h │ │ │ ├── Sphere_d.h │ │ │ ├── Tuple_d.h │ │ │ ├── VectorCd.h │ │ │ ├── VectorCd_impl.h │ │ │ ├── VectorHd.h │ │ │ ├── VectorHd_impl.h │ │ │ ├── Vector__.h │ │ │ ├── Vector_d.h │ │ │ ├── debug.h │ │ │ ├── function_objects.h │ │ │ ├── function_objectsCd.h │ │ │ ├── function_objectsHd.h │ │ │ ├── intersection_objectsCd.h │ │ │ ├── intersection_objectsHd.h │ │ │ ├── intersection_objects_d.h │ │ │ └── simple_objects.h │ │ ├── Kernel_profiler.h │ │ ├── Kernel_traits.h │ │ ├── Kinetic │ │ │ ├── Active_objects_vector.h │ │ │ ├── CORE_Expr_exact_simulation_traits.h │ │ │ ├── Cartesian.h │ │ │ ├── Certificate_generator.h │ │ │ ├── Default_instantaneous_kernel.h │ │ │ ├── Default_simulator.h │ │ │ ├── Delaunay_triangulation_2.h │ │ │ ├── Delaunay_triangulation_3.h │ │ │ ├── Delaunay_triangulation_cell_base_3.h │ │ │ ├── Delaunay_triangulation_default_traits_2.h │ │ │ ├── Delaunay_triangulation_event_log_visitor_2.h │ │ │ ├── Delaunay_triangulation_event_log_visitor_3.h │ │ │ ├── Delaunay_triangulation_face_base_2.h │ │ │ ├── Delaunay_triangulation_recent_edges_visitor_2.h │ │ │ ├── Delaunay_triangulation_vertex_base_2.h │ │ │ ├── Delaunay_triangulation_visitor_base_2.h │ │ │ ├── Delaunay_triangulation_visitor_base_3.h │ │ │ ├── Derivitive_filter_function_kernel.h │ │ │ ├── Enclosing_box_2.h │ │ │ ├── Enclosing_box_3.h │ │ │ ├── Erase_event.h │ │ │ ├── Event_base.h │ │ │ ├── Exact_simulation_traits.h │ │ │ ├── Free_event_base.h │ │ │ ├── Handle_degeneracy_function_kernel.h │ │ │ ├── Heap_pointer_event_queue.h │ │ │ ├── IO │ │ │ │ ├── Qt_moving_points_2.h │ │ │ │ ├── Qt_triangulation_2.h │ │ │ │ ├── Qt_widget_2.h │ │ │ │ └── internal │ │ │ │ │ ├── GUI_base.h │ │ │ │ │ ├── Qt_core.h │ │ │ │ │ ├── Qt_timer.h │ │ │ │ │ ├── Qt_widget_2_core.h │ │ │ │ │ ├── Qt_window_2.h │ │ │ │ │ └── pixmaps.h │ │ │ ├── Inexact_simulation_traits.h │ │ │ ├── Insert_event.h │ │ │ ├── Listener.h │ │ │ ├── Multi_listener.h │ │ │ ├── Ref_counted.h │ │ │ ├── Regular_triangulation_3.h │ │ │ ├── Regular_triangulation_CORE_exact_simulation_traits.h │ │ │ ├── Regular_triangulation_cell_base_3.h │ │ │ ├── Regular_triangulation_event_log_visitor_3.h │ │ │ ├── Regular_triangulation_exact_simulation_traits.h │ │ │ ├── Regular_triangulation_inexact_simulation_traits.h │ │ │ ├── Regular_triangulation_instantaneous_kernel.h │ │ │ ├── Regular_triangulation_vertex_base_3.h │ │ │ ├── Regular_triangulation_visitor_base_3.h │ │ │ ├── Simulator_objects_listener.h │ │ │ ├── Sort.h │ │ │ ├── Sort_event_log_visitor.h │ │ │ ├── Sort_visitor_base.h │ │ │ ├── Triangulation_2.h │ │ │ ├── Two_list_pointer_event_queue.h │ │ │ ├── basic.h │ │ │ ├── internal │ │ │ │ ├── Delaunay_triangulation_base_3.h │ │ │ │ ├── Instantaneous_adaptor.h │ │ │ │ ├── Kernel │ │ │ │ │ ├── Cartesian_kinetic_kernel_base.h │ │ │ │ │ ├── Cartesian_moving_lifted_point_3.h │ │ │ │ │ ├── Cartesian_moving_orthosphere_3.h │ │ │ │ │ ├── Cartesian_moving_point_1.h │ │ │ │ │ ├── Cartesian_moving_point_2.h │ │ │ │ │ ├── Cartesian_moving_point_3.h │ │ │ │ │ ├── Cartesian_moving_weighted_point_3.h │ │ │ │ │ ├── Center.h │ │ │ │ │ ├── Certificate.h │ │ │ │ │ ├── Delaunay_lifted_lifting.h │ │ │ │ │ ├── Delaunay_lifting.h │ │ │ │ │ ├── Reverse_time.h │ │ │ │ │ ├── cartesian_predicates_2.h │ │ │ │ │ └── cartesian_predicates_3.h │ │ │ │ ├── To_static.h │ │ │ │ ├── Triangulation_helper_3.h │ │ │ │ ├── config.h │ │ │ │ ├── debug_counters.h │ │ │ │ ├── infinity_or_max.h │ │ │ │ ├── tds_2_helpers.h │ │ │ │ └── triangulation_helpers_3.h │ │ │ └── listeners.h │ │ ├── LEDA_arithmetic_kernel.h │ │ ├── LEDA_basic.h │ │ ├── LSCM_parameterizer_3.h │ │ ├── Labeled_image_mesh_domain_3.h │ │ ├── Labeled_mesh_domain_3.h │ │ ├── Lapack │ │ │ └── Linear_algebra_lapack.h │ │ ├── Largest_empty_iso_rectangle_2.h │ │ ├── Lazy.h │ │ ├── Lazy_exact_nt.h │ │ ├── Lazy_kernel.h │ │ ├── Level_interval.h │ │ ├── Lightweight_vector_3.h │ │ ├── Line_2.h │ │ ├── Line_2_Bbox_2_intersection.h │ │ ├── Line_2_Iso_rectangle_2_intersection.h │ │ ├── Line_2_Line_2_intersection.h │ │ ├── Line_2_Point_2_intersection.h │ │ ├── Line_2_Ray_2_intersection.h │ │ ├── Line_2_Segment_2_intersection.h │ │ ├── Line_2_Triangle_2_intersection.h │ │ ├── Line_3.h │ │ ├── Line_arc_2.h │ │ ├── Line_arc_3.h │ │ ├── Linear_algebraCd.h │ │ ├── Linear_algebraHd.h │ │ ├── Linear_cell_complex.h │ │ ├── Linear_cell_complex_constructors.h │ │ ├── Linear_cell_complex_incremental_builder.h │ │ ├── Linear_cell_complex_min_items.h │ │ ├── Linear_cell_complex_operations.h │ │ ├── Linear_cell_complex_storages.h │ │ ├── Linear_cell_complex_traits.h │ │ ├── Location_policy.h │ │ ├── MP_Float.h │ │ ├── MP_Float_arithmetic_kernel.h │ │ ├── MP_Float_impl.h │ │ ├── Manhattan_distance_iso_box_point.h │ │ ├── Marching_tetrahedra_observer_default_3.h │ │ ├── Marching_tetrahedra_traits_skin_surface_3.h │ │ ├── Mean_value_coordinates_parameterizer_3.h │ │ ├── Memory_sizer.h │ │ ├── Mesh_2 │ │ │ ├── Clusters.h │ │ │ ├── Do_not_refine_edges.h │ │ │ ├── Face_badness.h │ │ │ ├── Output_stream.h │ │ │ ├── Refine_edges.h │ │ │ ├── Refine_edges_visitor.h │ │ │ ├── Refine_edges_with_clusters.h │ │ │ └── Refine_faces.h │ │ ├── Mesh_3 │ │ │ ├── C3T3_helpers.h │ │ │ ├── Cell_criteria_visitor_with_balls.h │ │ │ ├── Concurrent_mesher_config.h │ │ │ ├── Creator_weighted_point_3.h │ │ │ ├── Detect_features_in_polyhedra.h │ │ │ ├── Detect_features_in_polyhedra_fwd.h │ │ │ ├── Detect_polylines_in_polyhedra.h │ │ │ ├── Detect_polylines_in_polyhedra_fwd.h │ │ │ ├── Dump_c3t3.h │ │ │ ├── Facet_criteria_visitor_with_balls.h │ │ │ ├── Facet_on_same_surface_criterion.h │ │ │ ├── Has_features.h │ │ │ ├── Image_to_labeled_function_wrapper.h │ │ │ ├── Implicit_surface_mesher_visitor.h │ │ │ ├── Implicit_to_labeled_function_wrapper.h │ │ │ ├── Labeled_mesh_domain_3.h │ │ │ ├── Lloyd_move.h │ │ │ ├── Mesh_complex_3_in_triangulation_3_base.h │ │ │ ├── Mesh_global_optimizer.h │ │ │ ├── Mesh_sizing_field.h │ │ │ ├── Mesh_surface_cell_base_3.h │ │ │ ├── Mesher_3.h │ │ │ ├── Mesher_level.h │ │ │ ├── Mesher_level_default_implementations.h │ │ │ ├── Null_exuder_visitor.h │ │ │ ├── Null_global_optimizer_visitor.h │ │ │ ├── Null_perturber_visitor.h │ │ │ ├── Odt_move.h │ │ │ ├── Poisson_refine_cells_3.h │ │ │ ├── Polyline_with_context.h │ │ │ ├── Profile_counter.h │ │ │ ├── Profiling_tools.h │ │ │ ├── Protect_edges_sizing_field.h │ │ │ ├── Refine_cells_3.h │ │ │ ├── Refine_facets_3.h │ │ │ ├── Refine_tets_visitor.h │ │ │ ├── Robust_intersection_kernel.h │ │ │ ├── Robust_intersection_traits_3.h │ │ │ ├── Robust_weighted_circumcenter_filtered_traits_3.h │ │ │ ├── Sizing_grid.h │ │ │ ├── Sliver_perturber.h │ │ │ ├── Slivers_exuder.h │ │ │ ├── Slivers_exuder_cell_attributes_traits.h │ │ │ ├── Triangle_accessor_primitive.h │ │ │ ├── Triangulation_helpers.h │ │ │ ├── Triangulation_sizing_field.h │ │ │ ├── Uniform_sizing_field.h │ │ │ ├── Worksharing_data_structures.h │ │ │ ├── config.h │ │ │ ├── dihedral_angle_3.h │ │ │ ├── global_parameters.h │ │ │ ├── io_signature.h │ │ │ ├── mesh_standard_cell_criteria.h │ │ │ ├── mesh_standard_criteria.h │ │ │ ├── mesh_standard_facet_criteria.h │ │ │ ├── min_dihedral_angle.h │ │ │ ├── parameters_defaults.h │ │ │ ├── polyhedral_to_labeled_function_wrapper.h │ │ │ ├── radius_ratio.h │ │ │ ├── sliver_criteria.h │ │ │ ├── squared_distance_Point_3_Triangle_3.h │ │ │ ├── utilities.h │ │ │ └── vertex_perturbation.h │ │ ├── Mesh_cell_base_3.h │ │ ├── Mesh_cell_criteria_3.h │ │ ├── Mesh_complex_3_in_triangulation_3.h │ │ ├── Mesh_constant_domain_field_3.h │ │ ├── Mesh_criteria_3.h │ │ ├── Mesh_domain_with_polyline_features_3.h │ │ ├── Mesh_edge_criteria_3.h │ │ ├── Mesh_facet_criteria_3.h │ │ ├── Mesh_facet_topology.h │ │ ├── Mesh_optimization_return_code.h │ │ ├── Mesh_polyhedron_3.h │ │ ├── Mesh_triangulation_3.h │ │ ├── Mesh_vertex_base_3.h │ │ ├── Mesher_level.h │ │ ├── Mesher_level_default_implementations.h │ │ ├── Mesher_level_visitors.h │ │ ├── Meshes │ │ │ ├── Double_map_container.h │ │ │ ├── Filtered_deque_container.h │ │ │ ├── Filtered_multimap_container.h │ │ │ ├── Filtered_queue_container.h │ │ │ ├── Simple_map_container.h │ │ │ ├── Simple_queue_container.h │ │ │ ├── Simple_set_container.h │ │ │ ├── Triangulation_mesher_level_traits_2.h │ │ │ └── Triangulation_mesher_level_traits_3.h │ │ ├── Min_annulus_d.h │ │ ├── Min_circle_2.h │ │ ├── Min_circle_2 │ │ │ ├── Min_circle_2_adapterC2.h │ │ │ ├── Min_circle_2_adapterH2.h │ │ │ ├── Min_circle_2_impl.h │ │ │ ├── Optimisation_circle_2.h │ │ │ └── Optimisation_circle_2_impl.h │ │ ├── Min_circle_2_traits_2.h │ │ ├── Min_ellipse_2.h │ │ ├── Min_ellipse_2 │ │ │ ├── Min_ellipse_2_adapterC2.h │ │ │ ├── Min_ellipse_2_adapterH2.h │ │ │ ├── Min_ellipse_2_impl.h │ │ │ ├── Optimisation_ellipse_2.h │ │ │ └── Optimisation_ellipse_2_impl.h │ │ ├── Min_ellipse_2_traits_2.h │ │ ├── Min_quadrilateral_traits_2.h │ │ ├── Min_sphere_annulus_d_traits_2.h │ │ ├── Min_sphere_annulus_d_traits_3.h │ │ ├── Min_sphere_annulus_d_traits_d.h │ │ ├── Min_sphere_d.h │ │ ├── Min_sphere_d │ │ │ ├── Min_sphere_d_impl.h │ │ │ └── Optimisation_sphere_d.h │ │ ├── Min_sphere_of_points_d_traits_2.h │ │ ├── Min_sphere_of_points_d_traits_3.h │ │ ├── Min_sphere_of_points_d_traits_d.h │ │ ├── Min_sphere_of_spheres_d.h │ │ ├── Min_sphere_of_spheres_d │ │ │ ├── Min_sphere_of_spheres_d_configure.h │ │ │ ├── Min_sphere_of_spheres_d_impl.h │ │ │ ├── Min_sphere_of_spheres_d_pair.h │ │ │ ├── Min_sphere_of_spheres_d_pivot_impl.h │ │ │ ├── Min_sphere_of_spheres_d_support_set.h │ │ │ └── Min_sphere_of_spheres_d_support_set_impl.h │ │ ├── Min_sphere_of_spheres_d_traits_2.h │ │ ├── Min_sphere_of_spheres_d_traits_3.h │ │ ├── Min_sphere_of_spheres_d_traits_d.h │ │ ├── Minimum_enclosing_quadrilateral_traits_2.h │ │ ├── Minkowski_sum_2 │ │ │ ├── Approx_offset_base_2.h │ │ │ ├── Arr_labeled_traits_2.h │ │ │ ├── Decomposition_strategy_adapter.h │ │ │ ├── Exact_offset_base_2.h │ │ │ ├── Labels.h │ │ │ ├── Minkowski_sum_conv_2.h │ │ │ ├── Minkowski_sum_decomp_2.h │ │ │ ├── Offset_conv_2.h │ │ │ ├── Offset_decomp_2.h │ │ │ ├── Polygon_convex_decomposition.h │ │ │ ├── Union_of_curve_cycles_2.h │ │ │ ├── Union_of_cycles_2.h │ │ │ └── Union_of_segment_cycles_2.h │ │ ├── Minkowski_sum_3 │ │ │ ├── Gaussian_map.h │ │ │ ├── Gaussian_map_to_nef_3.h │ │ │ ├── PointMark.h │ │ │ └── bipartite_nary_union_sorted_combined.h │ │ ├── Modifiable_priority_queue.h │ │ ├── Modifier_base.h │ │ ├── Modular_arithmetic │ │ │ └── Residue_type.h │ │ ├── Modular_traits.h │ │ ├── Monge_via_jet_fitting.h │ │ ├── Mpzf.h │ │ ├── Multi_surface_3.h │ │ ├── Multiscale_sort.h │ │ ├── Multiset.h │ │ ├── NT_converter.h │ │ ├── N_step_adaptor.h │ │ ├── N_step_adaptor_derived.h │ │ ├── Needs_parens_as_product.h │ │ ├── Nef_2 │ │ │ ├── Bounding_box_2.h │ │ │ ├── Constrained_triang_traits.h │ │ │ ├── HDS_items.h │ │ │ ├── Line_to_epoint.h │ │ │ ├── Object_handle.h │ │ │ ├── Object_index.h │ │ │ ├── PM_checker.h │ │ │ ├── PM_const_decorator.h │ │ │ ├── PM_decorator.h │ │ │ ├── PM_explorer.h │ │ │ ├── PM_io_parser.h │ │ │ ├── PM_overlayer.h │ │ │ ├── PM_persistent_PL.h │ │ │ ├── PM_point_locator.h │ │ │ ├── Polynomial.h │ │ │ ├── Segment_overlay_traits.h │ │ │ ├── debug.h │ │ │ ├── gen_point_location.h │ │ │ ├── geninfo.h │ │ │ └── iterator_tools.h │ │ ├── Nef_3 │ │ │ ├── Binary_operation.h │ │ │ ├── Bounding_box_3.h │ │ │ ├── Combine_with_halfspace.h │ │ │ ├── Default_items.h │ │ │ ├── Edge_edge_overlay.h │ │ │ ├── Exact_triangulation_euclidean_traits_xy_3.h │ │ │ ├── Exact_triangulation_euclidean_traits_xz_3.h │ │ │ ├── Exact_triangulation_euclidean_traits_yz_3.h │ │ │ ├── Halfedge.h │ │ │ ├── Halffacet.h │ │ │ ├── ID_support_handler.h │ │ │ ├── Infimaximal_box.h │ │ │ ├── K3_tree.h │ │ │ ├── Mark_bounded_volumes.h │ │ │ ├── Nef_box.h │ │ │ ├── OGL_helper.h │ │ │ ├── Pluecker_line_3.h │ │ │ ├── SFace.h │ │ │ ├── SHalfedge.h │ │ │ ├── SHalfloop.h │ │ │ ├── SM_visualizor.h │ │ │ ├── SNC_FM_decorator.h │ │ │ ├── SNC_SM_explorer.h │ │ │ ├── SNC_SM_overlayer.h │ │ │ ├── SNC_SM_visualizor.h │ │ │ ├── SNC_const_decorator.h │ │ │ ├── SNC_constructor.h │ │ │ ├── SNC_decorator.h │ │ │ ├── SNC_decorator_traits.h │ │ │ ├── SNC_external_structure.h │ │ │ ├── SNC_indexed_items.h │ │ │ ├── SNC_intersection.h │ │ │ ├── SNC_io_parser.h │ │ │ ├── SNC_items.h │ │ │ ├── SNC_iteration.h │ │ │ ├── SNC_k3_tree_traits.h │ │ │ ├── SNC_list.h │ │ │ ├── SNC_point_locator.h │ │ │ ├── SNC_ray_shooter.h │ │ │ ├── SNC_simplify.h │ │ │ ├── SNC_sphere_map.h │ │ │ ├── SNC_structure.h │ │ │ ├── Vertex.h │ │ │ ├── Volume.h │ │ │ ├── binop_intersection_tests.h │ │ │ ├── bounded_side_3.h │ │ │ ├── polyhedron_3_to_nef_3.h │ │ │ ├── quotient_coordinates_to_homogeneous_point.h │ │ │ ├── shell_to_nef_3.h │ │ │ └── vertex_cycle_to_nef_3.h │ │ ├── Nef_S2 │ │ │ ├── Generic_handle_map.h │ │ │ ├── Normalizing.h │ │ │ ├── OGL_base_object.h │ │ │ ├── SM_checker.h │ │ │ ├── SM_const_decorator.h │ │ │ ├── SM_constrained_triang_traits.h │ │ │ ├── SM_decorator.h │ │ │ ├── SM_decorator_traits.h │ │ │ ├── SM_io_parser.h │ │ │ ├── SM_items.h │ │ │ ├── SM_iteration.h │ │ │ ├── SM_list.h │ │ │ ├── SM_overlayer.h │ │ │ ├── SM_point_locator.h │ │ │ ├── SM_triangulator.h │ │ │ ├── SM_visualizor.h │ │ │ ├── Sphere_circle.h │ │ │ ├── Sphere_direction.h │ │ │ ├── Sphere_geometry.h │ │ │ ├── Sphere_geometry_OGL.h │ │ │ ├── Sphere_map.h │ │ │ ├── Sphere_point.h │ │ │ ├── Sphere_segment.h │ │ │ ├── Sphere_triangle.h │ │ │ ├── leda_sphere_map.h │ │ │ └── sphere_predicates.h │ │ ├── Nef_nary_intersection_3.h │ │ ├── Nef_nary_union_3.h │ │ ├── Nef_polyhedron_2.h │ │ ├── Nef_polyhedron_3.h │ │ ├── Nef_polyhedron_S2.h │ │ ├── Nef_polynomial.h │ │ ├── Nef_polynomial_fwd.h │ │ ├── Nested_iterator.h │ │ ├── NewKernel_d │ │ │ ├── Cartesian_LA_base.h │ │ │ ├── Cartesian_LA_functors.h │ │ │ ├── Cartesian_base.h │ │ │ ├── Cartesian_change_FT.h │ │ │ ├── Cartesian_complete.h │ │ │ ├── Cartesian_filter_K.h │ │ │ ├── Cartesian_filter_NT.h │ │ │ ├── Cartesian_per_dimension.h │ │ │ ├── Cartesian_static_filters.h │ │ │ ├── Coaffine.h │ │ │ ├── Define_kernel_types.h │ │ │ ├── Dimension_base.h │ │ │ ├── Filtered_predicate2.h │ │ │ ├── KernelD_converter.h │ │ │ ├── Kernel_2_interface.h │ │ │ ├── Kernel_3_interface.h │ │ │ ├── Kernel_d_interface.h │ │ │ ├── Kernel_object_converter.h │ │ │ ├── LA_eigen │ │ │ │ ├── LA.h │ │ │ │ └── constructors.h │ │ │ ├── Lazy_cartesian.h │ │ │ ├── Types │ │ │ │ ├── Aff_transformation.h │ │ │ │ ├── Hyperplane.h │ │ │ │ ├── Iso_box.h │ │ │ │ ├── Line.h │ │ │ │ ├── Ray.h │ │ │ │ ├── Segment.h │ │ │ │ └── Sphere.h │ │ │ ├── Vector │ │ │ │ ├── array.h │ │ │ │ ├── avx4.h │ │ │ │ ├── determinant_of_iterator_to_points_from_iterator_to_vectors.h │ │ │ │ ├── determinant_of_iterator_to_points_from_points.h │ │ │ │ ├── determinant_of_iterator_to_vectors_from_vectors.h │ │ │ │ ├── determinant_of_points_from_vectors.h │ │ │ │ ├── determinant_of_vectors_small_dim.h │ │ │ │ ├── determinant_of_vectors_small_dim_internal.h │ │ │ │ ├── mix.h │ │ │ │ ├── sse2.h │ │ │ │ ├── v2int.h │ │ │ │ └── vector.h │ │ │ ├── Wrapper │ │ │ │ ├── Cartesian_wrap.h │ │ │ │ ├── Hyperplane_d.h │ │ │ │ ├── Point_d.h │ │ │ │ ├── Ref_count_obj.h │ │ │ │ ├── Segment_d.h │ │ │ │ ├── Sphere_d.h │ │ │ │ └── Vector_d.h │ │ │ ├── function_objects_cartesian.h │ │ │ ├── functor_properties.h │ │ │ ├── functor_tags.h │ │ │ ├── static_int.h │ │ │ ├── store_kernel.h │ │ │ └── utils.h │ │ ├── Null_matrix.h │ │ ├── Number_type_checker.h │ │ ├── Number_types │ │ │ └── internal_functions_comparison_root_of_2.h │ │ ├── OFF_to_nef_3.h │ │ ├── Object.h │ │ ├── OpenNL │ │ │ ├── bicgstab.h │ │ │ ├── blas.h │ │ │ ├── conjugate_gradient.h │ │ │ ├── full_vector.h │ │ │ ├── linear_solver.h │ │ │ ├── preconditioner.h │ │ │ └── sparse_matrix.h │ │ ├── Optimisation │ │ │ ├── Access_coordinates_begin_2.h │ │ │ ├── Access_coordinates_begin_3.h │ │ │ ├── Access_coordinates_begin_d.h │ │ │ ├── Access_dimension_2.h │ │ │ ├── Access_dimension_3.h │ │ │ ├── Access_dimension_d.h │ │ │ ├── Construct_point_2.h │ │ │ ├── Construct_point_3.h │ │ │ ├── Construct_point_d.h │ │ │ ├── assertions.h │ │ │ ├── basic.h │ │ │ └── debug.h │ │ ├── Optimisation_d_traits_2.h │ │ ├── Optimisation_d_traits_3.h │ │ ├── Optimisation_d_traits_d.h │ │ ├── Origin.h │ │ ├── Orthogonal_incremental_neighbor_search.h │ │ ├── Orthogonal_k_neighbor_search.h │ │ ├── PCA_util.h │ │ ├── Parabola_2.h │ │ ├── Parabola_segment_2.h │ │ ├── Param_mesh_patch_circulators.h │ │ ├── Param_mesh_patch_iterators.h │ │ ├── Param_mesh_patch_vertex.h │ │ ├── Parameterization_mesh_feature_extractor.h │ │ ├── Parameterization_mesh_patch_3.h │ │ ├── Parameterization_polyhedron_adaptor_3.h │ │ ├── Parameterizer_traits_3.h │ │ ├── Partition_2 │ │ │ ├── Circulator_pair.h │ │ │ ├── Indirect_edge_compare.h │ │ │ ├── Indirect_less_xy_2.h │ │ │ ├── Indirect_not_less_yx_2.h │ │ │ ├── Iterator_list.h │ │ │ ├── Matrix.h │ │ │ ├── Partition_opt_cvx_diagonal_list.h │ │ │ ├── Partition_opt_cvx_edge.h │ │ │ ├── Partition_opt_cvx_vertex.h │ │ │ ├── Partition_traits_2_base.h │ │ │ ├── Partition_vertex_map.h │ │ │ ├── Partitioned_polygon_2.h │ │ │ ├── Point_pair_less_xy_2.h │ │ │ ├── Rotation_tree_2.h │ │ │ ├── Rotation_tree_2_impl.h │ │ │ ├── Rotation_tree_node_2.h │ │ │ ├── Segment_less_yx_2.h │ │ │ ├── Triangulation_indirect_traits_2.h │ │ │ ├── Turn_reverser.h │ │ │ ├── Vertex_visibility_graph_2.h │ │ │ ├── Vertex_visibility_graph_2_impl.h │ │ │ ├── is_degenerate_polygon_2.h │ │ │ ├── partition_approx_convex_2.h │ │ │ ├── partition_assertions.h │ │ │ ├── partition_greene_approx_convex_2.h │ │ │ ├── partition_optimal_convex_2.h │ │ │ └── partition_y_monotone_2.h │ │ ├── Partition_is_valid_traits_2.h │ │ ├── Partition_traits_2.h │ │ ├── Periodic_2_Delaunay_triangulation_2.h │ │ ├── Periodic_2_Delaunay_triangulation_traits_2.h │ │ ├── Periodic_2_offset_2.h │ │ ├── Periodic_2_triangulation_2.h │ │ ├── Periodic_2_triangulation_dummy_12.h │ │ ├── Periodic_2_triangulation_face_base_2.h │ │ ├── Periodic_2_triangulation_filtered_traits_2.h │ │ ├── Periodic_2_triangulation_hierarchy_2.h │ │ ├── Periodic_2_triangulation_hierarchy_vertex_base_2.h │ │ ├── Periodic_2_triangulation_iterators_2.h │ │ ├── Periodic_2_triangulation_statically_filtered_traits_2.h │ │ ├── Periodic_2_triangulation_traits_2.h │ │ ├── Periodic_2_triangulation_vertex_base_2.h │ │ ├── Periodic_3_Delaunay_triangulation_3.h │ │ ├── Periodic_3_offset_3.h │ │ ├── Periodic_3_triangulation_3.h │ │ ├── Periodic_3_triangulation_ds_cell_base_3.h │ │ ├── Periodic_3_triangulation_ds_vertex_base_3.h │ │ ├── Periodic_3_triangulation_dummy_36.h │ │ ├── Periodic_3_triangulation_filtered_traits_3.h │ │ ├── Periodic_3_triangulation_hierarchy_3.h │ │ ├── Periodic_3_triangulation_iterators_3.h │ │ ├── Periodic_3_triangulation_remove_traits_3.h │ │ ├── Periodic_3_triangulation_statically_filtered_traits_3.h │ │ ├── Periodic_3_triangulation_traits_3.h │ │ ├── Plane_3.h │ │ ├── Plane_separator.h │ │ ├── Point_2.h │ │ ├── Point_2_Iso_rectangle_2_intersection.h │ │ ├── Point_2_Line_2_intersection.h │ │ ├── Point_2_Point_2_intersection.h │ │ ├── Point_2_Ray_2_intersection.h │ │ ├── Point_2_Segment_2_intersection.h │ │ ├── Point_2_Triangle_2_intersection.h │ │ ├── Point_3.h │ │ ├── Point_container.h │ │ ├── Point_inside_polyhedron_3.h │ │ ├── Point_set_2.h │ │ ├── Point_traits.h │ │ ├── Point_with_normal_3.h │ │ ├── Point_with_psc_localisation.h │ │ ├── Point_with_surface_index.h │ │ ├── Point_with_surface_index_geom_traits.h │ │ ├── Poisson_implicit_surface_3.h │ │ ├── Poisson_mesh_cell_criteria_3.h │ │ ├── Poisson_reconstruction_function.h │ │ ├── Polygon_2.h │ │ ├── Polygon_2 │ │ │ ├── Polygon_2_algorithms_impl.h │ │ │ ├── Polygon_2_edge_circulator.h │ │ │ ├── Polygon_2_edge_iterator.h │ │ │ ├── Polygon_2_impl.h │ │ │ ├── Polygon_2_simplicity.h │ │ │ ├── Polygon_2_vertex_circulator.h │ │ │ └── polygon_assertions.h │ │ ├── Polygon_2_algorithms.h │ │ ├── Polygon_convex_decomposition_2.h │ │ ├── Polygon_offset_builder_2.h │ │ ├── Polygon_offset_builder_traits_2.h │ │ ├── Polygon_set_2.h │ │ ├── Polygon_traits_2.h │ │ ├── Polygon_with_holes_2.h │ │ ├── PolyhedralSurf_neighbors.h │ │ ├── Polyhedral_mesh_domain_3.h │ │ ├── Polyhedral_mesh_domain_with_features_3.h │ │ ├── Polyhedron_3.h │ │ ├── Polyhedron_copy_3.h │ │ ├── Polyhedron_decorator_3.h │ │ ├── Polyhedron_incremental_builder_3.h │ │ ├── Polyhedron_items_3.h │ │ ├── Polyhedron_items_with_id_3.h │ │ ├── Polyhedron_min_items_3.h │ │ ├── Polyhedron_slicer_3.h │ │ ├── Polyhedron_stitching.h │ │ ├── Polyhedron_traits_3.h │ │ ├── Polyhedron_traits_with_normals_3.h │ │ ├── Polynomial.h │ │ ├── Polynomial │ │ │ ├── Algebraic_structure_traits.h │ │ │ ├── CORE_Expr_root_stack.h │ │ │ ├── CORE_kernel.h │ │ │ ├── Cached_extended_euclidean_algorithm.h │ │ │ ├── Chinese_remainder_traits.h │ │ │ ├── Coercion_traits.h │ │ │ ├── Degree.h │ │ │ ├── Fixed_polynomial.h │ │ │ ├── Fraction_traits.h │ │ │ ├── Get_arithmetic_kernel.h │ │ │ ├── Interpolator.h │ │ │ ├── Interval_polynomial.h │ │ │ ├── Kernel.h │ │ │ ├── Modular_traits.h │ │ │ ├── Monomial_representation.h │ │ │ ├── Numeric_root_stack.h │ │ │ ├── Polynomial.h │ │ │ ├── Polynomial_type.h │ │ │ ├── Real_embeddable_traits.h │ │ │ ├── Root_stack_default_traits.h │ │ │ ├── Scalar_factor_traits.h │ │ │ ├── Sturm_root_stack.h │ │ │ ├── Sturm_root_stack_traits.h │ │ │ ├── basic.h │ │ │ ├── bezout_matrix.h │ │ │ ├── determinant.h │ │ │ ├── fwd.h │ │ │ ├── hgdelta_update.h │ │ │ ├── internal │ │ │ │ ├── Alternation_counter.h │ │ │ │ ├── CORE_polynomial.h │ │ │ │ ├── Descartes_root_count.h │ │ │ │ ├── Double_with_infinity.h │ │ │ │ ├── Filtered_function.h │ │ │ │ ├── Filtered_kernel.h │ │ │ │ ├── Filtered_kernel │ │ │ │ │ ├── Filtered_Descartes_has_root.h │ │ │ │ │ ├── Filtered_Descartes_root_counter.h │ │ │ │ │ ├── Filtered_are_negations.h │ │ │ │ │ ├── Filtered_polynomial_rational_kernel.h │ │ │ │ │ ├── Filtered_root_bound_evaluator.h │ │ │ │ │ ├── Filtered_root_multiplicity.h │ │ │ │ │ └── Filtered_sign_at.h │ │ │ │ ├── Filtered_number.h │ │ │ │ ├── Filtered_rational │ │ │ │ │ ├── Construct_filtered_function.h │ │ │ │ │ ├── Filtered_Descartes_has_root.h │ │ │ │ │ ├── Filtered_Descartes_root_counter.h │ │ │ │ │ ├── Filtered_Sturm_sequence.h │ │ │ │ │ ├── Filtered_are_negations.h │ │ │ │ │ ├── Filtered_rational_multiplicity.h │ │ │ │ │ ├── Filtered_rational_sign_above_rational.h │ │ │ │ │ ├── Filtered_rational_traits.h │ │ │ │ │ ├── Filtered_root_bound_evaluator.h │ │ │ │ │ ├── Filtered_sign_Sturm_sequence.h │ │ │ │ │ ├── Filtered_sign_at_rational.h │ │ │ │ │ └── Filtered_standard_sequence.h │ │ │ │ ├── Fixed_polynomial_impl.h │ │ │ │ ├── GSL_numeric_solver.h │ │ │ │ ├── Isolating_interval.h │ │ │ │ ├── Kernel │ │ │ │ │ ├── Is_even_multiplicity.h │ │ │ │ │ ├── Is_rational.h │ │ │ │ │ ├── Isolating_interval.h │ │ │ │ │ ├── Lower_bound_root.h │ │ │ │ │ ├── Multiplicity.h │ │ │ │ │ ├── Rational_between_roots.h │ │ │ │ │ ├── Root_container.h │ │ │ │ │ ├── Sign_above.h │ │ │ │ │ ├── Sign_at.h │ │ │ │ │ ├── Sign_below.h │ │ │ │ │ ├── Sign_between_roots.h │ │ │ │ │ ├── To_rational.h │ │ │ │ │ └── predicate_template.h │ │ │ │ ├── Polynomial_impl.h │ │ │ │ ├── Rational │ │ │ │ │ ├── Are_negations.h │ │ │ │ │ ├── Bezier_root_counter.h │ │ │ │ │ ├── Compare_isolated_roots_in_interval.h │ │ │ │ │ ├── Construct_function.h │ │ │ │ │ ├── Derivative.h │ │ │ │ │ ├── Descartes_has_root.h │ │ │ │ │ ├── Descartes_root_counter.h │ │ │ │ │ ├── Euclidean_Sturm_sequence.h │ │ │ │ │ ├── Evaluate_polynomial.h │ │ │ │ │ ├── Invert_variable.h │ │ │ │ │ ├── Map_rational_interval_to_positive.h │ │ │ │ │ ├── Monic_Sturm_sequence.h │ │ │ │ │ ├── Negate_variable.h │ │ │ │ │ ├── Primitive_part_Sturm_sequence.h │ │ │ │ │ ├── Pseudo_quotient.h │ │ │ │ │ ├── Pseudo_remainder.h │ │ │ │ │ ├── Quotient.h │ │ │ │ │ ├── Quotient_remainder.h │ │ │ │ │ ├── Rational_multiplicity.h │ │ │ │ │ ├── Rational_traits_base.h │ │ │ │ │ ├── Rational_translate_zero.h │ │ │ │ │ ├── Reduced_Sturm_sequence.h │ │ │ │ │ ├── Remainder.h │ │ │ │ │ ├── Root_bound_evaluator.h │ │ │ │ │ ├── Shift_power.h │ │ │ │ │ ├── Sign_Sturm_sequence.h │ │ │ │ │ ├── Sign_above_rational.h │ │ │ │ │ ├── Sign_at_rational.h │ │ │ │ │ ├── Sign_below_rational.h │ │ │ │ │ ├── Standard_sequence.h │ │ │ │ │ ├── Sturm_root_counter.h │ │ │ │ │ ├── Sturm_sequence.h │ │ │ │ │ ├── Sturm_sequence_base.h │ │ │ │ │ └── Subresultant_Sturm_sequence.h │ │ │ │ ├── Root_stack_traits_base.h │ │ │ │ ├── Sign_variations_counter.h │ │ │ │ ├── Simple_interval_root.h │ │ │ │ ├── Statistics.h │ │ │ │ ├── Sturm_isolating_interval.h │ │ │ │ ├── Sturm_root_rep.h │ │ │ │ ├── config.h │ │ │ │ ├── filtered_function_leaf_nodes.h │ │ │ │ ├── filtered_function_node_bases.h │ │ │ │ ├── filtered_function_operation_nodes.h │ │ │ │ ├── interval_arithmetic.h │ │ │ │ ├── macros.h │ │ │ │ ├── nt_converters.h │ │ │ │ ├── numeric_solvers.h │ │ │ │ ├── numeric_solvers_support.h │ │ │ │ └── polynomial_generators.h │ │ │ ├── misc.h │ │ │ ├── modular_filter.h │ │ │ ├── modular_gcd.h │ │ │ ├── modular_gcd_utcf_algorithm_M.h │ │ │ ├── modular_gcd_utcf_dfai.h │ │ │ ├── modular_gcd_utils.h │ │ │ ├── polynomial_converters.h │ │ │ ├── polynomial_gcd.h │ │ │ ├── polynomial_gcd_implementations.h │ │ │ ├── polynomial_gcd_ntl.h │ │ │ ├── prs_resultant.h │ │ │ ├── resultant.h │ │ │ ├── square_free_factorize.h │ │ │ ├── sturm_habicht_sequence.h │ │ │ └── subresultants.h │ │ ├── Polynomial_traits_d.h │ │ ├── Polynomial_type_generator.h │ │ ├── Polynomials_1_2.h │ │ ├── Polynomials_1_3.h │ │ ├── Polynomials_2_2.h │ │ ├── Polynomials_2_3.h │ │ ├── Polynomials_for_line_3.h │ │ ├── Polytope_distance_d.h │ │ ├── Polytope_distance_d_traits_2.h │ │ ├── Polytope_distance_d_traits_3.h │ │ ├── Polytope_distance_d_traits_d.h │ │ ├── Prevent_deref.h │ │ ├── Profile_counter.h │ │ ├── Profile_timer.h │ │ ├── Projection_traits_xy_3.h │ │ ├── Projection_traits_xz_3.h │ │ ├── Projection_traits_yz_3.h │ │ ├── QP_functions.h │ │ ├── QP_models.h │ │ ├── QP_options.h │ │ ├── QP_solution.h │ │ ├── QP_solver │ │ │ ├── Initialization.h │ │ │ ├── QP__filtered_base.h │ │ │ ├── QP__filtered_base_impl.h │ │ │ ├── QP__partial_base.h │ │ │ ├── QP_basis_inverse.h │ │ │ ├── QP_basis_inverse_impl.h │ │ │ ├── QP_exact_bland_pricing.h │ │ │ ├── QP_full_exact_pricing.h │ │ │ ├── QP_full_filtered_pricing.h │ │ │ ├── QP_functions_impl.h │ │ │ ├── QP_partial_exact_pricing.h │ │ │ ├── QP_partial_filtered_pricing.h │ │ │ ├── QP_pricing_strategy.h │ │ │ ├── QP_solution_impl.h │ │ │ ├── QP_solver.h │ │ │ ├── QP_solver_bounds_impl.h │ │ │ ├── QP_solver_impl.h │ │ │ ├── QP_solver_nonstandardform_impl.h │ │ │ ├── Unbounded_direction.h │ │ │ ├── assertions.h │ │ │ ├── basic.h │ │ │ ├── debug.h │ │ │ └── functors.h │ │ ├── Qt │ │ │ ├── AlphaShapeGraphicsItem.h │ │ │ ├── ApolloniusGraphGraphicsItem.h │ │ │ ├── CGAL_Qt4_config.h │ │ │ ├── CircularArcGraphicsItem.h │ │ │ ├── ConstrainedTriangulationGraphicsItem.h │ │ │ ├── Converter.h │ │ │ ├── DelaunayMeshTriangulationGraphicsItem.h │ │ │ ├── DemosMainWindow.h │ │ │ ├── GraphicsItem.h │ │ │ ├── GraphicsViewCircleInput.h │ │ │ ├── GraphicsViewCircularArcInput.h │ │ │ ├── GraphicsViewInput.h │ │ │ ├── GraphicsViewIsoRectangleInput.h │ │ │ ├── GraphicsViewLineInput.h │ │ │ ├── GraphicsViewNavigation.h │ │ │ ├── GraphicsViewPointInput.h │ │ │ ├── GraphicsViewPolygonWithHolesInput.h │ │ │ ├── GraphicsViewPolylineInput.h │ │ │ ├── LineGraphicsItem.h │ │ │ ├── PainterOstream.h │ │ │ ├── PointsGraphicsItem.h │ │ │ ├── PointsInKdTreeGraphicsItem.h │ │ │ ├── PolygonGraphicsItem.h │ │ │ ├── PolygonWithHolesGraphicsItem.h │ │ │ ├── PolylinesGraphicsItem.h │ │ │ ├── PowerdiagramGraphicsItem.h │ │ │ ├── RegularGridGraphicsItem.h │ │ │ ├── RegularGridVectorFieldGraphicsItem.h │ │ │ ├── RegularTriangulationGraphicsItem.h │ │ │ ├── SegmentDelaunayGraphGraphicsItem.h │ │ │ ├── SegmentsGraphicsItem.h │ │ │ ├── StreamLinesGraphicsItem.h │ │ │ ├── TriangulationGraphicsItem.h │ │ │ ├── VoronoiGraphicsItem.h │ │ │ ├── debug.h │ │ │ ├── resources.h │ │ │ └── utility.h │ │ ├── Quotient.h │ │ ├── Quotient_fwd.h │ │ ├── RS │ │ │ ├── Gmpfr_make_unique.h │ │ │ ├── ak_1.h │ │ │ ├── ak_z_1.h │ │ │ ├── algebraic_1.h │ │ │ ├── algebraic_z_1.h │ │ │ ├── bisection_refiner_1.h │ │ │ ├── comparator_1.h │ │ │ ├── dyadic.h │ │ │ ├── exact_signat_1.h │ │ │ ├── functors_1.h │ │ │ ├── functors_z_1.h │ │ │ ├── polynomial_converter_1.h │ │ │ ├── rs23_k_isolator_1.h │ │ │ ├── rs2_calls.h │ │ │ ├── rs2_isolator_1.h │ │ │ ├── rs3_k_refiner_1.h │ │ │ ├── rs3_refiner_1.h │ │ │ └── signat_1.h │ │ ├── Random.h │ │ ├── Random_access_adaptor.h │ │ ├── Random_access_value_adaptor.h │ │ ├── Random_convex_set_traits_2.h │ │ ├── Random_polygon_2_sweep.h │ │ ├── Random_polygon_traits_2.h │ │ ├── Range_segment_tree_traits.h │ │ ├── Range_tree_d.h │ │ ├── Range_tree_k.h │ │ ├── Rational_traits.h │ │ ├── Ray_2.h │ │ ├── Ray_2_Bbox_2_intersection.h │ │ ├── Ray_2_Iso_rectangle_2_intersection.h │ │ ├── Ray_2_Line_2_intersection.h │ │ ├── Ray_2_Point_2_intersection.h │ │ ├── Ray_2_Ray_2_intersection.h │ │ ├── Ray_2_Segment_2_intersection.h │ │ ├── Ray_2_Triangle_2_intersection.h │ │ ├── Ray_3.h │ │ ├── Real_embeddable_traits.h │ │ ├── Real_timer.h │ │ ├── Reconstruction_triangulation_3.h │ │ ├── Rectangular_p_center_traits_2.h │ │ ├── Regular_complex_d.h │ │ ├── Regular_grid_2.h │ │ ├── Regular_triangulation_2.h │ │ ├── Regular_triangulation_3.h │ │ ├── Regular_triangulation_adaptation_policies_2.h │ │ ├── Regular_triangulation_adaptation_traits_2.h │ │ ├── Regular_triangulation_cell_base_3.h │ │ ├── Regular_triangulation_cell_base_with_weighted_circumcenter_3.h │ │ ├── Regular_triangulation_euclidean_traits_2.h │ │ ├── Regular_triangulation_euclidean_traits_3.h │ │ ├── Regular_triangulation_face_base_2.h │ │ ├── Regular_triangulation_filtered_traits_2.h │ │ ├── Regular_triangulation_filtered_traits_3.h │ │ ├── Regular_triangulation_vertex_base_2.h │ │ ├── Residue.h │ │ ├── Ridges.h │ │ ├── Robust_circumcenter_filtered_traits_3.h │ │ ├── Robust_circumcenter_traits_3.h │ │ ├── Robust_construction.h │ │ ├── Root_for_circles_2_2.h │ │ ├── Root_for_spheres_2_3.h │ │ ├── Root_of_traits.h │ │ ├── Root_of_traits_specializations.h │ │ ├── Runge_kutta_integrator_2.h │ │ ├── Scalar_factor_traits.h │ │ ├── Search_traits.h │ │ ├── Search_traits_2.h │ │ ├── Search_traits_3.h │ │ ├── Search_traits_adapter.h │ │ ├── Search_traits_d.h │ │ ├── Search_traits_vertex_handle_3.h │ │ ├── Segment_2.h │ │ ├── Segment_2_Iso_rectangle_2_intersection.h │ │ ├── Segment_2_Line_2_intersection.h │ │ ├── Segment_2_Point_2_intersection.h │ │ ├── Segment_2_Ray_2_intersection.h │ │ ├── Segment_2_Segment_2_intersection.h │ │ ├── Segment_2_Triangle_2_intersection.h │ │ ├── Segment_3.h │ │ ├── Segment_Delaunay_graph_2.h │ │ ├── Segment_Delaunay_graph_2 │ │ │ ├── Are_parallel_C2.h │ │ │ ├── Are_same_points_C2.h │ │ │ ├── Are_same_segments_C2.h │ │ │ ├── Arrangement_enum.h │ │ │ ├── Arrangement_type_C2.h │ │ │ ├── Arrangement_type_non_intersecting_C2.h │ │ │ ├── Basic_predicates_C2.h │ │ │ ├── Cartesian_converter.h │ │ │ ├── Compare_x_2.h │ │ │ ├── Compare_y_2.h │ │ │ ├── Construct_storage_site_2.h │ │ │ ├── Construct_storage_site_with_info_2.h │ │ │ ├── Constructions_C2.h │ │ │ ├── Filtered_traits_base_2.h │ │ │ ├── Filtered_traits_concept_check_tags.h │ │ │ ├── Finite_edge_interior_conflict_C2.h │ │ │ ├── Infinite_edge_interior_conflict_C2.h │ │ │ ├── Is_degenerate_edge_C2.h │ │ │ ├── Kernel_wrapper_2.h │ │ │ ├── Orientation_C2.h │ │ │ ├── Oriented_side_C2.h │ │ │ ├── Oriented_side_of_bisector_C2.h │ │ │ ├── Predicates_C2.h │ │ │ ├── Segment_Delaunay_graph_2_impl.h │ │ │ ├── Segment_Delaunay_graph_hierarchy_2_impl.h │ │ │ ├── Sqrt_extension_2.h │ │ │ ├── Traits_base_2.h │ │ │ ├── Traits_wrapper_2.h │ │ │ ├── Triangulation_face_base_with_edges_2.h │ │ │ ├── Vertex_conflict_C2.h │ │ │ ├── Voronoi_vertex_C2.h │ │ │ ├── Voronoi_vertex_ring_C2.h │ │ │ ├── Voronoi_vertex_sqrt_field_C2.h │ │ │ ├── Voronoi_vertex_sqrt_field_new_C2.h │ │ │ ├── basic.h │ │ │ ├── edge_list.h │ │ │ └── in_place_edge_list.h │ │ ├── Segment_Delaunay_graph_adaptation_policies_2.h │ │ ├── Segment_Delaunay_graph_adaptation_traits_2.h │ │ ├── Segment_Delaunay_graph_face_base_2.h │ │ ├── Segment_Delaunay_graph_filtered_traits_2.h │ │ ├── Segment_Delaunay_graph_hierarchy_2.h │ │ ├── Segment_Delaunay_graph_hierarchy_vertex_base_2.h │ │ ├── Segment_Delaunay_graph_simple_site_2.h │ │ ├── Segment_Delaunay_graph_simple_storage_site_2.h │ │ ├── Segment_Delaunay_graph_site_2.h │ │ ├── Segment_Delaunay_graph_storage_site_2.h │ │ ├── Segment_Delaunay_graph_storage_site_with_info_2.h │ │ ├── Segment_Delaunay_graph_storage_traits_2.h │ │ ├── Segment_Delaunay_graph_storage_traits_with_info_2.h │ │ ├── Segment_Delaunay_graph_traits_2.h │ │ ├── Segment_Delaunay_graph_vertex_base_2.h │ │ ├── Segment_tree_d.h │ │ ├── Segment_tree_k.h │ │ ├── Self_intersection_polyhedron_3.h │ │ ├── Simple_cartesian.h │ │ ├── Simple_circular_kernel_2.h │ │ ├── Simple_homogeneous.h │ │ ├── Simple_spherical_kernel_3.h │ │ ├── Sixtuple.h │ │ ├── Skin_surface_3.h │ │ ├── Skin_surface_base_3.h │ │ ├── Skin_surface_filtered_traits_3.h │ │ ├── Skin_surface_marching_tetrahedra_observer_3.h │ │ ├── Skin_surface_polyhedral_items_3.h │ │ ├── Skin_surface_polyhedral_items_with_face_information.h │ │ ├── Skin_surface_quadratic_surface_3.h │ │ ├── Skin_surface_refinement_policy_3.h │ │ ├── Skin_surface_traits_3.h │ │ ├── Small_side_angle_bisector_decomposition_2.h │ │ ├── Snap_rounding_2.h │ │ ├── Snap_rounding_kd_2.h │ │ ├── Snap_rounding_traits_2.h │ │ ├── Sorted_matrix_search_traits_adaptor.h │ │ ├── Spatial_lock_grid_3.h │ │ ├── Spatial_sort_traits_adapter_2.h │ │ ├── Spatial_sort_traits_adapter_3.h │ │ ├── Spatial_sort_traits_adapter_d.h │ │ ├── Sphere_3.h │ │ ├── Spherical_kernel_3.h │ │ ├── Spherical_kernel_intersections.h │ │ ├── Spherical_kernel_type_equality_wrapper.h │ │ ├── Splitters.h │ │ ├── Sqrt_extension.h │ │ ├── Sqrt_extension │ │ │ ├── Algebraic_extension_traits.h │ │ │ ├── Algebraic_structure_traits.h │ │ │ ├── Chinese_remainder_traits.h │ │ │ ├── Coercion_traits.h │ │ │ ├── Eigen_NumTraits.h │ │ │ ├── Fraction_traits.h │ │ │ ├── Get_arithmetic_kernel.h │ │ │ ├── Modular_traits.h │ │ │ ├── Real_embeddable_traits.h │ │ │ ├── Scalar_factor_traits.h │ │ │ ├── Sqrt_extension_type.h │ │ │ ├── Wang_traits.h │ │ │ ├── convert_to_bfi.h │ │ │ └── io.h │ │ ├── Sqrt_extension_fwd.h │ │ ├── Square_border_parameterizer_3.h │ │ ├── Straight_2.h │ │ ├── Straight_skeleton_2.h │ │ ├── Straight_skeleton_2 │ │ │ ├── Polygon_offset_builder_2_impl.h │ │ │ ├── Straight_skeleton_aux.h │ │ │ ├── Straight_skeleton_builder_2_impl.h │ │ │ ├── Straight_skeleton_builder_events_2.h │ │ │ ├── Straight_skeleton_builder_traits_2_aux.h │ │ │ ├── assertions.h │ │ │ ├── debug.h │ │ │ └── test.h │ │ ├── Straight_skeleton_builder_2.h │ │ ├── Straight_skeleton_builder_traits_2.h │ │ ├── Straight_skeleton_converter_2.h │ │ ├── Straight_skeleton_face_base_2.h │ │ ├── Straight_skeleton_halfedge_base_2.h │ │ ├── Straight_skeleton_items_2.h │ │ ├── Straight_skeleton_vertex_base_2.h │ │ ├── Stream_lines_2.h │ │ ├── Subdivision_mask_3.h │ │ ├── Subdivision_method_3.h │ │ ├── Subdivision_method_impl_3.h │ │ ├── Surface_mesh_cell_base_3.h │ │ ├── Surface_mesh_complex_2_in_triangulation_3.h │ │ ├── Surface_mesh_default_criteria_3.h │ │ ├── Surface_mesh_default_edges_criteria_3.h │ │ ├── Surface_mesh_default_triangulation_3.h │ │ ├── Surface_mesh_simplification │ │ │ ├── Detail │ │ │ │ ├── Common.h │ │ │ │ ├── Edge_collapse.h │ │ │ │ └── Edge_collapse_impl.h │ │ │ ├── Edge_collapse_visitor_base.h │ │ │ ├── HalfedgeGraph_Polyhedron_3.h │ │ │ ├── Policies │ │ │ │ └── Edge_collapse │ │ │ │ │ ├── Constrained_placement.h │ │ │ │ │ ├── Count_ratio_stop_predicate.h │ │ │ │ │ ├── Count_stop_predicate.h │ │ │ │ │ ├── Detail │ │ │ │ │ ├── Lindstrom_Turk_core.h │ │ │ │ │ └── Lindstrom_Turk_core_impl.h │ │ │ │ │ ├── Edge_length_cost.h │ │ │ │ │ ├── Edge_profile.h │ │ │ │ │ ├── Edge_profile_impl.h │ │ │ │ │ ├── LindstromTurk.h │ │ │ │ │ ├── LindstromTurk_cost.h │ │ │ │ │ ├── LindstromTurk_params.h │ │ │ │ │ ├── LindstromTurk_placement.h │ │ │ │ │ ├── Midpoint_and_length.h │ │ │ │ │ └── Midpoint_placement.h │ │ │ └── edge_collapse.h │ │ ├── Surface_mesh_traits_generator_3.h │ │ ├── Surface_mesh_triangulation_generator_3.h │ │ ├── Surface_mesh_vertex_base_3.h │ │ ├── Surface_mesher │ │ │ ├── Combining_oracle.h │ │ │ ├── Has_edges.h │ │ │ ├── Implicit_surface_oracle_3.h │ │ │ ├── Intersection_data_structure_3.h │ │ │ ├── Null_oracle_visitor.h │ │ │ ├── Point_surface_indices_oracle_visitor.h │ │ │ ├── Poisson_implicit_surface_oracle_3.h │ │ │ ├── Polyhedral_oracle.h │ │ │ ├── Profile_counter.h │ │ │ ├── Profile_timer.h │ │ │ ├── Sphere_oracle_3.h │ │ │ ├── Standard_criteria.h │ │ │ ├── Surface_mesher.h │ │ │ ├── Surface_mesher_edges_level.h │ │ │ ├── Surface_mesher_edges_level_visitor.h │ │ │ ├── Surface_mesher_manifold.h │ │ │ ├── Surface_mesher_regular_edges.h │ │ │ ├── Surface_mesher_visitor.h │ │ │ ├── Types_generators.h │ │ │ ├── Verbose_flag.h │ │ │ ├── Vertices_on_the_same_psc_element_criterion.h │ │ │ └── Vertices_on_the_same_surface_criterion.h │ │ ├── Surface_mesher_generator.h │ │ ├── Sweep_line_2.h │ │ ├── Sweep_line_2 │ │ │ ├── Arr_basic_insertion_sl_visitor.h │ │ │ ├── Arr_basic_insertion_traits_2.h │ │ │ ├── Arr_batched_pl_sl_visitor.h │ │ │ ├── Arr_construction_event.h │ │ │ ├── Arr_construction_sl_visitor.h │ │ │ ├── Arr_construction_subcurve.h │ │ │ ├── Arr_default_overlay_traits_base.h │ │ │ ├── Arr_insertion_sl_visitor.h │ │ │ ├── Arr_insertion_traits_2.h │ │ │ ├── Arr_overlay_sl_visitor.h │ │ │ ├── Arr_overlay_subcurve.h │ │ │ ├── Arr_overlay_traits_2.h │ │ │ ├── Arr_vert_decomp_sl_visitor.h │ │ │ ├── Basic_sweep_line_2_impl.h │ │ │ ├── Sweep_line_2_debug.h │ │ │ ├── Sweep_line_2_impl.h │ │ │ ├── Sweep_line_2_utils.h │ │ │ ├── Sweep_line_2_visitors.h │ │ │ ├── Sweep_line_curve_pair.h │ │ │ ├── Sweep_line_event.h │ │ │ ├── Sweep_line_functors.h │ │ │ └── Sweep_line_subcurve.h │ │ ├── Sweep_line_2_algorithms.h │ │ ├── Sweep_line_empty_visitor.h │ │ ├── Taucs_fix.h │ │ ├── Taucs_matrix.h │ │ ├── Taucs_solver_traits.h │ │ ├── Taucs_vector.h │ │ ├── Tetrahedron_3.h │ │ ├── Threetuple.h │ │ ├── Time_stamper.h │ │ ├── Timer.h │ │ ├── Tools │ │ │ ├── Counter.h │ │ │ ├── Label.h │ │ │ ├── Log.h │ │ │ ├── chained_map.h │ │ │ └── utility_macros.h │ │ ├── Transform_iterator.h │ │ ├── Tree_assertions.h │ │ ├── Tree_base.h │ │ ├── Tree_traits.h │ │ ├── Triangle_2.h │ │ ├── Triangle_2_Iso_rectangle_2_intersection.h │ │ ├── Triangle_2_Line_2_intersection.h │ │ ├── Triangle_2_Point_2_intersection.h │ │ ├── Triangle_2_Ray_2_intersection.h │ │ ├── Triangle_2_Segment_2_intersection.h │ │ ├── Triangle_2_Triangle_2_do_intersect.h │ │ ├── Triangle_2_Triangle_2_intersection.h │ │ ├── Triangle_3.h │ │ ├── Triangle_3_Line_3_do_intersect.h │ │ ├── Triangle_3_Plane_3_do_intersect.h │ │ ├── Triangle_3_Point_3_do_intersect.h │ │ ├── Triangle_3_Ray_3_do_intersect.h │ │ ├── Triangle_3_Segment_3_do_intersect.h │ │ ├── Triangle_3_Tetrahedron_3_do_intersect.h │ │ ├── Triangle_3_Triangle_3_do_intersect.h │ │ ├── Triangle_3_Triangle_3_intersection.h │ │ ├── Triangle_accessor_3.h │ │ ├── Triangular_field_2.h │ │ ├── Triangulated_mixed_complex_observer_3.h │ │ ├── Triangulation_2.h │ │ ├── Triangulation_2_filtered_projection_traits_3.h │ │ ├── Triangulation_2_projection_traits_3.h │ │ ├── Triangulation_2_traits_3.h │ │ ├── Triangulation_3.h │ │ ├── Triangulation_cell_base_3.h │ │ ├── Triangulation_cell_base_with_circumcenter_3.h │ │ ├── Triangulation_cell_base_with_info_3.h │ │ ├── Triangulation_conformer_2.h │ │ ├── Triangulation_data_structure_2.h │ │ ├── Triangulation_data_structure_3.h │ │ ├── Triangulation_data_structure_using_list_2.h │ │ ├── Triangulation_default_data_structure_2.h │ │ ├── Triangulation_ds_cell_base_3.h │ │ ├── Triangulation_ds_circulators_2.h │ │ ├── Triangulation_ds_face_2.h │ │ ├── Triangulation_ds_face_base_2.h │ │ ├── Triangulation_ds_iterators_2.h │ │ ├── Triangulation_ds_vertex_2.h │ │ ├── Triangulation_ds_vertex_base_2.h │ │ ├── Triangulation_ds_vertex_base_3.h │ │ ├── Triangulation_euclidean_traits_2.h │ │ ├── Triangulation_euclidean_traits_xy_3.h │ │ ├── Triangulation_euclidean_traits_xz_3.h │ │ ├── Triangulation_euclidean_traits_yz_3.h │ │ ├── Triangulation_face_base_2.h │ │ ├── Triangulation_face_base_with_info_2.h │ │ ├── Triangulation_geom_traits_3.h │ │ ├── Triangulation_hierarchy_2.h │ │ ├── Triangulation_hierarchy_3.h │ │ ├── Triangulation_hierarchy_vertex_base_2.h │ │ ├── Triangulation_hierarchy_vertex_base_3.h │ │ ├── Triangulation_incremental_builder_3.h │ │ ├── Triangulation_iterator_adaptator.h │ │ ├── Triangulation_line_face_circulator_2.h │ │ ├── Triangulation_simplex_3.h │ │ ├── Triangulation_structural_filtering_traits.h │ │ ├── Triangulation_utils_2.h │ │ ├── Triangulation_utils_3.h │ │ ├── Triangulation_vertex_base_2.h │ │ ├── Triangulation_vertex_base_3.h │ │ ├── Triangulation_vertex_base_with_id_2.h │ │ ├── Triangulation_vertex_base_with_info_2.h │ │ ├── Triangulation_vertex_base_with_info_3.h │ │ ├── Trivial_iterator.h │ │ ├── Two_vertices_parameterizer_3.h │ │ ├── Twotuple.h │ │ ├── Umbilics.h │ │ ├── Uncertain.h │ │ ├── Unfiltered_predicate_adaptor.h │ │ ├── Union_find.h │ │ ├── Union_of_balls_3.h │ │ ├── Unique_hash_map.h │ │ ├── Vector_2.h │ │ ├── Vector_3.h │ │ ├── Voronoi_diagram_2.h │ │ ├── Voronoi_diagram_2 │ │ │ ├── Accessor.h │ │ │ ├── Adaptation_traits_base_2.h │ │ │ ├── Adaptation_traits_functors.h │ │ │ ├── Apollonius_graph_degeneracy_testers.h │ │ │ ├── Apollonius_graph_nearest_site_2.h │ │ │ ├── Cached_degeneracy_testers.h │ │ │ ├── Circulator_adaptors.h │ │ │ ├── Connected_components.h │ │ │ ├── Construct_dual_points.h │ │ │ ├── Default_site_inserters.h │ │ │ ├── Default_site_removers.h │ │ │ ├── Degeneracy_tester_binders.h │ │ │ ├── Delaunay_triangulation_degeneracy_testers.h │ │ │ ├── Delaunay_triangulation_nearest_site_2.h │ │ │ ├── Dummy_iterator.h │ │ │ ├── Edge_less.h │ │ │ ├── Face.h │ │ │ ├── Finder_classes.h │ │ │ ├── Halfedge.h │ │ │ ├── Handle_adaptor.h │ │ │ ├── Identity_rejectors.h │ │ │ ├── Iterator_adaptors.h │ │ │ ├── Policy_base.h │ │ │ ├── Regular_triangulation_degeneracy_testers.h │ │ │ ├── Regular_triangulation_nearest_site_2.h │ │ │ ├── Segment_Delaunay_graph_degeneracy_testers.h │ │ │ ├── Segment_Delaunay_graph_nearest_site_2.h │ │ │ ├── Site_accessors.h │ │ │ ├── Unbounded_edges.h │ │ │ ├── Unbounded_faces.h │ │ │ ├── Validity_testers.h │ │ │ ├── Vertex.h │ │ │ └── basic.h │ │ ├── Voronoi_intersection_2_traits_3.h │ │ ├── Weighted_Minkowski_distance.h │ │ ├── Weighted_alpha_shape_euclidean_traits_2.h │ │ ├── Weighted_alpha_shape_euclidean_traits_3.h │ │ ├── Weighted_point.h │ │ ├── Weighted_point_with_psc_localisation.h │ │ ├── Weighted_point_with_surface_index.h │ │ ├── Weighted_point_with_surface_index_geom_traits.h │ │ ├── Width_3.h │ │ ├── Width_default_traits_3.h │ │ ├── Width_polyhedron_3.h │ │ ├── Win32_exception.h │ │ ├── aff_transformation_tags.h │ │ ├── algorithm.h │ │ ├── all_furthest_neighbors_2.h │ │ ├── apply_to_range.h │ │ ├── approximated_offset_2.h │ │ ├── argument_swaps.h │ │ ├── arrange_offset_polygons_2.h │ │ ├── array.h │ │ ├── assertions.h │ │ ├── assertions_behaviour.h │ │ ├── auto_link │ │ │ ├── CGAL.h │ │ │ ├── CGALQt3.h │ │ │ ├── CORE.h │ │ │ ├── ImageIO.h │ │ │ ├── LAPACK.h │ │ │ ├── Qt4.h │ │ │ ├── TAUCS.h │ │ │ └── auto_link.h │ │ ├── barycenter.h │ │ ├── basic.h │ │ ├── basic_classes.h │ │ ├── basic_constructions_2.h │ │ ├── basic_constructions_3.h │ │ ├── bbox_intersection_3.h │ │ ├── boost │ │ │ └── graph │ │ │ │ ├── Euler_operations.h │ │ │ │ ├── Graph_geometry.h │ │ │ │ ├── backward_compatibility_functions.h │ │ │ │ ├── dijkstra_shortest_paths.h │ │ │ │ ├── dijkstra_shortest_paths.hpp │ │ │ │ ├── graph_concepts.h │ │ │ │ ├── graph_traits_Arrangement_2.h │ │ │ │ ├── graph_traits_CombinatorialMap.h │ │ │ │ ├── graph_traits_Delaunay_triangulation_2.h │ │ │ │ ├── graph_traits_Dual_Arrangement_2.h │ │ │ │ ├── graph_traits_HalfedgeDS.h │ │ │ │ ├── graph_traits_PolyMesh_ArrayKernelT.h │ │ │ │ ├── graph_traits_Polyhedron_3.h │ │ │ │ ├── graph_traits_Triangulation_2.h │ │ │ │ ├── halfedge_graph_traits.h │ │ │ │ ├── halfedge_graph_traits_HalfedgeDS.h │ │ │ │ ├── halfedge_graph_traits_Polyhedron_3.h │ │ │ │ ├── helpers.h │ │ │ │ ├── internal │ │ │ │ ├── OM_iterator_from_circulator.h │ │ │ │ └── helpers.h │ │ │ │ ├── iterator.h │ │ │ │ ├── named_function_params.h │ │ │ │ ├── properties.h │ │ │ │ ├── properties_CombinatorialMap.h │ │ │ │ ├── properties_PolyMesh_ArrayKernelT.h │ │ │ │ └── properties_Polyhedron_3.h │ │ ├── bounding_box.h │ │ ├── box_intersection_d.h │ │ ├── cartesian_homogeneous_conversion.h │ │ ├── centroid.h │ │ ├── certified_numeric_predicates.h │ │ ├── certified_quotient_predicates.h │ │ ├── ch_akl_toussaint.h │ │ ├── ch_bykat.h │ │ ├── ch_eddy.h │ │ ├── ch_function_objects_2.h │ │ ├── ch_graham_andrew.h │ │ ├── ch_jarvis.h │ │ ├── ch_melkman.h │ │ ├── ch_selected_extreme_points_2.h │ │ ├── circulator.h │ │ ├── circulator_bases.h │ │ ├── compare_vertices.h │ │ ├── compiler_config.h │ │ ├── compute_average_spacing.h │ │ ├── compute_outer_frame_margin.h │ │ ├── config.h │ │ ├── connect_holes.h │ │ ├── constant.h │ │ ├── constructions │ │ │ ├── Polygon_offset_cons_ftC2.h │ │ │ ├── Straight_skeleton_cons_ftC2.h │ │ │ ├── constructions_for_voronoi_intersection_cartesian_2_3.h │ │ │ ├── constructions_on_weighted_points_cartesian_3.h │ │ │ ├── kernel_ftC2.h │ │ │ ├── kernel_ftC3.h │ │ │ └── squared_radius_smallest_orthogonalcircle_ftC2.h │ │ ├── constructions_d.h │ │ ├── constructions_on_weighted_points_cartesian_2.h │ │ ├── constructions_on_weighted_points_homogeneous_2.h │ │ ├── convert_to_bfi.h │ │ ├── convex_decomposition_3.h │ │ ├── convex_hull_2.h │ │ ├── convex_hull_3.h │ │ ├── convex_hull_3_to_polyhedron_3.h │ │ ├── convex_hull_constructive_traits_2.h │ │ ├── convex_hull_incremental_3.h │ │ ├── convex_hull_traits_2.h │ │ ├── convexity_check_2.h │ │ ├── convexity_check_3.h │ │ ├── copy_n.h │ │ ├── corefinement_operations.h │ │ ├── create_offset_polygons_2.h │ │ ├── create_offset_polygons_from_polygon_with_holes_2.h │ │ ├── create_straight_skeleton_2.h │ │ ├── create_straight_skeleton_from_polygon_with_holes_2.h │ │ ├── determinant.h │ │ ├── determinant_of_vectors.h │ │ ├── distance_predicates_2.h │ │ ├── distance_predicates_3.h │ │ ├── double.h │ │ ├── eigen.h │ │ ├── eigen_2.h │ │ ├── enum.h │ │ ├── envelope_2.h │ │ ├── envelope_3.h │ │ ├── exceptions.h │ │ ├── export │ │ │ ├── CGAL.h │ │ │ ├── CORE.h │ │ │ ├── ImageIO.h │ │ │ ├── Qt4.h │ │ │ └── helpers.h │ │ ├── extended_euclidean_algorithm.h │ │ ├── extremal_polygon_2.h │ │ ├── exude_mesh_3.h │ │ ├── float.h │ │ ├── function_objects.h │ │ ├── functions_on_enums.h │ │ ├── functions_on_signs.h │ │ ├── generators.h │ │ ├── generic_sweep.h │ │ ├── gl.h │ │ ├── global_functions_circular_kernel_2.h │ │ ├── global_functions_on_root_for_sphere_2_3.h │ │ ├── global_functions_on_roots_and_polynomials_1_3.h │ │ ├── global_functions_on_roots_and_polynomials_2_3.h │ │ ├── global_functions_spherical_kernel_3.h │ │ ├── glu.h │ │ ├── gmp.h │ │ ├── gmpxx.h │ │ ├── gmpxx_coercion_traits.h │ │ ├── grabbers.h │ │ ├── graph_traits_Arrangement_2.h │ │ ├── graph_traits_Dual_Arrangement_2.h │ │ ├── grid_simplify_point_set.h │ │ ├── halfedgeDS_cut_component.h │ │ ├── halfedgeds_connected_components.h │ │ ├── hilbert_sort.h │ │ ├── in_place_edge_list.h │ │ ├── int.h │ │ ├── internal │ │ │ ├── AABB_tree │ │ │ │ ├── AABB_drawing_traits.h │ │ │ │ ├── AABB_node.h │ │ │ │ ├── AABB_search_tree.h │ │ │ │ ├── AABB_traversal_traits.h │ │ │ │ ├── Halfedge_and_face_graph_property_maps.h │ │ │ │ ├── Has_nested_type_Shared_data.h │ │ │ │ ├── Primitive_helper.h │ │ │ │ ├── nearest_point_segment_3.h │ │ │ │ └── nearest_point_triangle_3.h │ │ │ ├── Classification_type.h │ │ │ ├── Combinatorial_map_copy_functors.h │ │ │ ├── Combinatorial_map_group_functors.h │ │ │ ├── Combinatorial_map_internal_functors.h │ │ │ ├── Combinatorial_map_sewable.h │ │ │ ├── Combinatorial_map_utility.h │ │ │ ├── Combinatorial_map_utility_novariadic.h │ │ │ ├── Delaunay_triangulation_hierarchy_3.h │ │ │ ├── Dummy_tds_3.h │ │ │ ├── Exact_type_selector.h │ │ │ ├── Intersections_3 │ │ │ │ ├── Bbox_3_Bbox_3_do_intersect.h │ │ │ │ ├── Bbox_3_Line_3_do_intersect.h │ │ │ │ ├── Bbox_3_Plane_3_do_intersect.h │ │ │ │ ├── Bbox_3_Ray_3_do_intersect.h │ │ │ │ ├── Bbox_3_Segment_3_do_intersect.h │ │ │ │ ├── Bbox_3_Sphere_3_do_intersect.h │ │ │ │ ├── Bbox_3_Triangle_3_do_intersect.h │ │ │ │ ├── Triangle_3_Line_3_intersection.h │ │ │ │ ├── Triangle_3_Ray_3_intersection.h │ │ │ │ └── Triangle_3_Segment_3_intersection.h │ │ │ ├── K_neighbor_search.h │ │ │ ├── Lazy_alpha_nt_2.h │ │ │ ├── Lazy_alpha_nt_3.h │ │ │ ├── Mesh_3 │ │ │ │ └── get_index.h │ │ │ ├── Operations_on_polyhedra │ │ │ │ ├── AABB_triangle_accessor_3_primitive.h │ │ │ │ ├── Point_inside_vertical_ray_cast.h │ │ │ │ ├── Ray_3_Triangle_3_traversal_traits.h │ │ │ │ └── compute_normal.h │ │ │ ├── Projection_traits_3.h │ │ │ ├── Regular_triangulation_filtered_traits_3.h │ │ │ ├── Static_filters │ │ │ │ ├── Angle_3.h │ │ │ │ ├── Compare_squared_radius_3.h │ │ │ │ ├── Compare_weighted_squared_radius_3.h │ │ │ │ ├── Compare_y_at_x_2.h │ │ │ │ ├── Coplanar_orientation_3.h │ │ │ │ ├── Coplanar_side_of_bounded_circle_3.h │ │ │ │ ├── Do_intersect_3.h │ │ │ │ ├── Equal_3.h │ │ │ │ ├── Is_degenerate_3.h │ │ │ │ ├── Orientation_2.h │ │ │ │ ├── Orientation_3.h │ │ │ │ ├── Periodic_2_orientation_2.h │ │ │ │ ├── Periodic_2_side_of_oriented_circle_2.h │ │ │ │ ├── Periodic_3_orientation_3.h │ │ │ │ ├── Periodic_3_side_of_oriented_sphere_3.h │ │ │ │ ├── Power_test_3.h │ │ │ │ ├── Regular_triangulation_static_filters_traits_3.h │ │ │ │ ├── Side_of_oriented_circle_2.h │ │ │ │ ├── Side_of_oriented_sphere_3.h │ │ │ │ ├── Static_filter_error.h │ │ │ │ ├── Static_filters.h │ │ │ │ └── tools.h │ │ │ ├── Surface_mesh_segmentation │ │ │ │ ├── AABB_traits.h │ │ │ │ ├── AABB_traversal_traits.h │ │ │ │ ├── Alpha_expansion_graph_cut.h │ │ │ │ ├── Disk_samplers.h │ │ │ │ ├── Expectation_maximization.h │ │ │ │ ├── Filters.h │ │ │ │ ├── K_means_clustering.h │ │ │ │ ├── SDF_calculation.h │ │ │ │ └── Surface_mesh_segmentation.h │ │ │ ├── Surface_modeling │ │ │ │ ├── Spokes_and_rims_iterator.h │ │ │ │ └── Weights.h │ │ │ ├── Triangulation_ds_circulators_3.h │ │ │ ├── Triangulation_ds_iterators_3.h │ │ │ ├── auxiliary │ │ │ │ └── graph.h │ │ │ ├── boost │ │ │ │ ├── array_binary_tree.hpp │ │ │ │ ├── mutable_heap.hpp │ │ │ │ ├── mutable_queue.hpp │ │ │ │ └── property_map.h │ │ │ ├── bounded_priority_queue.h │ │ │ ├── container_fwd_fixed.hpp │ │ │ ├── corefinement │ │ │ │ ├── Combinatorial_map_for_corefinement.h │ │ │ │ ├── Polyhedron_constness_types.h │ │ │ │ ├── Polyhedron_subset_extraction.h │ │ │ │ ├── intersection_coplanar_triangles_3.h │ │ │ │ ├── intersection_triangle_segment_3.h │ │ │ │ └── intersection_triangle_segment_3_coplanar.h │ │ │ ├── deprecation_warning.h │ │ │ └── info_check.h │ │ ├── interpolation_functions.h │ │ ├── intersection_2.h │ │ ├── intersection_2_1.h │ │ ├── intersection_2_2.h │ │ ├── intersection_2_3.h │ │ ├── intersection_3.h │ │ ├── intersection_3_1.h │ │ ├── intersection_of_Polyhedra_3.h │ │ ├── intersection_of_Polyhedra_3_refinement_visitor.h │ │ ├── intersections.h │ │ ├── intersections_d.h │ │ ├── ipower.h │ │ ├── is_convertible.h │ │ ├── is_iterator.h │ │ ├── is_streamable.h │ │ ├── is_y_monotone_2.h │ │ ├── iterator.h │ │ ├── iterator_from_indices.h │ │ ├── iterator_range.h │ │ ├── jet_estimate_normals.h │ │ ├── jet_smooth_point_set.h │ │ ├── kernel_assertions.h │ │ ├── kernel_basic.h │ │ ├── kernel_config.h │ │ ├── kernel_to_kernel.h │ │ ├── known_bit_size_integers.h │ │ ├── leda_bigfloat.h │ │ ├── leda_bigfloat_interval.h │ │ ├── leda_coercion_traits.h │ │ ├── leda_integer.h │ │ ├── leda_rational.h │ │ ├── leda_real.h │ │ ├── linear_least_squares_fitting_2.h │ │ ├── linear_least_squares_fitting_3.h │ │ ├── linear_least_squares_fitting_circles_2.h │ │ ├── linear_least_squares_fitting_cuboids_3.h │ │ ├── linear_least_squares_fitting_points_2.h │ │ ├── linear_least_squares_fitting_points_3.h │ │ ├── linear_least_squares_fitting_rectangles_2.h │ │ ├── linear_least_squares_fitting_segments_2.h │ │ ├── linear_least_squares_fitting_segments_3.h │ │ ├── linear_least_squares_fitting_spheres_3.h │ │ ├── linear_least_squares_fitting_tetrahedra_3.h │ │ ├── linear_least_squares_fitting_triangles_2.h │ │ ├── linear_least_squares_fitting_triangles_3.h │ │ ├── lloyd_optimize_mesh_3.h │ │ ├── long_double.h │ │ ├── long_long.h │ │ ├── make_mesh_3.h │ │ ├── make_piecewise_smooth_surface_mesh.h │ │ ├── make_skin_surface_mesh_3.h │ │ ├── make_surface_mesh.h │ │ ├── make_union_of_balls_3.h │ │ ├── marching_tetrahedra_3.h │ │ ├── memory.h │ │ ├── mesh_segmentation.h │ │ ├── mesh_skin_surface_3.h │ │ ├── mesh_union_of_balls_3.h │ │ ├── min_max_n.h │ │ ├── min_quadrilateral_2.h │ │ ├── minimum_enclosing_quadrilateral_2.h │ │ ├── minkowski_sum_2.h │ │ ├── minkowski_sum_3.h │ │ ├── monotone_matrix_search.h │ │ ├── more_functions_on_signs.h │ │ ├── mpfi_coercion_traits.h │ │ ├── mpfr_coercion_traits.h │ │ ├── mpq_class.h │ │ ├── mpz_class.h │ │ ├── mst_orient_normals.h │ │ ├── multiset_assertions.h │ │ ├── natural_neighbor_coordinates_2.h │ │ ├── natural_neighbor_coordinates_3.h │ │ ├── nearest_neighbor_delaunay_2.h │ │ ├── normal_vector_newell_3.h │ │ ├── number_type_basic.h │ │ ├── number_type_config.h │ │ ├── number_utils.h │ │ ├── number_utils_classes.h │ │ ├── odt_optimize_mesh_3.h │ │ ├── offset_polygon_2.h │ │ ├── optimize_mesh_3.h │ │ ├── orient_polygon_soup.h │ │ ├── orient_polyhedron_3.h │ │ ├── parameterize.h │ │ ├── partition_2.h │ │ ├── partition_is_valid_2.h │ │ ├── pca_estimate_normals.h │ │ ├── periodic_3_triangulation_3_io.h │ │ ├── perturb_mesh_3.h │ │ ├── pierce_rectangles_2.h │ │ ├── point_generators_2.h │ │ ├── point_generators_3.h │ │ ├── point_generators_d.h │ │ ├── point_set_processing_assertions.h │ │ ├── poisson_refine_triangulation.h │ │ ├── polygon_function_objects.h │ │ ├── polyhedron_cut_plane_3.h │ │ ├── polynomial_utils.h │ │ ├── predicates │ │ │ ├── Polygon_offset_pred_ftC2.h │ │ │ ├── Regular_triangulation_ftC2.h │ │ │ ├── Regular_triangulation_ftC3.h │ │ │ ├── Regular_triangulation_rtH2.h │ │ │ ├── Regular_triangulation_rtH3.h │ │ │ ├── Straight_skeleton_pred_ftC2.h │ │ │ ├── in_smallest_orthogonalcircle_ftC2.h │ │ │ ├── kernel_ftC2.h │ │ │ ├── kernel_ftC3.h │ │ │ ├── predicates_for_mixed_complex_3.h │ │ │ ├── predicates_for_voronoi_intersection_cartesian_2_3.h │ │ │ ├── predicates_on_weighted_points_cartesian_3.h │ │ │ └── sign_of_determinant.h │ │ ├── predicates_d.h │ │ ├── predicates_on_lines_2.h │ │ ├── predicates_on_points_2.h │ │ ├── predicates_on_points_3.h │ │ ├── primes.h │ │ ├── property_map.h │ │ ├── radial_orient_normals.h │ │ ├── random_convex_set_2.h │ │ ├── random_polygon_2.h │ │ ├── random_selection.h │ │ ├── random_simplify_point_set.h │ │ ├── range_search_delaunay_2.h │ │ ├── rational_rotation.h │ │ ├── rectangular_3_center_2.h │ │ ├── rectangular_p_center_2.h │ │ ├── refine_mesh_3.h │ │ ├── regular_neighbor_coordinates_2.h │ │ ├── remove_far_points_in_mesh_3.h │ │ ├── remove_outliers.h │ │ ├── representation_tags.h │ │ ├── result_of.h │ │ ├── segment_intersection_points_2.h │ │ ├── sibson_gradient_fitting.h │ │ ├── simple_transformations_d.h │ │ ├── simplest_rational_in_interval.h │ │ ├── sorted_matrix_search.h │ │ ├── spatial_sort.h │ │ ├── squared_distance_2.h │ │ ├── squared_distance_2_1.h │ │ ├── squared_distance_2_2.h │ │ ├── squared_distance_3.h │ │ ├── squared_distance_3_0.h │ │ ├── squared_distance_3_1.h │ │ ├── squared_distance_3_2.h │ │ ├── squared_distance_utils.h │ │ ├── sse2.h │ │ ├── streamlines_assertions.h │ │ ├── subdivide_skin_surface_mesh_3.h │ │ ├── subdivide_union_of_balls_mesh_3.h │ │ ├── surface_mesh_parameterization_assertions.h │ │ ├── surface_neighbor_coordinates_3.h │ │ ├── surface_neighbors_3.h │ │ ├── surface_reconstruction_points_assertions.h │ │ ├── sweep_observer.h │ │ ├── tags.h │ │ ├── to_rational.h │ │ ├── trace.h │ │ ├── transforming_iterator.h │ │ ├── transforming_pair_iterator.h │ │ ├── triangulate_mixed_complex_3.h │ │ ├── triangulate_polyhedron.h │ │ ├── triangulate_power_diagram_3.h │ │ ├── triangulation_assertions.h │ │ ├── tuple.h │ │ ├── type_traits.h │ │ ├── typeset.h │ │ ├── use.h │ │ ├── user_classes.h │ │ ├── utility.h │ │ ├── utils.h │ │ ├── utils_classes.h │ │ ├── value_type_traits.h │ │ ├── vector.h │ │ ├── version.h │ │ ├── version_macros.h │ │ ├── vtkSurfaceMesherContourFilter.h │ │ ├── width_assertions.h │ │ └── wmult.h │ │ ├── Eigen │ │ ├── CMakeLists.txt │ │ ├── Cholesky │ │ ├── CholmodSupport │ │ ├── Core │ │ ├── Dense │ │ ├── Eigen │ │ ├── Eigen2Support │ │ ├── Eigenvalues │ │ ├── Geometry │ │ ├── Householder │ │ ├── IterativeLinearSolvers │ │ ├── Jacobi │ │ ├── LU │ │ ├── LeastSquares │ │ ├── MetisSupport │ │ ├── OrderingMethods │ │ ├── PaStiXSupport │ │ ├── PardisoSupport │ │ ├── QR │ │ ├── QtAlignedMalloc │ │ ├── SPQRSupport │ │ ├── SVD │ │ ├── Sparse │ │ ├── SparseCholesky │ │ ├── SparseCore │ │ ├── SparseLU │ │ ├── SparseQR │ │ ├── StdDeque │ │ ├── StdList │ │ ├── StdVector │ │ ├── SuperLUSupport │ │ ├── UmfPackSupport │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── Cholesky │ │ │ ├── CMakeLists.txt │ │ │ ├── LDLT.h │ │ │ ├── LLT.h │ │ │ └── LLT_MKL.h │ │ │ ├── CholmodSupport │ │ │ ├── CMakeLists.txt │ │ │ └── CholmodSupport.h │ │ │ ├── Core │ │ │ ├── Array.h │ │ │ ├── ArrayBase.h │ │ │ ├── ArrayWrapper.h │ │ │ ├── Assign.h │ │ │ ├── Assign_MKL.h │ │ │ ├── BandMatrix.h │ │ │ ├── Block.h │ │ │ ├── BooleanRedux.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CommaInitializer.h │ │ │ ├── CoreIterators.h │ │ │ ├── CwiseBinaryOp.h │ │ │ ├── CwiseNullaryOp.h │ │ │ ├── CwiseUnaryOp.h │ │ │ ├── CwiseUnaryView.h │ │ │ ├── DenseBase.h │ │ │ ├── DenseCoeffsBase.h │ │ │ ├── DenseStorage.h │ │ │ ├── Diagonal.h │ │ │ ├── DiagonalMatrix.h │ │ │ ├── DiagonalProduct.h │ │ │ ├── Dot.h │ │ │ ├── EigenBase.h │ │ │ ├── Flagged.h │ │ │ ├── ForceAlignedAccess.h │ │ │ ├── Functors.h │ │ │ ├── Fuzzy.h │ │ │ ├── GeneralProduct.h │ │ │ ├── GenericPacketMath.h │ │ │ ├── GlobalFunctions.h │ │ │ ├── IO.h │ │ │ ├── Map.h │ │ │ ├── MapBase.h │ │ │ ├── MathFunctions.h │ │ │ ├── Matrix.h │ │ │ ├── MatrixBase.h │ │ │ ├── NestByValue.h │ │ │ ├── NoAlias.h │ │ │ ├── NumTraits.h │ │ │ ├── PermutationMatrix.h │ │ │ ├── PlainObjectBase.h │ │ │ ├── ProductBase.h │ │ │ ├── Random.h │ │ │ ├── Redux.h │ │ │ ├── Ref.h │ │ │ ├── Replicate.h │ │ │ ├── ReturnByValue.h │ │ │ ├── Reverse.h │ │ │ ├── Select.h │ │ │ ├── SelfAdjointView.h │ │ │ ├── SelfCwiseBinaryOp.h │ │ │ ├── SolveTriangular.h │ │ │ ├── StableNorm.h │ │ │ ├── Stride.h │ │ │ ├── Swap.h │ │ │ ├── Transpose.h │ │ │ ├── Transpositions.h │ │ │ ├── TriangularMatrix.h │ │ │ ├── VectorBlock.h │ │ │ ├── VectorwiseOp.h │ │ │ ├── Visitor.h │ │ │ ├── arch │ │ │ │ ├── AltiVec │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ └── PacketMath.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Default │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ └── Settings.h │ │ │ │ ├── NEON │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ └── PacketMath.h │ │ │ │ └── SSE │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ └── PacketMath.h │ │ │ ├── products │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CoeffBasedProduct.h │ │ │ │ ├── GeneralBlockPanelKernel.h │ │ │ │ ├── GeneralMatrixMatrix.h │ │ │ │ ├── GeneralMatrixMatrixTriangular.h │ │ │ │ ├── GeneralMatrixMatrixTriangular_MKL.h │ │ │ │ ├── GeneralMatrixMatrix_MKL.h │ │ │ │ ├── GeneralMatrixVector.h │ │ │ │ ├── GeneralMatrixVector_MKL.h │ │ │ │ ├── Parallelizer.h │ │ │ │ ├── SelfadjointMatrixMatrix.h │ │ │ │ ├── SelfadjointMatrixMatrix_MKL.h │ │ │ │ ├── SelfadjointMatrixVector.h │ │ │ │ ├── SelfadjointMatrixVector_MKL.h │ │ │ │ ├── SelfadjointProduct.h │ │ │ │ ├── SelfadjointRank2Update.h │ │ │ │ ├── TriangularMatrixMatrix.h │ │ │ │ ├── TriangularMatrixMatrix_MKL.h │ │ │ │ ├── TriangularMatrixVector.h │ │ │ │ ├── TriangularMatrixVector_MKL.h │ │ │ │ ├── TriangularSolverMatrix.h │ │ │ │ ├── TriangularSolverMatrix_MKL.h │ │ │ │ └── TriangularSolverVector.h │ │ │ └── util │ │ │ │ ├── BlasUtil.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.h │ │ │ │ ├── DisableStupidWarnings.h │ │ │ │ ├── ForwardDeclarations.h │ │ │ │ ├── MKL_support.h │ │ │ │ ├── Macros.h │ │ │ │ ├── Memory.h │ │ │ │ ├── Meta.h │ │ │ │ ├── NonMPL2.h │ │ │ │ ├── ReenableStupidWarnings.h │ │ │ │ ├── StaticAssert.h │ │ │ │ └── XprHelper.h │ │ │ ├── Eigen2Support │ │ │ ├── Block.h │ │ │ ├── CMakeLists.txt │ │ │ ├── Cwise.h │ │ │ ├── CwiseOperators.h │ │ │ ├── Geometry │ │ │ │ ├── AlignedBox.h │ │ │ │ ├── All.h │ │ │ │ ├── AngleAxis.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Hyperplane.h │ │ │ │ ├── ParametrizedLine.h │ │ │ │ ├── Quaternion.h │ │ │ │ ├── Rotation2D.h │ │ │ │ ├── RotationBase.h │ │ │ │ ├── Scaling.h │ │ │ │ ├── Transform.h │ │ │ │ └── Translation.h │ │ │ ├── LU.h │ │ │ ├── Lazy.h │ │ │ ├── LeastSquares.h │ │ │ ├── Macros.h │ │ │ ├── MathFunctions.h │ │ │ ├── Memory.h │ │ │ ├── Meta.h │ │ │ ├── Minor.h │ │ │ ├── QR.h │ │ │ ├── SVD.h │ │ │ ├── TriangularSolver.h │ │ │ └── VectorBlock.h │ │ │ ├── Eigenvalues │ │ │ ├── CMakeLists.txt │ │ │ ├── ComplexEigenSolver.h │ │ │ ├── ComplexSchur.h │ │ │ ├── ComplexSchur_MKL.h │ │ │ ├── EigenSolver.h │ │ │ ├── GeneralizedEigenSolver.h │ │ │ ├── GeneralizedSelfAdjointEigenSolver.h │ │ │ ├── HessenbergDecomposition.h │ │ │ ├── MatrixBaseEigenvalues.h │ │ │ ├── RealQZ.h │ │ │ ├── RealSchur.h │ │ │ ├── RealSchur_MKL.h │ │ │ ├── SelfAdjointEigenSolver.h │ │ │ ├── SelfAdjointEigenSolver_MKL.h │ │ │ └── Tridiagonalization.h │ │ │ ├── Geometry │ │ │ ├── AlignedBox.h │ │ │ ├── AngleAxis.h │ │ │ ├── CMakeLists.txt │ │ │ ├── EulerAngles.h │ │ │ ├── Homogeneous.h │ │ │ ├── Hyperplane.h │ │ │ ├── OrthoMethods.h │ │ │ ├── ParametrizedLine.h │ │ │ ├── Quaternion.h │ │ │ ├── Rotation2D.h │ │ │ ├── RotationBase.h │ │ │ ├── Scaling.h │ │ │ ├── Transform.h │ │ │ ├── Translation.h │ │ │ ├── Umeyama.h │ │ │ └── arch │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── Geometry_SSE.h │ │ │ ├── Householder │ │ │ ├── BlockHouseholder.h │ │ │ ├── CMakeLists.txt │ │ │ ├── Householder.h │ │ │ └── HouseholderSequence.h │ │ │ ├── IterativeLinearSolvers │ │ │ ├── BasicPreconditioners.h │ │ │ ├── BiCGSTAB.h │ │ │ ├── CMakeLists.txt │ │ │ ├── ConjugateGradient.h │ │ │ ├── IncompleteLUT.h │ │ │ └── IterativeSolverBase.h │ │ │ ├── Jacobi │ │ │ ├── CMakeLists.txt │ │ │ └── Jacobi.h │ │ │ ├── LU │ │ │ ├── CMakeLists.txt │ │ │ ├── Determinant.h │ │ │ ├── FullPivLU.h │ │ │ ├── Inverse.h │ │ │ ├── PartialPivLU.h │ │ │ ├── PartialPivLU_MKL.h │ │ │ └── arch │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── Inverse_SSE.h │ │ │ ├── MetisSupport │ │ │ ├── CMakeLists.txt │ │ │ └── MetisSupport.h │ │ │ ├── OrderingMethods │ │ │ ├── Amd.h │ │ │ ├── CMakeLists.txt │ │ │ ├── Eigen_Colamd.h │ │ │ └── Ordering.h │ │ │ ├── PaStiXSupport │ │ │ ├── CMakeLists.txt │ │ │ └── PaStiXSupport.h │ │ │ ├── PardisoSupport │ │ │ ├── CMakeLists.txt │ │ │ └── PardisoSupport.h │ │ │ ├── QR │ │ │ ├── CMakeLists.txt │ │ │ ├── ColPivHouseholderQR.h │ │ │ ├── ColPivHouseholderQR_MKL.h │ │ │ ├── FullPivHouseholderQR.h │ │ │ ├── HouseholderQR.h │ │ │ └── HouseholderQR_MKL.h │ │ │ ├── SPQRSupport │ │ │ ├── CMakeLists.txt │ │ │ └── SuiteSparseQRSupport.h │ │ │ ├── SVD │ │ │ ├── CMakeLists.txt │ │ │ ├── JacobiSVD.h │ │ │ ├── JacobiSVD_MKL.h │ │ │ └── UpperBidiagonalization.h │ │ │ ├── SparseCholesky │ │ │ ├── CMakeLists.txt │ │ │ ├── SimplicialCholesky.h │ │ │ └── SimplicialCholesky_impl.h │ │ │ ├── SparseCore │ │ │ ├── AmbiVector.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CompressedStorage.h │ │ │ ├── ConservativeSparseSparseProduct.h │ │ │ ├── MappedSparseMatrix.h │ │ │ ├── SparseBlock.h │ │ │ ├── SparseColEtree.h │ │ │ ├── SparseCwiseBinaryOp.h │ │ │ ├── SparseCwiseUnaryOp.h │ │ │ ├── SparseDenseProduct.h │ │ │ ├── SparseDiagonalProduct.h │ │ │ ├── SparseDot.h │ │ │ ├── SparseFuzzy.h │ │ │ ├── SparseMatrix.h │ │ │ ├── SparseMatrixBase.h │ │ │ ├── SparsePermutation.h │ │ │ ├── SparseProduct.h │ │ │ ├── SparseRedux.h │ │ │ ├── SparseSelfAdjointView.h │ │ │ ├── SparseSparseProductWithPruning.h │ │ │ ├── SparseTranspose.h │ │ │ ├── SparseTriangularView.h │ │ │ ├── SparseUtil.h │ │ │ ├── SparseVector.h │ │ │ ├── SparseView.h │ │ │ └── TriangularSolver.h │ │ │ ├── SparseLU │ │ │ ├── CMakeLists.txt │ │ │ ├── SparseLU.h │ │ │ ├── SparseLUImpl.h │ │ │ ├── SparseLU_Memory.h │ │ │ ├── SparseLU_Structs.h │ │ │ ├── SparseLU_SupernodalMatrix.h │ │ │ ├── SparseLU_Utils.h │ │ │ ├── SparseLU_column_bmod.h │ │ │ ├── SparseLU_column_dfs.h │ │ │ ├── SparseLU_copy_to_ucol.h │ │ │ ├── SparseLU_gemm_kernel.h │ │ │ ├── SparseLU_heap_relax_snode.h │ │ │ ├── SparseLU_kernel_bmod.h │ │ │ ├── SparseLU_panel_bmod.h │ │ │ ├── SparseLU_panel_dfs.h │ │ │ ├── SparseLU_pivotL.h │ │ │ ├── SparseLU_pruneL.h │ │ │ └── SparseLU_relax_snode.h │ │ │ ├── SparseQR │ │ │ ├── CMakeLists.txt │ │ │ └── SparseQR.h │ │ │ ├── StlSupport │ │ │ ├── CMakeLists.txt │ │ │ ├── StdDeque.h │ │ │ ├── StdList.h │ │ │ ├── StdVector.h │ │ │ └── details.h │ │ │ ├── SuperLUSupport │ │ │ ├── CMakeLists.txt │ │ │ └── SuperLUSupport.h │ │ │ ├── UmfPackSupport │ │ │ ├── CMakeLists.txt │ │ │ └── UmfPackSupport.h │ │ │ ├── misc │ │ │ ├── CMakeLists.txt │ │ │ ├── Image.h │ │ │ ├── Kernel.h │ │ │ ├── Solve.h │ │ │ ├── SparseSolve.h │ │ │ └── blas.h │ │ │ └── plugins │ │ │ ├── ArrayCwiseBinaryOps.h │ │ │ ├── ArrayCwiseUnaryOps.h │ │ │ ├── BlockMethods.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CommonCwiseBinaryOps.h │ │ │ ├── CommonCwiseUnaryOps.h │ │ │ ├── MatrixCwiseBinaryOps.h │ │ │ └── MatrixCwiseUnaryOps.h │ │ ├── Eigen33b1 │ │ ├── CMakeLists.txt │ │ ├── Cholesky │ │ ├── CholmodSupport │ │ ├── Core │ │ ├── Dense │ │ ├── Eigen │ │ ├── Eigenvalues │ │ ├── Geometry │ │ ├── Householder │ │ ├── IterativeLinearSolvers │ │ ├── Jacobi │ │ ├── LU │ │ ├── MetisSupport │ │ ├── OrderingMethods │ │ ├── PaStiXSupport │ │ ├── PardisoSupport │ │ ├── QR │ │ ├── QtAlignedMalloc │ │ ├── SPQRSupport │ │ ├── SVD │ │ ├── Sparse │ │ ├── SparseCholesky │ │ ├── SparseCore │ │ ├── SparseLU │ │ ├── SparseQR │ │ ├── StdDeque │ │ ├── StdList │ │ ├── StdVector │ │ ├── SuperLUSupport │ │ ├── UmfPackSupport │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── Cholesky │ │ │ ├── CMakeLists.txt │ │ │ ├── LDLT.h │ │ │ ├── LLT.h │ │ │ └── LLT_MKL.h │ │ │ ├── CholmodSupport │ │ │ ├── CMakeLists.txt │ │ │ └── CholmodSupport.h │ │ │ ├── Core │ │ │ ├── Array.h │ │ │ ├── ArrayBase.h │ │ │ ├── ArrayWrapper.h │ │ │ ├── Assign.h │ │ │ ├── AssignEvaluator.h │ │ │ ├── Assign_MKL.h │ │ │ ├── BandMatrix.h │ │ │ ├── Block.h │ │ │ ├── BooleanRedux.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CommaInitializer.h │ │ │ ├── CoreEvaluators.h │ │ │ ├── CoreIterators.h │ │ │ ├── CwiseBinaryOp.h │ │ │ ├── CwiseNullaryOp.h │ │ │ ├── CwiseUnaryOp.h │ │ │ ├── CwiseUnaryView.h │ │ │ ├── DenseBase.h │ │ │ ├── DenseCoeffsBase.h │ │ │ ├── DenseStorage.h │ │ │ ├── Diagonal.h │ │ │ ├── DiagonalMatrix.h │ │ │ ├── DiagonalProduct.h │ │ │ ├── Dot.h │ │ │ ├── EigenBase.h │ │ │ ├── ForceAlignedAccess.h │ │ │ ├── Fuzzy.h │ │ │ ├── GeneralProduct.h │ │ │ ├── GenericPacketMath.h │ │ │ ├── GlobalFunctions.h │ │ │ ├── IO.h │ │ │ ├── Inverse.h │ │ │ ├── Map.h │ │ │ ├── MapBase.h │ │ │ ├── MathFunctions.h │ │ │ ├── Matrix.h │ │ │ ├── MatrixBase.h │ │ │ ├── NestByValue.h │ │ │ ├── NoAlias.h │ │ │ ├── NumTraits.h │ │ │ ├── PermutationMatrix.h │ │ │ ├── PlainObjectBase.h │ │ │ ├── Product.h │ │ │ ├── ProductEvaluators.h │ │ │ ├── Random.h │ │ │ ├── Redux.h │ │ │ ├── Ref.h │ │ │ ├── Replicate.h │ │ │ ├── ReturnByValue.h │ │ │ ├── Reverse.h │ │ │ ├── Select.h │ │ │ ├── SelfAdjointView.h │ │ │ ├── SelfCwiseBinaryOp.h │ │ │ ├── Solve.h │ │ │ ├── SolveTriangular.h │ │ │ ├── SolverBase.h │ │ │ ├── SpecialFunctions.h │ │ │ ├── StableNorm.h │ │ │ ├── Stride.h │ │ │ ├── Swap.h │ │ │ ├── Transpose.h │ │ │ ├── Transpositions.h │ │ │ ├── TriangularMatrix.h │ │ │ ├── VectorBlock.h │ │ │ ├── VectorwiseOp.h │ │ │ ├── Visitor.h │ │ │ ├── arch │ │ │ │ ├── AVX │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ └── TypeCasting.h │ │ │ │ ├── AltiVec │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ └── PacketMath.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CUDA │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ └── PacketMath.h │ │ │ │ ├── Default │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ └── Settings.h │ │ │ │ ├── NEON │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ └── PacketMath.h │ │ │ │ └── SSE │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── Complex.h │ │ │ │ │ ├── MathFunctions.h │ │ │ │ │ ├── PacketMath.h │ │ │ │ │ └── TypeCasting.h │ │ │ ├── functors │ │ │ │ ├── AssignmentFunctors.h │ │ │ │ ├── BinaryFunctors.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── NullaryFunctors.h │ │ │ │ ├── StlFunctors.h │ │ │ │ └── UnaryFunctors.h │ │ │ ├── products │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── GeneralBlockPanelKernel.h │ │ │ │ ├── GeneralMatrixMatrix.h │ │ │ │ ├── GeneralMatrixMatrixTriangular.h │ │ │ │ ├── GeneralMatrixMatrixTriangular_MKL.h │ │ │ │ ├── GeneralMatrixMatrix_MKL.h │ │ │ │ ├── GeneralMatrixVector.h │ │ │ │ ├── GeneralMatrixVector_MKL.h │ │ │ │ ├── Parallelizer.h │ │ │ │ ├── SelfadjointMatrixMatrix.h │ │ │ │ ├── SelfadjointMatrixMatrix_MKL.h │ │ │ │ ├── SelfadjointMatrixVector.h │ │ │ │ ├── SelfadjointMatrixVector_MKL.h │ │ │ │ ├── SelfadjointProduct.h │ │ │ │ ├── SelfadjointRank2Update.h │ │ │ │ ├── TriangularMatrixMatrix.h │ │ │ │ ├── TriangularMatrixMatrix_MKL.h │ │ │ │ ├── TriangularMatrixVector.h │ │ │ │ ├── TriangularMatrixVector_MKL.h │ │ │ │ ├── TriangularSolverMatrix.h │ │ │ │ ├── TriangularSolverMatrix_MKL.h │ │ │ │ └── TriangularSolverVector.h │ │ │ └── util │ │ │ │ ├── BlasUtil.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.h │ │ │ │ ├── DisableStupidWarnings.h │ │ │ │ ├── ForwardDeclarations.h │ │ │ │ ├── MKL_support.h │ │ │ │ ├── Macros.h │ │ │ │ ├── Memory.h │ │ │ │ ├── Meta.h │ │ │ │ ├── NonMPL2.h │ │ │ │ ├── ReenableStupidWarnings.h │ │ │ │ ├── StaticAssert.h │ │ │ │ └── XprHelper.h │ │ │ ├── Eigenvalues │ │ │ ├── CMakeLists.txt │ │ │ ├── ComplexEigenSolver.h │ │ │ ├── ComplexSchur.h │ │ │ ├── ComplexSchur_MKL.h │ │ │ ├── EigenSolver.h │ │ │ ├── GeneralizedEigenSolver.h │ │ │ ├── GeneralizedSelfAdjointEigenSolver.h │ │ │ ├── HessenbergDecomposition.h │ │ │ ├── MatrixBaseEigenvalues.h │ │ │ ├── RealQZ.h │ │ │ ├── RealSchur.h │ │ │ ├── RealSchur_MKL.h │ │ │ ├── SelfAdjointEigenSolver.h │ │ │ ├── SelfAdjointEigenSolver_MKL.h │ │ │ └── Tridiagonalization.h │ │ │ ├── Geometry │ │ │ ├── AlignedBox.h │ │ │ ├── AngleAxis.h │ │ │ ├── CMakeLists.txt │ │ │ ├── EulerAngles.h │ │ │ ├── Homogeneous.h │ │ │ ├── Hyperplane.h │ │ │ ├── OrthoMethods.h │ │ │ ├── ParametrizedLine.h │ │ │ ├── Quaternion.h │ │ │ ├── Rotation2D.h │ │ │ ├── RotationBase.h │ │ │ ├── Scaling.h │ │ │ ├── Transform.h │ │ │ ├── Translation.h │ │ │ ├── Umeyama.h │ │ │ └── arch │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── Geometry_SSE.h │ │ │ ├── Householder │ │ │ ├── BlockHouseholder.h │ │ │ ├── CMakeLists.txt │ │ │ ├── Householder.h │ │ │ └── HouseholderSequence.h │ │ │ ├── IterativeLinearSolvers │ │ │ ├── BasicPreconditioners.h │ │ │ ├── BiCGSTAB.h │ │ │ ├── CMakeLists.txt │ │ │ ├── ConjugateGradient.h │ │ │ ├── IncompleteCholesky.h │ │ │ ├── IncompleteLUT.h │ │ │ ├── IterativeSolverBase.h │ │ │ ├── LeastSquareConjugateGradient.h │ │ │ └── SolveWithGuess.h │ │ │ ├── Jacobi │ │ │ ├── CMakeLists.txt │ │ │ └── Jacobi.h │ │ │ ├── LU │ │ │ ├── CMakeLists.txt │ │ │ ├── Determinant.h │ │ │ ├── FullPivLU.h │ │ │ ├── InverseImpl.h │ │ │ ├── PartialPivLU.h │ │ │ ├── PartialPivLU_MKL.h │ │ │ └── arch │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── Inverse_SSE.h │ │ │ ├── MetisSupport │ │ │ ├── CMakeLists.txt │ │ │ └── MetisSupport.h │ │ │ ├── OrderingMethods │ │ │ ├── Amd.h │ │ │ ├── CMakeLists.txt │ │ │ ├── Eigen_Colamd.h │ │ │ └── Ordering.h │ │ │ ├── PaStiXSupport │ │ │ ├── CMakeLists.txt │ │ │ └── PaStiXSupport.h │ │ │ ├── PardisoSupport │ │ │ ├── CMakeLists.txt │ │ │ └── PardisoSupport.h │ │ │ ├── QR │ │ │ ├── CMakeLists.txt │ │ │ ├── ColPivHouseholderQR.h │ │ │ ├── ColPivHouseholderQR_MKL.h │ │ │ ├── FullPivHouseholderQR.h │ │ │ ├── HouseholderQR.h │ │ │ └── HouseholderQR_MKL.h │ │ │ ├── SPQRSupport │ │ │ ├── CMakeLists.txt │ │ │ └── SuiteSparseQRSupport.h │ │ │ ├── SVD │ │ │ ├── BDCSVD.h │ │ │ ├── CMakeLists.txt │ │ │ ├── JacobiSVD.h │ │ │ ├── JacobiSVD_MKL.h │ │ │ ├── SVDBase.h │ │ │ └── UpperBidiagonalization.h │ │ │ ├── SparseCholesky │ │ │ ├── CMakeLists.txt │ │ │ ├── SimplicialCholesky.h │ │ │ └── SimplicialCholesky_impl.h │ │ │ ├── SparseCore │ │ │ ├── AmbiVector.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CompressedStorage.h │ │ │ ├── ConservativeSparseSparseProduct.h │ │ │ ├── MappedSparseMatrix.h │ │ │ ├── SparseAssign.h │ │ │ ├── SparseBlock.h │ │ │ ├── SparseColEtree.h │ │ │ ├── SparseCompressedBase.h │ │ │ ├── SparseCwiseBinaryOp.h │ │ │ ├── SparseCwiseUnaryOp.h │ │ │ ├── SparseDenseProduct.h │ │ │ ├── SparseDiagonalProduct.h │ │ │ ├── SparseDot.h │ │ │ ├── SparseFuzzy.h │ │ │ ├── SparseMap.h │ │ │ ├── SparseMatrix.h │ │ │ ├── SparseMatrixBase.h │ │ │ ├── SparsePermutation.h │ │ │ ├── SparseProduct.h │ │ │ ├── SparseRedux.h │ │ │ ├── SparseRef.h │ │ │ ├── SparseSelfAdjointView.h │ │ │ ├── SparseSolverBase.h │ │ │ ├── SparseSparseProductWithPruning.h │ │ │ ├── SparseTranspose.h │ │ │ ├── SparseTriangularView.h │ │ │ ├── SparseUtil.h │ │ │ ├── SparseVector.h │ │ │ ├── SparseView.h │ │ │ └── TriangularSolver.h │ │ │ ├── SparseLU │ │ │ ├── CMakeLists.txt │ │ │ ├── SparseLU.h │ │ │ ├── SparseLUImpl.h │ │ │ ├── SparseLU_Memory.h │ │ │ ├── SparseLU_Structs.h │ │ │ ├── SparseLU_SupernodalMatrix.h │ │ │ ├── SparseLU_Utils.h │ │ │ ├── SparseLU_column_bmod.h │ │ │ ├── SparseLU_column_dfs.h │ │ │ ├── SparseLU_copy_to_ucol.h │ │ │ ├── SparseLU_gemm_kernel.h │ │ │ ├── SparseLU_heap_relax_snode.h │ │ │ ├── SparseLU_kernel_bmod.h │ │ │ ├── SparseLU_panel_bmod.h │ │ │ ├── SparseLU_panel_dfs.h │ │ │ ├── SparseLU_pivotL.h │ │ │ ├── SparseLU_pruneL.h │ │ │ └── SparseLU_relax_snode.h │ │ │ ├── SparseQR │ │ │ ├── CMakeLists.txt │ │ │ └── SparseQR.h │ │ │ ├── StlSupport │ │ │ ├── CMakeLists.txt │ │ │ ├── StdDeque.h │ │ │ ├── StdList.h │ │ │ ├── StdVector.h │ │ │ └── details.h │ │ │ ├── SuperLUSupport │ │ │ ├── CMakeLists.txt │ │ │ └── SuperLUSupport.h │ │ │ ├── UmfPackSupport │ │ │ ├── CMakeLists.txt │ │ │ └── UmfPackSupport.h │ │ │ ├── misc │ │ │ ├── CMakeLists.txt │ │ │ ├── Image.h │ │ │ ├── Kernel.h │ │ │ └── blas.h │ │ │ └── plugins │ │ │ ├── ArrayCwiseBinaryOps.h │ │ │ ├── ArrayCwiseUnaryOps.h │ │ │ ├── BlockMethods.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CommonCwiseBinaryOps.h │ │ │ ├── CommonCwiseUnaryOps.h │ │ │ ├── MatrixCwiseBinaryOps.h │ │ │ └── MatrixCwiseUnaryOps.h │ │ ├── FW1FontWrapper │ │ └── FW1FontWrapper.h │ │ ├── FreeImage │ │ └── FreeImage.h │ │ ├── Kinect.INPC.h │ │ ├── Kinect.h │ │ ├── OpenMesh │ │ ├── Core │ │ │ ├── Geometry │ │ │ │ ├── Config.hh │ │ │ │ ├── LoopSchemeMaskT.hh │ │ │ │ ├── MathDefs.hh │ │ │ │ ├── NormalConeT.cc │ │ │ │ ├── NormalConeT.hh │ │ │ │ ├── Plane3d.hh │ │ │ │ ├── QuadricT.hh │ │ │ │ ├── VectorT.hh │ │ │ │ └── VectorT_inc.hh │ │ │ ├── IO │ │ │ │ ├── BinaryHelper.hh │ │ │ │ ├── IOInstances.hh │ │ │ │ ├── IOManager.hh │ │ │ │ ├── MeshIO.hh │ │ │ │ ├── OFFFormat.hh │ │ │ │ ├── OMFormat.cc │ │ │ │ ├── OMFormat.hh │ │ │ │ ├── OMFormatT.cc │ │ │ │ ├── Options.hh │ │ │ │ ├── SR_binary.hh │ │ │ │ ├── SR_binary_spec.hh │ │ │ │ ├── SR_binary_vector_of_bool.inl │ │ │ │ ├── SR_binary_vector_of_fundamentals.inl │ │ │ │ ├── SR_binary_vector_of_string.inl │ │ │ │ ├── SR_rbo.hh │ │ │ │ ├── SR_store.hh │ │ │ │ ├── SR_types.hh │ │ │ │ ├── StoreRestore.hh │ │ │ │ ├── exporter │ │ │ │ │ ├── BaseExporter.hh │ │ │ │ │ └── ExporterT.hh │ │ │ │ ├── importer │ │ │ │ │ ├── BaseImporter.hh │ │ │ │ │ └── ImporterT.hh │ │ │ │ ├── reader │ │ │ │ │ ├── BaseReader.hh │ │ │ │ │ ├── OBJReader.hh │ │ │ │ │ ├── OFFReader.hh │ │ │ │ │ ├── OMReader.hh │ │ │ │ │ ├── PLYReader.hh │ │ │ │ │ └── STLReader.hh │ │ │ │ └── writer │ │ │ │ │ ├── BaseWriter.hh │ │ │ │ │ ├── OBJWriter.hh │ │ │ │ │ ├── OFFWriter.hh │ │ │ │ │ ├── OMWriter.hh │ │ │ │ │ ├── PLYWriter.hh │ │ │ │ │ ├── STLWriter.hh │ │ │ │ │ └── VTKWriter.hh │ │ │ ├── Mesh │ │ │ │ ├── ArrayItems.hh │ │ │ │ ├── ArrayKernel.hh │ │ │ │ ├── ArrayKernelT.cc │ │ │ │ ├── AttribKernelT.hh │ │ │ │ ├── Attributes.hh │ │ │ │ ├── BaseKernel.hh │ │ │ │ ├── BaseMesh.hh │ │ │ │ ├── Casts.hh │ │ │ │ ├── CirculatorsT.hh │ │ │ │ ├── FinalMeshItemsT.hh │ │ │ │ ├── Handles.hh │ │ │ │ ├── IteratorsT.hh │ │ │ │ ├── PolyConnectivity.hh │ │ │ │ ├── PolyMeshT.cc │ │ │ │ ├── PolyMeshT.hh │ │ │ │ ├── PolyMesh_ArrayKernelT.hh │ │ │ │ ├── Status.hh │ │ │ │ ├── Traits.hh │ │ │ │ ├── TriConnectivity.hh │ │ │ │ ├── TriMeshT.cc │ │ │ │ ├── TriMeshT.hh │ │ │ │ ├── TriMesh_ArrayKernelT.hh │ │ │ │ └── gen │ │ │ │ │ ├── circulators_header.hh │ │ │ │ │ ├── circulators_template.hh │ │ │ │ │ ├── footer.hh │ │ │ │ │ ├── iterators_header.hh │ │ │ │ │ └── iterators_template.hh │ │ │ ├── System │ │ │ │ ├── OpenMeshDLLMacros.hh │ │ │ │ ├── compiler.hh │ │ │ │ ├── config.h │ │ │ │ ├── config.hh │ │ │ │ ├── mostream.hh │ │ │ │ └── omstream.hh │ │ │ └── Utils │ │ │ │ ├── AutoPropertyHandleT.hh │ │ │ │ ├── BaseProperty.hh │ │ │ │ ├── Endian.hh │ │ │ │ ├── GenProg.hh │ │ │ │ ├── Noncopyable.hh │ │ │ │ ├── Property.hh │ │ │ │ ├── PropertyContainer.hh │ │ │ │ ├── PropertyManager.hh │ │ │ │ ├── RandomNumberGenerator.hh │ │ │ │ ├── SingletonT.cc │ │ │ │ ├── SingletonT.hh │ │ │ │ ├── color_cast.hh │ │ │ │ ├── vector_cast.hh │ │ │ │ └── vector_traits.hh │ │ └── Tools │ │ │ ├── Decimater │ │ │ ├── BaseDecimaterT.cc │ │ │ ├── BaseDecimaterT.hh │ │ │ ├── CollapseInfoT.hh │ │ │ ├── DecimaterT.cc │ │ │ ├── DecimaterT.hh │ │ │ ├── McDecimaterT.cc │ │ │ ├── McDecimaterT.hh │ │ │ ├── MixedDecimaterT.cc │ │ │ ├── MixedDecimaterT.hh │ │ │ ├── ModAspectRatioT.cc │ │ │ ├── ModAspectRatioT.hh │ │ │ ├── ModBaseT.hh │ │ │ ├── ModEdgeLengthT.cc │ │ │ ├── ModEdgeLengthT.hh │ │ │ ├── ModHausdorffT.cc │ │ │ ├── ModHausdorffT.hh │ │ │ ├── ModIndependentSetsT.hh │ │ │ ├── ModNormalDeviationT.hh │ │ │ ├── ModNormalFlippingT.hh │ │ │ ├── ModProgMeshT.cc │ │ │ ├── ModProgMeshT.hh │ │ │ ├── ModQuadricT.cc │ │ │ ├── ModQuadricT.hh │ │ │ ├── ModRoundnessT.hh │ │ │ └── Observer.hh │ │ │ ├── Dualizer │ │ │ └── meshDualT.hh │ │ │ ├── Kernel_OSG │ │ │ ├── ArrayKernelT.hh │ │ │ ├── AttribKernelT.hh │ │ │ ├── PropertyKernel.hh │ │ │ ├── PropertyT.hh │ │ │ ├── Traits.hh │ │ │ ├── TriMesh_OSGArrayKernelT.hh │ │ │ ├── VectorAdapter.hh │ │ │ ├── bindT.hh │ │ │ └── color_cast.hh │ │ │ ├── Smoother │ │ │ ├── JacobiLaplaceSmootherT.cc │ │ │ ├── JacobiLaplaceSmootherT.hh │ │ │ ├── LaplaceSmootherT.cc │ │ │ ├── LaplaceSmootherT.hh │ │ │ ├── SmootherT.cc │ │ │ ├── SmootherT.hh │ │ │ └── smooth_mesh.hh │ │ │ ├── Subdivider │ │ │ ├── Adaptive │ │ │ │ └── Composite │ │ │ │ │ ├── CompositeT.cc │ │ │ │ │ ├── CompositeT.hh │ │ │ │ │ ├── CompositeTraits.hh │ │ │ │ │ ├── RuleInterfaceT.hh │ │ │ │ │ ├── RulesT.cc │ │ │ │ │ ├── RulesT.hh │ │ │ │ │ └── Traits.hh │ │ │ └── Uniform │ │ │ │ ├── CatmullClarkT.cc │ │ │ │ ├── CatmullClarkT.hh │ │ │ │ ├── Composite │ │ │ │ ├── CompositeT.cc │ │ │ │ ├── CompositeT.hh │ │ │ │ └── CompositeTraits.hh │ │ │ │ ├── CompositeLoopT.hh │ │ │ │ ├── CompositeSqrt3T.hh │ │ │ │ ├── LongestEdgeT.hh │ │ │ │ ├── LoopT.hh │ │ │ │ ├── ModifiedButterFlyT.hh │ │ │ │ ├── Sqrt3InterpolatingSubdividerLabsikGreinerT.hh │ │ │ │ ├── Sqrt3T.hh │ │ │ │ └── SubdividerT.hh │ │ │ ├── Utils │ │ │ ├── Config.hh │ │ │ ├── GLConstAsString.hh │ │ │ ├── Gnuplot.cc │ │ │ ├── Gnuplot.hh │ │ │ ├── HeapT.hh │ │ │ ├── MeshCheckerT.cc │ │ │ ├── MeshCheckerT.hh │ │ │ ├── NumLimitsT.hh │ │ │ ├── StripifierT.cc │ │ │ ├── StripifierT.hh │ │ │ ├── TestingFramework.hh │ │ │ ├── Timer.hh │ │ │ ├── conio.hh │ │ │ └── getopt.h │ │ │ └── VDPM │ │ │ ├── MeshTraits.hh │ │ │ ├── StreamingDef.hh │ │ │ ├── VFront.cc │ │ │ ├── VFront.hh │ │ │ ├── VHierarchy.hh │ │ │ ├── VHierarchyNode.hh │ │ │ ├── VHierarchyNodeIndex.hh │ │ │ ├── VHierarchyWindow.hh │ │ │ └── ViewingParameters.hh │ │ ├── assimp │ │ ├── Compiler │ │ │ ├── poppack1.h │ │ │ ├── pstdint.h │ │ │ └── pushpack1.h │ │ ├── DefaultLogger.hpp │ │ ├── Exporter.hpp │ │ ├── IOStream.hpp │ │ ├── IOSystem.hpp │ │ ├── Importer.hpp │ │ ├── LogStream.hpp │ │ ├── Logger.hpp │ │ ├── NullLogger.hpp │ │ ├── ProgressHandler.hpp │ │ ├── ai_assert.h │ │ ├── anim.h │ │ ├── camera.h │ │ ├── cexport.h │ │ ├── cfileio.h │ │ ├── cimport.h │ │ ├── color4.h │ │ ├── color4.inl │ │ ├── config.h │ │ ├── defs.h │ │ ├── importerdesc.h │ │ ├── light.h │ │ ├── material.h │ │ ├── material.inl │ │ ├── matrix3x3.h │ │ ├── matrix3x3.inl │ │ ├── matrix4x4.h │ │ ├── matrix4x4.inl │ │ ├── mesh.h │ │ ├── metadata.h │ │ ├── postprocess.h │ │ ├── quaternion.h │ │ ├── quaternion.inl │ │ ├── scene.h │ │ ├── texture.h │ │ ├── types.h │ │ ├── vector2.h │ │ ├── vector2.inl │ │ ├── vector3.h │ │ ├── vector3.inl │ │ └── version.h │ │ ├── boost │ │ ├── accumulators │ │ │ ├── accumulators.hpp │ │ │ ├── accumulators_fwd.hpp │ │ │ ├── framework │ │ │ │ ├── accumulator_base.hpp │ │ │ │ ├── accumulator_concept.hpp │ │ │ │ ├── accumulator_set.hpp │ │ │ │ ├── accumulators │ │ │ │ │ ├── droppable_accumulator.hpp │ │ │ │ │ ├── external_accumulator.hpp │ │ │ │ │ ├── reference_accumulator.hpp │ │ │ │ │ └── value_accumulator.hpp │ │ │ │ ├── depends_on.hpp │ │ │ │ ├── external.hpp │ │ │ │ ├── extractor.hpp │ │ │ │ ├── features.hpp │ │ │ │ └── parameters │ │ │ │ │ ├── accumulator.hpp │ │ │ │ │ ├── sample.hpp │ │ │ │ │ ├── weight.hpp │ │ │ │ │ └── weights.hpp │ │ │ ├── numeric │ │ │ │ ├── detail │ │ │ │ │ ├── function1.hpp │ │ │ │ │ ├── function2.hpp │ │ │ │ │ ├── function3.hpp │ │ │ │ │ ├── function4.hpp │ │ │ │ │ ├── function_n.hpp │ │ │ │ │ └── pod_singleton.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── functional │ │ │ │ │ ├── complex.hpp │ │ │ │ │ ├── valarray.hpp │ │ │ │ │ └── vector.hpp │ │ │ │ └── functional_fwd.hpp │ │ │ ├── statistics.hpp │ │ │ ├── statistics │ │ │ │ ├── count.hpp │ │ │ │ ├── covariance.hpp │ │ │ │ ├── density.hpp │ │ │ │ ├── error_of.hpp │ │ │ │ ├── error_of_mean.hpp │ │ │ │ ├── extended_p_square.hpp │ │ │ │ ├── extended_p_square_quantile.hpp │ │ │ │ ├── kurtosis.hpp │ │ │ │ ├── max.hpp │ │ │ │ ├── mean.hpp │ │ │ │ ├── median.hpp │ │ │ │ ├── min.hpp │ │ │ │ ├── moment.hpp │ │ │ │ ├── p_square_cumul_dist.hpp │ │ │ │ ├── p_square_cumulative_distribution.hpp │ │ │ │ ├── p_square_quantile.hpp │ │ │ │ ├── parameters │ │ │ │ │ └── quantile_probability.hpp │ │ │ │ ├── peaks_over_threshold.hpp │ │ │ │ ├── pot_quantile.hpp │ │ │ │ ├── pot_tail_mean.hpp │ │ │ │ ├── rolling_count.hpp │ │ │ │ ├── rolling_mean.hpp │ │ │ │ ├── rolling_moment.hpp │ │ │ │ ├── rolling_sum.hpp │ │ │ │ ├── rolling_variance.hpp │ │ │ │ ├── rolling_window.hpp │ │ │ │ ├── skewness.hpp │ │ │ │ ├── stats.hpp │ │ │ │ ├── sum.hpp │ │ │ │ ├── sum_kahan.hpp │ │ │ │ ├── tail.hpp │ │ │ │ ├── tail_mean.hpp │ │ │ │ ├── tail_quantile.hpp │ │ │ │ ├── tail_variate.hpp │ │ │ │ ├── tail_variate_means.hpp │ │ │ │ ├── times2_iterator.hpp │ │ │ │ ├── variance.hpp │ │ │ │ ├── variates │ │ │ │ │ └── covariate.hpp │ │ │ │ ├── weighted_covariance.hpp │ │ │ │ ├── weighted_density.hpp │ │ │ │ ├── weighted_extended_p_square.hpp │ │ │ │ ├── weighted_kurtosis.hpp │ │ │ │ ├── weighted_mean.hpp │ │ │ │ ├── weighted_median.hpp │ │ │ │ ├── weighted_moment.hpp │ │ │ │ ├── weighted_p_square_cumul_dist.hpp │ │ │ │ ├── weighted_p_square_cumulative_distribution.hpp │ │ │ │ ├── weighted_p_square_quantile.hpp │ │ │ │ ├── weighted_peaks_over_threshold.hpp │ │ │ │ ├── weighted_skewness.hpp │ │ │ │ ├── weighted_sum.hpp │ │ │ │ ├── weighted_sum_kahan.hpp │ │ │ │ ├── weighted_tail_mean.hpp │ │ │ │ ├── weighted_tail_quantile.hpp │ │ │ │ ├── weighted_tail_variate_means.hpp │ │ │ │ ├── weighted_variance.hpp │ │ │ │ └── with_error.hpp │ │ │ └── statistics_fwd.hpp │ │ ├── algorithm │ │ │ ├── clamp.hpp │ │ │ ├── cxx11 │ │ │ │ ├── all_of.hpp │ │ │ │ ├── any_of.hpp │ │ │ │ ├── copy_if.hpp │ │ │ │ ├── copy_n.hpp │ │ │ │ ├── find_if_not.hpp │ │ │ │ ├── iota.hpp │ │ │ │ ├── is_partitioned.hpp │ │ │ │ ├── is_permutation.hpp │ │ │ │ ├── is_sorted.hpp │ │ │ │ ├── none_of.hpp │ │ │ │ ├── one_of.hpp │ │ │ │ ├── partition_copy.hpp │ │ │ │ └── partition_point.hpp │ │ │ ├── cxx14 │ │ │ │ ├── equal.hpp │ │ │ │ ├── is_permutation.hpp │ │ │ │ └── mismatch.hpp │ │ │ ├── gather.hpp │ │ │ ├── hex.hpp │ │ │ ├── minmax.hpp │ │ │ ├── minmax_element.hpp │ │ │ ├── searching │ │ │ │ ├── boyer_moore.hpp │ │ │ │ ├── boyer_moore_horspool.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── bm_traits.hpp │ │ │ │ │ └── debugging.hpp │ │ │ │ └── knuth_morris_pratt.hpp │ │ │ ├── string.hpp │ │ │ ├── string │ │ │ │ ├── case_conv.hpp │ │ │ │ ├── classification.hpp │ │ │ │ ├── compare.hpp │ │ │ │ ├── concept.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── constants.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── case_conv.hpp │ │ │ │ │ ├── classification.hpp │ │ │ │ │ ├── find_format.hpp │ │ │ │ │ ├── find_format_all.hpp │ │ │ │ │ ├── find_format_store.hpp │ │ │ │ │ ├── find_iterator.hpp │ │ │ │ │ ├── finder.hpp │ │ │ │ │ ├── finder_regex.hpp │ │ │ │ │ ├── formatter.hpp │ │ │ │ │ ├── formatter_regex.hpp │ │ │ │ │ ├── predicate.hpp │ │ │ │ │ ├── replace_storage.hpp │ │ │ │ │ ├── sequence.hpp │ │ │ │ │ ├── trim.hpp │ │ │ │ │ └── util.hpp │ │ │ │ ├── erase.hpp │ │ │ │ ├── find.hpp │ │ │ │ ├── find_format.hpp │ │ │ │ ├── find_iterator.hpp │ │ │ │ ├── finder.hpp │ │ │ │ ├── formatter.hpp │ │ │ │ ├── iter_find.hpp │ │ │ │ ├── join.hpp │ │ │ │ ├── predicate.hpp │ │ │ │ ├── predicate_facade.hpp │ │ │ │ ├── regex.hpp │ │ │ │ ├── regex_find_format.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── sequence_traits.hpp │ │ │ │ ├── split.hpp │ │ │ │ ├── std │ │ │ │ │ ├── list_traits.hpp │ │ │ │ │ ├── rope_traits.hpp │ │ │ │ │ ├── slist_traits.hpp │ │ │ │ │ └── string_traits.hpp │ │ │ │ ├── std_containers_traits.hpp │ │ │ │ ├── trim.hpp │ │ │ │ ├── trim_all.hpp │ │ │ │ └── yes_no_type.hpp │ │ │ └── string_regex.hpp │ │ ├── align.hpp │ │ ├── align │ │ │ ├── align.hpp │ │ │ ├── aligned_alloc.hpp │ │ │ ├── aligned_allocator.hpp │ │ │ ├── aligned_allocator_adaptor.hpp │ │ │ ├── aligned_allocator_adaptor_forward.hpp │ │ │ ├── aligned_allocator_forward.hpp │ │ │ ├── aligned_delete.hpp │ │ │ ├── aligned_delete_forward.hpp │ │ │ ├── alignment_of.hpp │ │ │ ├── alignment_of_forward.hpp │ │ │ ├── detail │ │ │ │ ├── address.hpp │ │ │ │ ├── addressof.hpp │ │ │ │ ├── align.hpp │ │ │ │ ├── align_cxx11.hpp │ │ │ │ ├── aligned_alloc.hpp │ │ │ │ ├── aligned_alloc_android.hpp │ │ │ │ ├── aligned_alloc_macos.hpp │ │ │ │ ├── aligned_alloc_msvc.hpp │ │ │ │ ├── aligned_alloc_posix.hpp │ │ │ │ ├── aligned_alloc_sunos.hpp │ │ │ │ ├── alignment_of.hpp │ │ │ │ ├── alignment_of_clang.hpp │ │ │ │ ├── alignment_of_codegear.hpp │ │ │ │ ├── alignment_of_cxx11.hpp │ │ │ │ ├── alignment_of_gcc.hpp │ │ │ │ ├── alignment_of_msvc.hpp │ │ │ │ ├── is_aligned.hpp │ │ │ │ ├── is_alignment.hpp │ │ │ │ ├── is_alignment_const.hpp │ │ │ │ ├── max_align.hpp │ │ │ │ ├── max_count_of.hpp │ │ │ │ ├── min_size.hpp │ │ │ │ ├── padded.hpp │ │ │ │ └── type_traits.hpp │ │ │ └── is_aligned.hpp │ │ ├── aligned_storage.hpp │ │ ├── any.hpp │ │ ├── archive │ │ │ ├── add_facet.hpp │ │ │ ├── archive_exception.hpp │ │ │ ├── basic_archive.hpp │ │ │ ├── basic_binary_iarchive.hpp │ │ │ ├── basic_binary_iprimitive.hpp │ │ │ ├── basic_binary_oarchive.hpp │ │ │ ├── basic_binary_oprimitive.hpp │ │ │ ├── basic_streambuf_locale_saver.hpp │ │ │ ├── basic_text_iarchive.hpp │ │ │ ├── basic_text_iprimitive.hpp │ │ │ ├── basic_text_oarchive.hpp │ │ │ ├── basic_text_oprimitive.hpp │ │ │ ├── basic_xml_archive.hpp │ │ │ ├── basic_xml_iarchive.hpp │ │ │ ├── basic_xml_oarchive.hpp │ │ │ ├── binary_iarchive.hpp │ │ │ ├── binary_iarchive_impl.hpp │ │ │ ├── binary_oarchive.hpp │ │ │ ├── binary_oarchive_impl.hpp │ │ │ ├── binary_wiarchive.hpp │ │ │ ├── binary_woarchive.hpp │ │ │ ├── codecvt_null.hpp │ │ │ ├── detail │ │ │ │ ├── abi_prefix.hpp │ │ │ │ ├── abi_suffix.hpp │ │ │ │ ├── archive_serializer_map.hpp │ │ │ │ ├── auto_link_archive.hpp │ │ │ │ ├── auto_link_warchive.hpp │ │ │ │ ├── basic_archive_impl.hpp │ │ │ │ ├── basic_config.hpp │ │ │ │ ├── basic_iarchive.hpp │ │ │ │ ├── basic_iserializer.hpp │ │ │ │ ├── basic_oarchive.hpp │ │ │ │ ├── basic_oserializer.hpp │ │ │ │ ├── basic_pointer_iserializer.hpp │ │ │ │ ├── basic_pointer_oserializer.hpp │ │ │ │ ├── basic_serializer.hpp │ │ │ │ ├── basic_serializer_map.hpp │ │ │ │ ├── check.hpp │ │ │ │ ├── common_iarchive.hpp │ │ │ │ ├── common_oarchive.hpp │ │ │ │ ├── decl.hpp │ │ │ │ ├── helper_collection.hpp │ │ │ │ ├── interface_iarchive.hpp │ │ │ │ ├── interface_oarchive.hpp │ │ │ │ ├── iserializer.hpp │ │ │ │ ├── oserializer.hpp │ │ │ │ ├── polymorphic_iarchive_route.hpp │ │ │ │ ├── polymorphic_oarchive_route.hpp │ │ │ │ ├── register_archive.hpp │ │ │ │ └── utf8_codecvt_facet.hpp │ │ │ ├── dinkumware.hpp │ │ │ ├── impl │ │ │ │ ├── archive_serializer_map.ipp │ │ │ │ ├── basic_binary_iarchive.ipp │ │ │ │ ├── basic_binary_iprimitive.ipp │ │ │ │ ├── basic_binary_oarchive.ipp │ │ │ │ ├── basic_binary_oprimitive.ipp │ │ │ │ ├── basic_text_iarchive.ipp │ │ │ │ ├── basic_text_iprimitive.ipp │ │ │ │ ├── basic_text_oarchive.ipp │ │ │ │ ├── basic_text_oprimitive.ipp │ │ │ │ ├── basic_xml_grammar.hpp │ │ │ │ ├── basic_xml_iarchive.ipp │ │ │ │ ├── basic_xml_oarchive.ipp │ │ │ │ ├── text_iarchive_impl.ipp │ │ │ │ ├── text_oarchive_impl.ipp │ │ │ │ ├── text_wiarchive_impl.ipp │ │ │ │ ├── text_woarchive_impl.ipp │ │ │ │ ├── xml_iarchive_impl.ipp │ │ │ │ ├── xml_oarchive_impl.ipp │ │ │ │ ├── xml_wiarchive_impl.ipp │ │ │ │ └── xml_woarchive_impl.ipp │ │ │ ├── iterators │ │ │ │ ├── base64_exception.hpp │ │ │ │ ├── base64_from_binary.hpp │ │ │ │ ├── binary_from_base64.hpp │ │ │ │ ├── dataflow.hpp │ │ │ │ ├── dataflow_exception.hpp │ │ │ │ ├── escape.hpp │ │ │ │ ├── head_iterator.hpp │ │ │ │ ├── insert_linebreaks.hpp │ │ │ │ ├── istream_iterator.hpp │ │ │ │ ├── mb_from_wchar.hpp │ │ │ │ ├── ostream_iterator.hpp │ │ │ │ ├── remove_whitespace.hpp │ │ │ │ ├── transform_width.hpp │ │ │ │ ├── unescape.hpp │ │ │ │ ├── wchar_from_mb.hpp │ │ │ │ ├── xml_escape.hpp │ │ │ │ ├── xml_unescape.hpp │ │ │ │ └── xml_unescape_exception.hpp │ │ │ ├── polymorphic_binary_iarchive.hpp │ │ │ ├── polymorphic_binary_oarchive.hpp │ │ │ ├── polymorphic_iarchive.hpp │ │ │ ├── polymorphic_oarchive.hpp │ │ │ ├── polymorphic_text_iarchive.hpp │ │ │ ├── polymorphic_text_oarchive.hpp │ │ │ ├── polymorphic_text_wiarchive.hpp │ │ │ ├── polymorphic_text_woarchive.hpp │ │ │ ├── polymorphic_xml_iarchive.hpp │ │ │ ├── polymorphic_xml_oarchive.hpp │ │ │ ├── polymorphic_xml_wiarchive.hpp │ │ │ ├── polymorphic_xml_woarchive.hpp │ │ │ ├── shared_ptr_helper.hpp │ │ │ ├── text_iarchive.hpp │ │ │ ├── text_oarchive.hpp │ │ │ ├── text_wiarchive.hpp │ │ │ ├── text_woarchive.hpp │ │ │ ├── tmpdir.hpp │ │ │ ├── wcslen.hpp │ │ │ ├── xml_archive_exception.hpp │ │ │ ├── xml_iarchive.hpp │ │ │ ├── xml_oarchive.hpp │ │ │ ├── xml_wiarchive.hpp │ │ │ └── xml_woarchive.hpp │ │ ├── array.hpp │ │ ├── asio.hpp │ │ ├── asio │ │ │ ├── async_result.hpp │ │ │ ├── basic_datagram_socket.hpp │ │ │ ├── basic_deadline_timer.hpp │ │ │ ├── basic_io_object.hpp │ │ │ ├── basic_raw_socket.hpp │ │ │ ├── basic_seq_packet_socket.hpp │ │ │ ├── basic_serial_port.hpp │ │ │ ├── basic_signal_set.hpp │ │ │ ├── basic_socket.hpp │ │ │ ├── basic_socket_acceptor.hpp │ │ │ ├── basic_socket_iostream.hpp │ │ │ ├── basic_socket_streambuf.hpp │ │ │ ├── basic_stream_socket.hpp │ │ │ ├── basic_streambuf.hpp │ │ │ ├── basic_streambuf_fwd.hpp │ │ │ ├── basic_waitable_timer.hpp │ │ │ ├── buffer.hpp │ │ │ ├── buffered_read_stream.hpp │ │ │ ├── buffered_read_stream_fwd.hpp │ │ │ ├── buffered_stream.hpp │ │ │ ├── buffered_stream_fwd.hpp │ │ │ ├── buffered_write_stream.hpp │ │ │ ├── buffered_write_stream_fwd.hpp │ │ │ ├── buffers_iterator.hpp │ │ │ ├── completion_condition.hpp │ │ │ ├── connect.hpp │ │ │ ├── coroutine.hpp │ │ │ ├── datagram_socket_service.hpp │ │ │ ├── deadline_timer.hpp │ │ │ ├── deadline_timer_service.hpp │ │ │ ├── detail │ │ │ │ ├── addressof.hpp │ │ │ │ ├── array.hpp │ │ │ │ ├── array_fwd.hpp │ │ │ │ ├── assert.hpp │ │ │ │ ├── atomic_count.hpp │ │ │ │ ├── base_from_completion_cond.hpp │ │ │ │ ├── bind_handler.hpp │ │ │ │ ├── buffer_resize_guard.hpp │ │ │ │ ├── buffer_sequence_adapter.hpp │ │ │ │ ├── buffered_stream_storage.hpp │ │ │ │ ├── call_stack.hpp │ │ │ │ ├── chrono_time_traits.hpp │ │ │ │ ├── completion_handler.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── consuming_buffers.hpp │ │ │ │ ├── cstdint.hpp │ │ │ │ ├── date_time_fwd.hpp │ │ │ │ ├── deadline_timer_service.hpp │ │ │ │ ├── dependent_type.hpp │ │ │ │ ├── descriptor_ops.hpp │ │ │ │ ├── descriptor_read_op.hpp │ │ │ │ ├── descriptor_write_op.hpp │ │ │ │ ├── dev_poll_reactor.hpp │ │ │ │ ├── epoll_reactor.hpp │ │ │ │ ├── event.hpp │ │ │ │ ├── eventfd_select_interrupter.hpp │ │ │ │ ├── fd_set_adapter.hpp │ │ │ │ ├── fenced_block.hpp │ │ │ │ ├── function.hpp │ │ │ │ ├── gcc_arm_fenced_block.hpp │ │ │ │ ├── gcc_hppa_fenced_block.hpp │ │ │ │ ├── gcc_sync_fenced_block.hpp │ │ │ │ ├── gcc_x86_fenced_block.hpp │ │ │ │ ├── handler_alloc_helpers.hpp │ │ │ │ ├── handler_cont_helpers.hpp │ │ │ │ ├── handler_invoke_helpers.hpp │ │ │ │ ├── handler_tracking.hpp │ │ │ │ ├── handler_type_requirements.hpp │ │ │ │ ├── hash_map.hpp │ │ │ │ ├── impl │ │ │ │ │ ├── buffer_sequence_adapter.ipp │ │ │ │ │ ├── descriptor_ops.ipp │ │ │ │ │ ├── dev_poll_reactor.hpp │ │ │ │ │ ├── dev_poll_reactor.ipp │ │ │ │ │ ├── epoll_reactor.hpp │ │ │ │ │ ├── epoll_reactor.ipp │ │ │ │ │ ├── eventfd_select_interrupter.ipp │ │ │ │ │ ├── handler_tracking.ipp │ │ │ │ │ ├── kqueue_reactor.hpp │ │ │ │ │ ├── kqueue_reactor.ipp │ │ │ │ │ ├── pipe_select_interrupter.ipp │ │ │ │ │ ├── posix_event.ipp │ │ │ │ │ ├── posix_mutex.ipp │ │ │ │ │ ├── posix_thread.ipp │ │ │ │ │ ├── posix_tss_ptr.ipp │ │ │ │ │ ├── reactive_descriptor_service.ipp │ │ │ │ │ ├── reactive_serial_port_service.ipp │ │ │ │ │ ├── reactive_socket_service_base.ipp │ │ │ │ │ ├── resolver_service_base.ipp │ │ │ │ │ ├── select_reactor.hpp │ │ │ │ │ ├── select_reactor.ipp │ │ │ │ │ ├── service_registry.hpp │ │ │ │ │ ├── service_registry.ipp │ │ │ │ │ ├── signal_set_service.ipp │ │ │ │ │ ├── socket_ops.ipp │ │ │ │ │ ├── socket_select_interrupter.ipp │ │ │ │ │ ├── strand_service.hpp │ │ │ │ │ ├── strand_service.ipp │ │ │ │ │ ├── task_io_service.hpp │ │ │ │ │ ├── task_io_service.ipp │ │ │ │ │ ├── throw_error.ipp │ │ │ │ │ ├── timer_queue_ptime.ipp │ │ │ │ │ ├── timer_queue_set.ipp │ │ │ │ │ ├── win_event.ipp │ │ │ │ │ ├── win_iocp_handle_service.ipp │ │ │ │ │ ├── win_iocp_io_service.hpp │ │ │ │ │ ├── win_iocp_io_service.ipp │ │ │ │ │ ├── win_iocp_serial_port_service.ipp │ │ │ │ │ ├── win_iocp_socket_service_base.ipp │ │ │ │ │ ├── win_mutex.ipp │ │ │ │ │ ├── win_object_handle_service.ipp │ │ │ │ │ ├── win_static_mutex.ipp │ │ │ │ │ ├── win_thread.ipp │ │ │ │ │ ├── win_tss_ptr.ipp │ │ │ │ │ ├── winrt_ssocket_service_base.ipp │ │ │ │ │ ├── winrt_timer_scheduler.hpp │ │ │ │ │ ├── winrt_timer_scheduler.ipp │ │ │ │ │ └── winsock_init.ipp │ │ │ │ ├── io_control.hpp │ │ │ │ ├── keyword_tss_ptr.hpp │ │ │ │ ├── kqueue_reactor.hpp │ │ │ │ ├── limits.hpp │ │ │ │ ├── local_free_on_block_exit.hpp │ │ │ │ ├── macos_fenced_block.hpp │ │ │ │ ├── mutex.hpp │ │ │ │ ├── noncopyable.hpp │ │ │ │ ├── null_event.hpp │ │ │ │ ├── null_fenced_block.hpp │ │ │ │ ├── null_mutex.hpp │ │ │ │ ├── null_reactor.hpp │ │ │ │ ├── null_signal_blocker.hpp │ │ │ │ ├── null_socket_service.hpp │ │ │ │ ├── null_static_mutex.hpp │ │ │ │ ├── null_thread.hpp │ │ │ │ ├── null_tss_ptr.hpp │ │ │ │ ├── object_pool.hpp │ │ │ │ ├── old_win_sdk_compat.hpp │ │ │ │ ├── op_queue.hpp │ │ │ │ ├── operation.hpp │ │ │ │ ├── pipe_select_interrupter.hpp │ │ │ │ ├── pop_options.hpp │ │ │ │ ├── posix_event.hpp │ │ │ │ ├── posix_fd_set_adapter.hpp │ │ │ │ ├── posix_mutex.hpp │ │ │ │ ├── posix_signal_blocker.hpp │ │ │ │ ├── posix_static_mutex.hpp │ │ │ │ ├── posix_thread.hpp │ │ │ │ ├── posix_tss_ptr.hpp │ │ │ │ ├── push_options.hpp │ │ │ │ ├── reactive_descriptor_service.hpp │ │ │ │ ├── reactive_null_buffers_op.hpp │ │ │ │ ├── reactive_serial_port_service.hpp │ │ │ │ ├── reactive_socket_accept_op.hpp │ │ │ │ ├── reactive_socket_connect_op.hpp │ │ │ │ ├── reactive_socket_recv_op.hpp │ │ │ │ ├── reactive_socket_recvfrom_op.hpp │ │ │ │ ├── reactive_socket_recvmsg_op.hpp │ │ │ │ ├── reactive_socket_send_op.hpp │ │ │ │ ├── reactive_socket_sendto_op.hpp │ │ │ │ ├── reactive_socket_service.hpp │ │ │ │ ├── reactive_socket_service_base.hpp │ │ │ │ ├── reactor.hpp │ │ │ │ ├── reactor_fwd.hpp │ │ │ │ ├── reactor_op.hpp │ │ │ │ ├── reactor_op_queue.hpp │ │ │ │ ├── regex_fwd.hpp │ │ │ │ ├── resolve_endpoint_op.hpp │ │ │ │ ├── resolve_op.hpp │ │ │ │ ├── resolver_service.hpp │ │ │ │ ├── resolver_service_base.hpp │ │ │ │ ├── scoped_lock.hpp │ │ │ │ ├── scoped_ptr.hpp │ │ │ │ ├── select_interrupter.hpp │ │ │ │ ├── select_reactor.hpp │ │ │ │ ├── service_registry.hpp │ │ │ │ ├── shared_ptr.hpp │ │ │ │ ├── signal_blocker.hpp │ │ │ │ ├── signal_handler.hpp │ │ │ │ ├── signal_init.hpp │ │ │ │ ├── signal_op.hpp │ │ │ │ ├── signal_set_service.hpp │ │ │ │ ├── socket_holder.hpp │ │ │ │ ├── socket_ops.hpp │ │ │ │ ├── socket_option.hpp │ │ │ │ ├── socket_select_interrupter.hpp │ │ │ │ ├── socket_types.hpp │ │ │ │ ├── solaris_fenced_block.hpp │ │ │ │ ├── static_mutex.hpp │ │ │ │ ├── std_event.hpp │ │ │ │ ├── std_mutex.hpp │ │ │ │ ├── std_static_mutex.hpp │ │ │ │ ├── std_thread.hpp │ │ │ │ ├── strand_service.hpp │ │ │ │ ├── task_io_service.hpp │ │ │ │ ├── task_io_service_operation.hpp │ │ │ │ ├── task_io_service_thread_info.hpp │ │ │ │ ├── thread.hpp │ │ │ │ ├── thread_info_base.hpp │ │ │ │ ├── throw_error.hpp │ │ │ │ ├── throw_exception.hpp │ │ │ │ ├── timer_queue.hpp │ │ │ │ ├── timer_queue_base.hpp │ │ │ │ ├── timer_queue_ptime.hpp │ │ │ │ ├── timer_queue_set.hpp │ │ │ │ ├── timer_scheduler.hpp │ │ │ │ ├── timer_scheduler_fwd.hpp │ │ │ │ ├── tss_ptr.hpp │ │ │ │ ├── type_traits.hpp │ │ │ │ ├── variadic_templates.hpp │ │ │ │ ├── wait_handler.hpp │ │ │ │ ├── wait_op.hpp │ │ │ │ ├── weak_ptr.hpp │ │ │ │ ├── win_event.hpp │ │ │ │ ├── win_fd_set_adapter.hpp │ │ │ │ ├── win_fenced_block.hpp │ │ │ │ ├── win_iocp_handle_read_op.hpp │ │ │ │ ├── win_iocp_handle_service.hpp │ │ │ │ ├── win_iocp_handle_write_op.hpp │ │ │ │ ├── win_iocp_io_service.hpp │ │ │ │ ├── win_iocp_null_buffers_op.hpp │ │ │ │ ├── win_iocp_operation.hpp │ │ │ │ ├── win_iocp_overlapped_op.hpp │ │ │ │ ├── win_iocp_overlapped_ptr.hpp │ │ │ │ ├── win_iocp_serial_port_service.hpp │ │ │ │ ├── win_iocp_socket_accept_op.hpp │ │ │ │ ├── win_iocp_socket_connect_op.hpp │ │ │ │ ├── win_iocp_socket_recv_op.hpp │ │ │ │ ├── win_iocp_socket_recvfrom_op.hpp │ │ │ │ ├── win_iocp_socket_recvmsg_op.hpp │ │ │ │ ├── win_iocp_socket_send_op.hpp │ │ │ │ ├── win_iocp_socket_service.hpp │ │ │ │ ├── win_iocp_socket_service_base.hpp │ │ │ │ ├── win_iocp_thread_info.hpp │ │ │ │ ├── win_mutex.hpp │ │ │ │ ├── win_object_handle_service.hpp │ │ │ │ ├── win_static_mutex.hpp │ │ │ │ ├── win_thread.hpp │ │ │ │ ├── win_tss_ptr.hpp │ │ │ │ ├── wince_thread.hpp │ │ │ │ ├── winrt_async_manager.hpp │ │ │ │ ├── winrt_async_op.hpp │ │ │ │ ├── winrt_resolve_op.hpp │ │ │ │ ├── winrt_resolver_service.hpp │ │ │ │ ├── winrt_socket_connect_op.hpp │ │ │ │ ├── winrt_socket_recv_op.hpp │ │ │ │ ├── winrt_socket_send_op.hpp │ │ │ │ ├── winrt_ssocket_service.hpp │ │ │ │ ├── winrt_ssocket_service_base.hpp │ │ │ │ ├── winrt_timer_scheduler.hpp │ │ │ │ ├── winrt_utils.hpp │ │ │ │ ├── winsock_init.hpp │ │ │ │ └── wrapped_handler.hpp │ │ │ ├── error.hpp │ │ │ ├── generic │ │ │ │ ├── basic_endpoint.hpp │ │ │ │ ├── datagram_protocol.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── endpoint.hpp │ │ │ │ │ └── impl │ │ │ │ │ │ └── endpoint.ipp │ │ │ │ ├── raw_protocol.hpp │ │ │ │ ├── seq_packet_protocol.hpp │ │ │ │ └── stream_protocol.hpp │ │ │ ├── handler_alloc_hook.hpp │ │ │ ├── handler_continuation_hook.hpp │ │ │ ├── handler_invoke_hook.hpp │ │ │ ├── handler_type.hpp │ │ │ ├── high_resolution_timer.hpp │ │ │ ├── impl │ │ │ │ ├── buffered_read_stream.hpp │ │ │ │ ├── buffered_write_stream.hpp │ │ │ │ ├── connect.hpp │ │ │ │ ├── error.ipp │ │ │ │ ├── handler_alloc_hook.ipp │ │ │ │ ├── io_service.hpp │ │ │ │ ├── io_service.ipp │ │ │ │ ├── read.hpp │ │ │ │ ├── read_at.hpp │ │ │ │ ├── read_until.hpp │ │ │ │ ├── serial_port_base.hpp │ │ │ │ ├── serial_port_base.ipp │ │ │ │ ├── spawn.hpp │ │ │ │ ├── src.cpp │ │ │ │ ├── src.hpp │ │ │ │ ├── use_future.hpp │ │ │ │ ├── write.hpp │ │ │ │ └── write_at.hpp │ │ │ ├── io_service.hpp │ │ │ ├── ip │ │ │ │ ├── address.hpp │ │ │ │ ├── address_v4.hpp │ │ │ │ ├── address_v6.hpp │ │ │ │ ├── basic_endpoint.hpp │ │ │ │ ├── basic_resolver.hpp │ │ │ │ ├── basic_resolver_entry.hpp │ │ │ │ ├── basic_resolver_iterator.hpp │ │ │ │ ├── basic_resolver_query.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── endpoint.hpp │ │ │ │ │ ├── impl │ │ │ │ │ │ └── endpoint.ipp │ │ │ │ │ └── socket_option.hpp │ │ │ │ ├── host_name.hpp │ │ │ │ ├── icmp.hpp │ │ │ │ ├── impl │ │ │ │ │ ├── address.hpp │ │ │ │ │ ├── address.ipp │ │ │ │ │ ├── address_v4.hpp │ │ │ │ │ ├── address_v4.ipp │ │ │ │ │ ├── address_v6.hpp │ │ │ │ │ ├── address_v6.ipp │ │ │ │ │ ├── basic_endpoint.hpp │ │ │ │ │ └── host_name.ipp │ │ │ │ ├── multicast.hpp │ │ │ │ ├── resolver_query_base.hpp │ │ │ │ ├── resolver_service.hpp │ │ │ │ ├── tcp.hpp │ │ │ │ ├── udp.hpp │ │ │ │ ├── unicast.hpp │ │ │ │ └── v6_only.hpp │ │ │ ├── is_read_buffered.hpp │ │ │ ├── is_write_buffered.hpp │ │ │ ├── local │ │ │ │ ├── basic_endpoint.hpp │ │ │ │ ├── connect_pair.hpp │ │ │ │ ├── datagram_protocol.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── endpoint.hpp │ │ │ │ │ └── impl │ │ │ │ │ │ └── endpoint.ipp │ │ │ │ └── stream_protocol.hpp │ │ │ ├── placeholders.hpp │ │ │ ├── posix │ │ │ │ ├── basic_descriptor.hpp │ │ │ │ ├── basic_stream_descriptor.hpp │ │ │ │ ├── descriptor_base.hpp │ │ │ │ ├── stream_descriptor.hpp │ │ │ │ └── stream_descriptor_service.hpp │ │ │ ├── raw_socket_service.hpp │ │ │ ├── read.hpp │ │ │ ├── read_at.hpp │ │ │ ├── read_until.hpp │ │ │ ├── seq_packet_socket_service.hpp │ │ │ ├── serial_port.hpp │ │ │ ├── serial_port_base.hpp │ │ │ ├── serial_port_service.hpp │ │ │ ├── signal_set.hpp │ │ │ ├── signal_set_service.hpp │ │ │ ├── socket_acceptor_service.hpp │ │ │ ├── socket_base.hpp │ │ │ ├── spawn.hpp │ │ │ ├── ssl.hpp │ │ │ ├── ssl │ │ │ │ ├── basic_context.hpp │ │ │ │ ├── context.hpp │ │ │ │ ├── context_base.hpp │ │ │ │ ├── context_service.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── buffered_handshake_op.hpp │ │ │ │ │ ├── engine.hpp │ │ │ │ │ ├── handshake_op.hpp │ │ │ │ │ ├── impl │ │ │ │ │ │ ├── engine.ipp │ │ │ │ │ │ └── openssl_init.ipp │ │ │ │ │ ├── io.hpp │ │ │ │ │ ├── openssl_init.hpp │ │ │ │ │ ├── openssl_types.hpp │ │ │ │ │ ├── password_callback.hpp │ │ │ │ │ ├── read_op.hpp │ │ │ │ │ ├── shutdown_op.hpp │ │ │ │ │ ├── stream_core.hpp │ │ │ │ │ ├── verify_callback.hpp │ │ │ │ │ └── write_op.hpp │ │ │ │ ├── error.hpp │ │ │ │ ├── impl │ │ │ │ │ ├── context.hpp │ │ │ │ │ ├── context.ipp │ │ │ │ │ ├── error.ipp │ │ │ │ │ ├── rfc2818_verification.ipp │ │ │ │ │ └── src.hpp │ │ │ │ ├── old │ │ │ │ │ ├── basic_context.hpp │ │ │ │ │ ├── context_service.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── openssl_context_service.hpp │ │ │ │ │ │ ├── openssl_operation.hpp │ │ │ │ │ │ └── openssl_stream_service.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ └── stream_service.hpp │ │ │ │ ├── rfc2818_verification.hpp │ │ │ │ ├── stream.hpp │ │ │ │ ├── stream_base.hpp │ │ │ │ ├── stream_service.hpp │ │ │ │ ├── verify_context.hpp │ │ │ │ └── verify_mode.hpp │ │ │ ├── steady_timer.hpp │ │ │ ├── strand.hpp │ │ │ ├── stream_socket_service.hpp │ │ │ ├── streambuf.hpp │ │ │ ├── system_timer.hpp │ │ │ ├── time_traits.hpp │ │ │ ├── unyield.hpp │ │ │ ├── use_future.hpp │ │ │ ├── version.hpp │ │ │ ├── wait_traits.hpp │ │ │ ├── waitable_timer_service.hpp │ │ │ ├── windows │ │ │ │ ├── basic_handle.hpp │ │ │ │ ├── basic_object_handle.hpp │ │ │ │ ├── basic_random_access_handle.hpp │ │ │ │ ├── basic_stream_handle.hpp │ │ │ │ ├── object_handle.hpp │ │ │ │ ├── object_handle_service.hpp │ │ │ │ ├── overlapped_ptr.hpp │ │ │ │ ├── random_access_handle.hpp │ │ │ │ ├── random_access_handle_service.hpp │ │ │ │ ├── stream_handle.hpp │ │ │ │ └── stream_handle_service.hpp │ │ │ ├── write.hpp │ │ │ ├── write_at.hpp │ │ │ └── yield.hpp │ │ ├── assert.hpp │ │ ├── assign.hpp │ │ ├── assign │ │ │ ├── assignment_exception.hpp │ │ │ ├── list_inserter.hpp │ │ │ ├── list_of.hpp │ │ │ ├── ptr_list_inserter.hpp │ │ │ ├── ptr_list_of.hpp │ │ │ ├── ptr_map_inserter.hpp │ │ │ ├── std.hpp │ │ │ └── std │ │ │ │ ├── deque.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── queue.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── slist.hpp │ │ │ │ ├── stack.hpp │ │ │ │ └── vector.hpp │ │ ├── atomic.hpp │ │ ├── atomic │ │ │ ├── atomic.hpp │ │ │ ├── atomic_flag.hpp │ │ │ ├── capabilities.hpp │ │ │ ├── detail │ │ │ │ ├── atomic_flag.hpp │ │ │ │ ├── atomic_template.hpp │ │ │ │ ├── caps_gcc_alpha.hpp │ │ │ │ ├── caps_gcc_arm.hpp │ │ │ │ ├── caps_gcc_atomic.hpp │ │ │ │ ├── caps_gcc_ppc.hpp │ │ │ │ ├── caps_gcc_sparc.hpp │ │ │ │ ├── caps_gcc_sync.hpp │ │ │ │ ├── caps_gcc_x86.hpp │ │ │ │ ├── caps_linux_arm.hpp │ │ │ │ ├── caps_msvc_arm.hpp │ │ │ │ ├── caps_msvc_x86.hpp │ │ │ │ ├── caps_windows.hpp │ │ │ │ ├── casts.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── int_sizes.hpp │ │ │ │ ├── interlocked.hpp │ │ │ │ ├── link.hpp │ │ │ │ ├── lockpool.hpp │ │ │ │ ├── operations.hpp │ │ │ │ ├── operations_fwd.hpp │ │ │ │ ├── operations_lockfree.hpp │ │ │ │ ├── ops_cas_based.hpp │ │ │ │ ├── ops_emulated.hpp │ │ │ │ ├── ops_extending_cas_based.hpp │ │ │ │ ├── ops_gcc_alpha.hpp │ │ │ │ ├── ops_gcc_arm.hpp │ │ │ │ ├── ops_gcc_atomic.hpp │ │ │ │ ├── ops_gcc_ppc.hpp │ │ │ │ ├── ops_gcc_sparc.hpp │ │ │ │ ├── ops_gcc_sync.hpp │ │ │ │ ├── ops_gcc_x86.hpp │ │ │ │ ├── ops_gcc_x86_dcas.hpp │ │ │ │ ├── ops_linux_arm.hpp │ │ │ │ ├── ops_msvc_arm.hpp │ │ │ │ ├── ops_msvc_common.hpp │ │ │ │ ├── ops_msvc_x86.hpp │ │ │ │ ├── ops_windows.hpp │ │ │ │ ├── pause.hpp │ │ │ │ ├── platform.hpp │ │ │ │ └── storage_type.hpp │ │ │ └── fences.hpp │ │ ├── bimap.hpp │ │ ├── bimap │ │ │ ├── bimap.hpp │ │ │ ├── container_adaptor │ │ │ │ ├── associative_container_adaptor.hpp │ │ │ │ ├── container_adaptor.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── comparison_adaptor.hpp │ │ │ │ │ ├── functor_bag.hpp │ │ │ │ │ ├── identity_converters.hpp │ │ │ │ │ ├── key_extractor.hpp │ │ │ │ │ └── non_unique_container_helper.hpp │ │ │ │ ├── list_adaptor.hpp │ │ │ │ ├── list_map_adaptor.hpp │ │ │ │ ├── map_adaptor.hpp │ │ │ │ ├── multimap_adaptor.hpp │ │ │ │ ├── multiset_adaptor.hpp │ │ │ │ ├── ordered_associative_container_adaptor.hpp │ │ │ │ ├── sequence_container_adaptor.hpp │ │ │ │ ├── set_adaptor.hpp │ │ │ │ ├── support │ │ │ │ │ └── iterator_facade_converters.hpp │ │ │ │ ├── unordered_associative_container_adaptor.hpp │ │ │ │ ├── unordered_map_adaptor.hpp │ │ │ │ ├── unordered_multimap_adaptor.hpp │ │ │ │ ├── unordered_multiset_adaptor.hpp │ │ │ │ ├── unordered_set_adaptor.hpp │ │ │ │ ├── vector_adaptor.hpp │ │ │ │ └── vector_map_adaptor.hpp │ │ │ ├── detail │ │ │ │ ├── bimap_core.hpp │ │ │ │ ├── concept_tags.hpp │ │ │ │ ├── debug │ │ │ │ │ └── static_error.hpp │ │ │ │ ├── generate_index_binder.hpp │ │ │ │ ├── generate_relation_binder.hpp │ │ │ │ ├── generate_view_binder.hpp │ │ │ │ ├── is_set_type_of.hpp │ │ │ │ ├── manage_additional_parameters.hpp │ │ │ │ ├── manage_bimap_key.hpp │ │ │ │ ├── map_view_base.hpp │ │ │ │ ├── map_view_iterator.hpp │ │ │ │ ├── modifier_adaptor.hpp │ │ │ │ ├── non_unique_views_helper.hpp │ │ │ │ ├── set_view_base.hpp │ │ │ │ ├── set_view_iterator.hpp │ │ │ │ ├── test │ │ │ │ │ └── check_metadata.hpp │ │ │ │ └── user_interface_config.hpp │ │ │ ├── list_of.hpp │ │ │ ├── multiset_of.hpp │ │ │ ├── property_map │ │ │ │ ├── set_support.hpp │ │ │ │ └── unordered_set_support.hpp │ │ │ ├── relation │ │ │ │ ├── detail │ │ │ │ │ ├── access_builder.hpp │ │ │ │ │ ├── metadata_access_builder.hpp │ │ │ │ │ ├── mutant.hpp │ │ │ │ │ ├── static_access_builder.hpp │ │ │ │ │ └── to_mutable_relation_functor.hpp │ │ │ │ ├── member_at.hpp │ │ │ │ ├── mutant_relation.hpp │ │ │ │ ├── pair_layout.hpp │ │ │ │ ├── structured_pair.hpp │ │ │ │ ├── support │ │ │ │ │ ├── data_extractor.hpp │ │ │ │ │ ├── get.hpp │ │ │ │ │ ├── get_pair_functor.hpp │ │ │ │ │ ├── is_tag_of_member_at.hpp │ │ │ │ │ ├── member_with_tag.hpp │ │ │ │ │ ├── opposite_tag.hpp │ │ │ │ │ ├── pair_by.hpp │ │ │ │ │ ├── pair_type_by.hpp │ │ │ │ │ └── value_type_of.hpp │ │ │ │ └── symmetrical_base.hpp │ │ │ ├── set_of.hpp │ │ │ ├── support │ │ │ │ ├── data_type_by.hpp │ │ │ │ ├── iterator_type_by.hpp │ │ │ │ ├── key_type_by.hpp │ │ │ │ ├── lambda.hpp │ │ │ │ ├── map_by.hpp │ │ │ │ ├── map_type_by.hpp │ │ │ │ └── value_type_by.hpp │ │ │ ├── tags │ │ │ │ ├── support │ │ │ │ │ ├── apply_to_value_type.hpp │ │ │ │ │ ├── default_tagged.hpp │ │ │ │ │ ├── is_tagged.hpp │ │ │ │ │ ├── overwrite_tagged.hpp │ │ │ │ │ ├── tag_of.hpp │ │ │ │ │ └── value_type_of.hpp │ │ │ │ └── tagged.hpp │ │ │ ├── unconstrained_set_of.hpp │ │ │ ├── unordered_multiset_of.hpp │ │ │ ├── unordered_set_of.hpp │ │ │ ├── vector_of.hpp │ │ │ └── views │ │ │ │ ├── list_map_view.hpp │ │ │ │ ├── list_set_view.hpp │ │ │ │ ├── map_view.hpp │ │ │ │ ├── multimap_view.hpp │ │ │ │ ├── multiset_view.hpp │ │ │ │ ├── set_view.hpp │ │ │ │ ├── unconstrained_map_view.hpp │ │ │ │ ├── unconstrained_set_view.hpp │ │ │ │ ├── unordered_map_view.hpp │ │ │ │ ├── unordered_multimap_view.hpp │ │ │ │ ├── unordered_multiset_view.hpp │ │ │ │ ├── unordered_set_view.hpp │ │ │ │ ├── vector_map_view.hpp │ │ │ │ └── vector_set_view.hpp │ │ ├── bind.hpp │ │ ├── bind │ │ │ ├── apply.hpp │ │ │ ├── arg.hpp │ │ │ ├── bind.hpp │ │ │ ├── bind_cc.hpp │ │ │ ├── bind_mf2_cc.hpp │ │ │ ├── bind_mf_cc.hpp │ │ │ ├── bind_template.hpp │ │ │ ├── make_adaptable.hpp │ │ │ ├── mem_fn.hpp │ │ │ ├── mem_fn_cc.hpp │ │ │ ├── mem_fn_template.hpp │ │ │ ├── mem_fn_vw.hpp │ │ │ ├── placeholders.hpp │ │ │ ├── protect.hpp │ │ │ └── storage.hpp │ │ ├── blank.hpp │ │ ├── blank_fwd.hpp │ │ ├── call_traits.hpp │ │ ├── cast.hpp │ │ ├── cerrno.hpp │ │ ├── checked_delete.hpp │ │ ├── chrono.hpp │ │ ├── chrono │ │ │ ├── ceil.hpp │ │ │ ├── chrono.hpp │ │ │ ├── chrono_io.hpp │ │ │ ├── clock_string.hpp │ │ │ ├── config.hpp │ │ │ ├── detail │ │ │ │ ├── inlined │ │ │ │ │ ├── chrono.hpp │ │ │ │ │ ├── mac │ │ │ │ │ │ ├── chrono.hpp │ │ │ │ │ │ ├── process_cpu_clocks.hpp │ │ │ │ │ │ └── thread_clock.hpp │ │ │ │ │ ├── posix │ │ │ │ │ │ ├── chrono.hpp │ │ │ │ │ │ ├── process_cpu_clocks.hpp │ │ │ │ │ │ └── thread_clock.hpp │ │ │ │ │ ├── process_cpu_clocks.hpp │ │ │ │ │ ├── thread_clock.hpp │ │ │ │ │ └── win │ │ │ │ │ │ ├── chrono.hpp │ │ │ │ │ │ ├── process_cpu_clocks.hpp │ │ │ │ │ │ └── thread_clock.hpp │ │ │ │ ├── is_evenly_divisible_by.hpp │ │ │ │ ├── no_warning │ │ │ │ │ └── signed_unsigned_cmp.hpp │ │ │ │ ├── scan_keyword.hpp │ │ │ │ ├── static_assert.hpp │ │ │ │ └── system.hpp │ │ │ ├── duration.hpp │ │ │ ├── floor.hpp │ │ │ ├── include.hpp │ │ │ ├── io │ │ │ │ ├── duration_get.hpp │ │ │ │ ├── duration_io.hpp │ │ │ │ ├── duration_put.hpp │ │ │ │ ├── duration_style.hpp │ │ │ │ ├── duration_units.hpp │ │ │ │ ├── ios_base_state.hpp │ │ │ │ ├── time_point_get.hpp │ │ │ │ ├── time_point_io.hpp │ │ │ │ ├── time_point_put.hpp │ │ │ │ ├── time_point_units.hpp │ │ │ │ ├── timezone.hpp │ │ │ │ └── utility │ │ │ │ │ ├── ios_base_state_ptr.hpp │ │ │ │ │ ├── manip_base.hpp │ │ │ │ │ └── to_string.hpp │ │ │ ├── io_v1 │ │ │ │ └── chrono_io.hpp │ │ │ ├── process_cpu_clocks.hpp │ │ │ ├── round.hpp │ │ │ ├── system_clocks.hpp │ │ │ ├── thread_clock.hpp │ │ │ ├── time_point.hpp │ │ │ └── typeof │ │ │ │ └── boost │ │ │ │ ├── chrono │ │ │ │ └── chrono.hpp │ │ │ │ └── ratio.hpp │ │ ├── circular_buffer.hpp │ │ ├── circular_buffer │ │ │ ├── base.hpp │ │ │ ├── debug.hpp │ │ │ ├── details.hpp │ │ │ └── space_optimized.hpp │ │ ├── circular_buffer_fwd.hpp │ │ ├── compatibility │ │ │ └── cpp_c_headers │ │ │ │ ├── cassert │ │ │ │ ├── cctype │ │ │ │ ├── cerrno │ │ │ │ ├── cfloat │ │ │ │ ├── climits │ │ │ │ ├── clocale │ │ │ │ ├── cmath │ │ │ │ ├── csetjmp │ │ │ │ ├── csignal │ │ │ │ ├── cstdarg │ │ │ │ ├── cstddef │ │ │ │ ├── cstdio │ │ │ │ ├── cstdlib │ │ │ │ ├── cstring │ │ │ │ ├── ctime │ │ │ │ ├── cwchar │ │ │ │ └── cwctype │ │ ├── compressed_pair.hpp │ │ ├── concept │ │ │ ├── assert.hpp │ │ │ ├── detail │ │ │ │ ├── backward_compatibility.hpp │ │ │ │ ├── borland.hpp │ │ │ │ ├── concept_def.hpp │ │ │ │ ├── concept_undef.hpp │ │ │ │ ├── general.hpp │ │ │ │ ├── has_constraints.hpp │ │ │ │ └── msvc.hpp │ │ │ ├── requires.hpp │ │ │ └── usage.hpp │ │ ├── concept_archetype.hpp │ │ ├── concept_check.hpp │ │ ├── concept_check │ │ │ ├── borland.hpp │ │ │ ├── general.hpp │ │ │ ├── has_constraints.hpp │ │ │ └── msvc.hpp │ │ ├── config.hpp │ │ ├── config │ │ │ ├── abi │ │ │ │ ├── borland_prefix.hpp │ │ │ │ ├── borland_suffix.hpp │ │ │ │ ├── msvc_prefix.hpp │ │ │ │ └── msvc_suffix.hpp │ │ │ ├── abi_prefix.hpp │ │ │ ├── abi_suffix.hpp │ │ │ ├── auto_link.hpp │ │ │ ├── compiler │ │ │ │ ├── borland.hpp │ │ │ │ ├── clang.hpp │ │ │ │ ├── codegear.hpp │ │ │ │ ├── comeau.hpp │ │ │ │ ├── common_edg.hpp │ │ │ │ ├── compaq_cxx.hpp │ │ │ │ ├── cray.hpp │ │ │ │ ├── digitalmars.hpp │ │ │ │ ├── gcc.hpp │ │ │ │ ├── gcc_xml.hpp │ │ │ │ ├── greenhills.hpp │ │ │ │ ├── hp_acc.hpp │ │ │ │ ├── intel.hpp │ │ │ │ ├── kai.hpp │ │ │ │ ├── metrowerks.hpp │ │ │ │ ├── mpw.hpp │ │ │ │ ├── nvcc.hpp │ │ │ │ ├── pathscale.hpp │ │ │ │ ├── pgi.hpp │ │ │ │ ├── sgi_mipspro.hpp │ │ │ │ ├── sunpro_cc.hpp │ │ │ │ ├── vacpp.hpp │ │ │ │ └── visualc.hpp │ │ │ ├── no_tr1 │ │ │ │ ├── cmath.hpp │ │ │ │ ├── complex.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── memory.hpp │ │ │ │ └── utility.hpp │ │ │ ├── platform │ │ │ │ ├── aix.hpp │ │ │ │ ├── amigaos.hpp │ │ │ │ ├── beos.hpp │ │ │ │ ├── bsd.hpp │ │ │ │ ├── cray.hpp │ │ │ │ ├── cygwin.hpp │ │ │ │ ├── hpux.hpp │ │ │ │ ├── irix.hpp │ │ │ │ ├── linux.hpp │ │ │ │ ├── macos.hpp │ │ │ │ ├── qnxnto.hpp │ │ │ │ ├── solaris.hpp │ │ │ │ ├── symbian.hpp │ │ │ │ ├── vms.hpp │ │ │ │ ├── vxworks.hpp │ │ │ │ └── win32.hpp │ │ │ ├── posix_features.hpp │ │ │ ├── requires_threads.hpp │ │ │ ├── select_compiler_config.hpp │ │ │ ├── select_platform_config.hpp │ │ │ ├── select_stdlib_config.hpp │ │ │ ├── stdlib │ │ │ │ ├── dinkumware.hpp │ │ │ │ ├── libcomo.hpp │ │ │ │ ├── libcpp.hpp │ │ │ │ ├── libstdcpp3.hpp │ │ │ │ ├── modena.hpp │ │ │ │ ├── msl.hpp │ │ │ │ ├── roguewave.hpp │ │ │ │ ├── sgi.hpp │ │ │ │ ├── stlport.hpp │ │ │ │ └── vacpp.hpp │ │ │ ├── suffix.hpp │ │ │ ├── user.hpp │ │ │ └── warning_disable.hpp │ │ ├── container │ │ │ ├── adaptive_pool.hpp │ │ │ ├── allocator.hpp │ │ │ ├── allocator_traits.hpp │ │ │ ├── container_fwd.hpp │ │ │ ├── deque.hpp │ │ │ ├── detail │ │ │ │ ├── adaptive_node_pool.hpp │ │ │ │ ├── adaptive_node_pool_impl.hpp │ │ │ │ ├── advanced_insert_int.hpp │ │ │ │ ├── algorithms.hpp │ │ │ │ ├── alloc_lib.h │ │ │ │ ├── alloc_lib_auto_link.hpp │ │ │ │ ├── allocation_type.hpp │ │ │ │ ├── allocator_version_traits.hpp │ │ │ │ ├── auto_link.hpp │ │ │ │ ├── config_begin.hpp │ │ │ │ ├── config_end.hpp │ │ │ │ ├── destroyers.hpp │ │ │ │ ├── flat_tree.hpp │ │ │ │ ├── function_detector.hpp │ │ │ │ ├── hash_table.hpp │ │ │ │ ├── iterators.hpp │ │ │ │ ├── math_functions.hpp │ │ │ │ ├── memory_util.hpp │ │ │ │ ├── mpl.hpp │ │ │ │ ├── multiallocation_chain.hpp │ │ │ │ ├── mutex.hpp │ │ │ │ ├── node_alloc_holder.hpp │ │ │ │ ├── node_pool.hpp │ │ │ │ ├── node_pool_impl.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── pool_common.hpp │ │ │ │ ├── pool_common_alloc.hpp │ │ │ │ ├── preprocessor.hpp │ │ │ │ ├── singleton.hpp │ │ │ │ ├── transform_iterator.hpp │ │ │ │ ├── tree.hpp │ │ │ │ ├── type_traits.hpp │ │ │ │ ├── utilities.hpp │ │ │ │ ├── value_init.hpp │ │ │ │ ├── variadic_templates_tools.hpp │ │ │ │ ├── version_type.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── flat_map.hpp │ │ │ ├── flat_set.hpp │ │ │ ├── list.hpp │ │ │ ├── map.hpp │ │ │ ├── node_allocator.hpp │ │ │ ├── options.hpp │ │ │ ├── scoped_allocator.hpp │ │ │ ├── scoped_allocator_fwd.hpp │ │ │ ├── set.hpp │ │ │ ├── slist.hpp │ │ │ ├── stable_vector.hpp │ │ │ ├── static_vector.hpp │ │ │ ├── string.hpp │ │ │ ├── throw_exception.hpp │ │ │ └── vector.hpp │ │ ├── context │ │ │ ├── all.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── fcontext_arm.hpp │ │ │ │ ├── fcontext_arm_mac.hpp │ │ │ │ ├── fcontext_arm_win.hpp │ │ │ │ ├── fcontext_i386.hpp │ │ │ │ ├── fcontext_i386_win.hpp │ │ │ │ ├── fcontext_mips.hpp │ │ │ │ ├── fcontext_ppc.hpp │ │ │ │ ├── fcontext_sparc.hpp │ │ │ │ ├── fcontext_x86_64.hpp │ │ │ │ └── fcontext_x86_64_win.hpp │ │ │ └── fcontext.hpp │ │ ├── core │ │ │ ├── addressof.hpp │ │ │ ├── checked_delete.hpp │ │ │ ├── demangle.hpp │ │ │ ├── enable_if.hpp │ │ │ ├── explicit_operator_bool.hpp │ │ │ ├── ignore_unused.hpp │ │ │ ├── is_same.hpp │ │ │ ├── lightweight_test.hpp │ │ │ ├── lightweight_test_trait.hpp │ │ │ ├── no_exceptions_support.hpp │ │ │ ├── noncopyable.hpp │ │ │ ├── null_deleter.hpp │ │ │ ├── ref.hpp │ │ │ ├── scoped_enum.hpp │ │ │ ├── swap.hpp │ │ │ ├── typeinfo.hpp │ │ │ └── underlying_type.hpp │ │ ├── coroutine │ │ │ ├── all.hpp │ │ │ ├── asymmetric_coroutine.hpp │ │ │ ├── attributes.hpp │ │ │ ├── coroutine.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── coroutine_context.hpp │ │ │ │ ├── flags.hpp │ │ │ │ ├── parameters.hpp │ │ │ │ ├── pull_coroutine_impl.hpp │ │ │ │ ├── pull_coroutine_object.hpp │ │ │ │ ├── pull_coroutine_synthesized.hpp │ │ │ │ ├── push_coroutine_impl.hpp │ │ │ │ ├── push_coroutine_object.hpp │ │ │ │ ├── push_coroutine_synthesized.hpp │ │ │ │ ├── setup.hpp │ │ │ │ ├── symmetric_coroutine_call.hpp │ │ │ │ ├── symmetric_coroutine_impl.hpp │ │ │ │ ├── symmetric_coroutine_object.hpp │ │ │ │ ├── symmetric_coroutine_yield.hpp │ │ │ │ ├── trampoline.hpp │ │ │ │ ├── trampoline_pull.hpp │ │ │ │ └── trampoline_push.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── flags.hpp │ │ │ ├── posix │ │ │ │ ├── protected_stack_allocator.hpp │ │ │ │ └── segmented_stack_allocator.hpp │ │ │ ├── protected_stack_allocator.hpp │ │ │ ├── segmented_stack_allocator.hpp │ │ │ ├── stack_allocator.hpp │ │ │ ├── stack_context.hpp │ │ │ ├── stack_traits.hpp │ │ │ ├── standard_stack_allocator.hpp │ │ │ ├── symmetric_coroutine.hpp │ │ │ └── windows │ │ │ │ └── protected_stack_allocator.hpp │ │ ├── crc.hpp │ │ ├── cregex.hpp │ │ ├── cstdfloat.hpp │ │ ├── cstdint.hpp │ │ ├── cstdlib.hpp │ │ ├── current_function.hpp │ │ ├── date_time.hpp │ │ ├── date_time │ │ │ ├── adjust_functors.hpp │ │ │ ├── c_local_time_adjustor.hpp │ │ │ ├── c_time.hpp │ │ │ ├── compiler_config.hpp │ │ │ ├── constrained_value.hpp │ │ │ ├── date.hpp │ │ │ ├── date_clock_device.hpp │ │ │ ├── date_defs.hpp │ │ │ ├── date_duration.hpp │ │ │ ├── date_duration_types.hpp │ │ │ ├── date_facet.hpp │ │ │ ├── date_format_simple.hpp │ │ │ ├── date_formatting.hpp │ │ │ ├── date_formatting_limited.hpp │ │ │ ├── date_formatting_locales.hpp │ │ │ ├── date_generator_formatter.hpp │ │ │ ├── date_generator_parser.hpp │ │ │ ├── date_generators.hpp │ │ │ ├── date_iterator.hpp │ │ │ ├── date_names_put.hpp │ │ │ ├── date_parsing.hpp │ │ │ ├── dst_rules.hpp │ │ │ ├── dst_transition_generators.hpp │ │ │ ├── filetime_functions.hpp │ │ │ ├── format_date_parser.hpp │ │ │ ├── gregorian │ │ │ │ ├── conversion.hpp │ │ │ │ ├── formatters.hpp │ │ │ │ ├── formatters_limited.hpp │ │ │ │ ├── greg_calendar.hpp │ │ │ │ ├── greg_date.hpp │ │ │ │ ├── greg_day.hpp │ │ │ │ ├── greg_day_of_year.hpp │ │ │ │ ├── greg_duration.hpp │ │ │ │ ├── greg_duration_types.hpp │ │ │ │ ├── greg_facet.hpp │ │ │ │ ├── greg_month.hpp │ │ │ │ ├── greg_serialize.hpp │ │ │ │ ├── greg_weekday.hpp │ │ │ │ ├── greg_year.hpp │ │ │ │ ├── greg_ymd.hpp │ │ │ │ ├── gregorian.hpp │ │ │ │ ├── gregorian_io.hpp │ │ │ │ ├── gregorian_types.hpp │ │ │ │ └── parsers.hpp │ │ │ ├── gregorian_calendar.hpp │ │ │ ├── gregorian_calendar.ipp │ │ │ ├── int_adapter.hpp │ │ │ ├── iso_format.hpp │ │ │ ├── local_time │ │ │ │ ├── conversion.hpp │ │ │ │ ├── custom_time_zone.hpp │ │ │ │ ├── date_duration_operators.hpp │ │ │ │ ├── dst_transition_day_rules.hpp │ │ │ │ ├── local_date_time.hpp │ │ │ │ ├── local_time.hpp │ │ │ │ ├── local_time_io.hpp │ │ │ │ ├── local_time_types.hpp │ │ │ │ ├── posix_time_zone.hpp │ │ │ │ └── tz_database.hpp │ │ │ ├── local_time_adjustor.hpp │ │ │ ├── local_timezone_defs.hpp │ │ │ ├── locale_config.hpp │ │ │ ├── microsec_time_clock.hpp │ │ │ ├── parse_format_base.hpp │ │ │ ├── period.hpp │ │ │ ├── period_formatter.hpp │ │ │ ├── period_parser.hpp │ │ │ ├── posix_time │ │ │ │ ├── conversion.hpp │ │ │ │ ├── date_duration_operators.hpp │ │ │ │ ├── posix_time.hpp │ │ │ │ ├── posix_time_config.hpp │ │ │ │ ├── posix_time_duration.hpp │ │ │ │ ├── posix_time_io.hpp │ │ │ │ ├── posix_time_legacy_io.hpp │ │ │ │ ├── posix_time_system.hpp │ │ │ │ ├── posix_time_types.hpp │ │ │ │ ├── ptime.hpp │ │ │ │ ├── time_formatters.hpp │ │ │ │ ├── time_formatters_limited.hpp │ │ │ │ ├── time_parsers.hpp │ │ │ │ ├── time_period.hpp │ │ │ │ └── time_serialize.hpp │ │ │ ├── special_defs.hpp │ │ │ ├── special_values_formatter.hpp │ │ │ ├── special_values_parser.hpp │ │ │ ├── string_convert.hpp │ │ │ ├── string_parse_tree.hpp │ │ │ ├── strings_from_facet.hpp │ │ │ ├── time.hpp │ │ │ ├── time_clock.hpp │ │ │ ├── time_defs.hpp │ │ │ ├── time_duration.hpp │ │ │ ├── time_facet.hpp │ │ │ ├── time_formatting_streams.hpp │ │ │ ├── time_iterator.hpp │ │ │ ├── time_parsing.hpp │ │ │ ├── time_resolution_traits.hpp │ │ │ ├── time_system_counted.hpp │ │ │ ├── time_system_split.hpp │ │ │ ├── time_zone_base.hpp │ │ │ ├── time_zone_names.hpp │ │ │ ├── tz_db_base.hpp │ │ │ ├── wrapping_int.hpp │ │ │ └── year_month_day.hpp │ │ ├── detail │ │ │ ├── algorithm.hpp │ │ │ ├── allocator_utilities.hpp │ │ │ ├── atomic_count.hpp │ │ │ ├── atomic_redef_macros.hpp │ │ │ ├── atomic_undef_macros.hpp │ │ │ ├── basic_pointerbuf.hpp │ │ │ ├── binary_search.hpp │ │ │ ├── bitmask.hpp │ │ │ ├── call_traits.hpp │ │ │ ├── catch_exceptions.hpp │ │ │ ├── compressed_pair.hpp │ │ │ ├── container_fwd.hpp │ │ │ ├── dynamic_bitset.hpp │ │ │ ├── endian.hpp │ │ │ ├── fenv.hpp │ │ │ ├── has_default_constructor.hpp │ │ │ ├── identifier.hpp │ │ │ ├── indirect_traits.hpp │ │ │ ├── interlocked.hpp │ │ │ ├── is_incrementable.hpp │ │ │ ├── is_sorted.hpp │ │ │ ├── is_xxx.hpp │ │ │ ├── iterator.hpp │ │ │ ├── lcast_precision.hpp │ │ │ ├── lightweight_main.hpp │ │ │ ├── lightweight_mutex.hpp │ │ │ ├── lightweight_test.hpp │ │ │ ├── lightweight_thread.hpp │ │ │ ├── named_template_params.hpp │ │ │ ├── no_exceptions_support.hpp │ │ │ ├── numeric_traits.hpp │ │ │ ├── ob_compressed_pair.hpp │ │ │ ├── quick_allocator.hpp │ │ │ ├── reference_content.hpp │ │ │ ├── scoped_enum_emulation.hpp │ │ │ ├── select_type.hpp │ │ │ ├── sp_typeinfo.hpp │ │ │ ├── templated_streams.hpp │ │ │ ├── utf8_codecvt_facet.hpp │ │ │ ├── utf8_codecvt_facet.ipp │ │ │ ├── winapi │ │ │ │ ├── GetCurrentProcess.hpp │ │ │ │ ├── GetCurrentThread.hpp │ │ │ │ ├── GetLastError.hpp │ │ │ │ ├── GetProcessTimes.hpp │ │ │ │ ├── GetThreadTimes.hpp │ │ │ │ ├── LocalFree.hpp │ │ │ │ ├── basic_types.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── directory_management.hpp │ │ │ │ ├── dll.hpp │ │ │ │ ├── error_handling.hpp │ │ │ │ ├── file_management.hpp │ │ │ │ ├── handles.hpp │ │ │ │ ├── memory.hpp │ │ │ │ ├── process.hpp │ │ │ │ ├── security.hpp │ │ │ │ ├── synchronization.hpp │ │ │ │ ├── system.hpp │ │ │ │ ├── thread.hpp │ │ │ │ ├── thread_pool.hpp │ │ │ │ ├── time.hpp │ │ │ │ ├── timers.hpp │ │ │ │ ├── tls.hpp │ │ │ │ └── waitable_timer.hpp │ │ │ └── workaround.hpp │ │ ├── dynamic_bitset.hpp │ │ ├── dynamic_bitset │ │ │ ├── config.hpp │ │ │ └── dynamic_bitset.hpp │ │ ├── dynamic_bitset_fwd.hpp │ │ ├── enable_shared_from_this.hpp │ │ ├── exception │ │ │ ├── N3757.hpp │ │ │ ├── all.hpp │ │ │ ├── current_exception_cast.hpp │ │ │ ├── detail │ │ │ │ ├── clone_current_exception.hpp │ │ │ │ ├── error_info_impl.hpp │ │ │ │ ├── exception_ptr.hpp │ │ │ │ ├── is_output_streamable.hpp │ │ │ │ ├── object_hex_dump.hpp │ │ │ │ └── type_info.hpp │ │ │ ├── diagnostic_information.hpp │ │ │ ├── enable_current_exception.hpp │ │ │ ├── enable_error_info.hpp │ │ │ ├── errinfo_api_function.hpp │ │ │ ├── errinfo_at_line.hpp │ │ │ ├── errinfo_errno.hpp │ │ │ ├── errinfo_file_handle.hpp │ │ │ ├── errinfo_file_name.hpp │ │ │ ├── errinfo_file_open_mode.hpp │ │ │ ├── errinfo_nested_exception.hpp │ │ │ ├── errinfo_type_info_name.hpp │ │ │ ├── error_info.hpp │ │ │ ├── exception.hpp │ │ │ ├── get_error_info.hpp │ │ │ ├── info.hpp │ │ │ ├── info_tuple.hpp │ │ │ ├── to_string.hpp │ │ │ └── to_string_stub.hpp │ │ ├── exception_ptr.hpp │ │ ├── filesystem.hpp │ │ ├── filesystem │ │ │ ├── config.hpp │ │ │ ├── convenience.hpp │ │ │ ├── detail │ │ │ │ └── utf8_codecvt_facet.hpp │ │ │ ├── exception.hpp │ │ │ ├── fstream.hpp │ │ │ ├── operations.hpp │ │ │ ├── path.hpp │ │ │ └── path_traits.hpp │ │ ├── flyweight.hpp │ │ ├── flyweight │ │ │ ├── assoc_container_factory.hpp │ │ │ ├── assoc_container_factory_fwd.hpp │ │ │ ├── detail │ │ │ │ ├── default_value_policy.hpp │ │ │ │ ├── dyn_perfect_fwd.hpp │ │ │ │ ├── flyweight_core.hpp │ │ │ │ ├── is_placeholder_expr.hpp │ │ │ │ ├── nested_xxx_if_not_ph.hpp │ │ │ │ ├── not_placeholder_expr.hpp │ │ │ │ ├── perfect_fwd.hpp │ │ │ │ ├── pp_perfect_fwd.hpp │ │ │ │ ├── recursive_lw_mutex.hpp │ │ │ │ └── value_tag.hpp │ │ │ ├── factory_tag.hpp │ │ │ ├── flyweight.hpp │ │ │ ├── flyweight_fwd.hpp │ │ │ ├── hashed_factory.hpp │ │ │ ├── hashed_factory_fwd.hpp │ │ │ ├── holder_tag.hpp │ │ │ ├── intermodule_holder.hpp │ │ │ ├── intermodule_holder_fwd.hpp │ │ │ ├── key_value.hpp │ │ │ ├── key_value_fwd.hpp │ │ │ ├── locking_tag.hpp │ │ │ ├── no_locking.hpp │ │ │ ├── no_locking_fwd.hpp │ │ │ ├── no_tracking.hpp │ │ │ ├── no_tracking_fwd.hpp │ │ │ ├── refcounted.hpp │ │ │ ├── refcounted_fwd.hpp │ │ │ ├── set_factory.hpp │ │ │ ├── set_factory_fwd.hpp │ │ │ ├── simple_locking.hpp │ │ │ ├── simple_locking_fwd.hpp │ │ │ ├── static_holder.hpp │ │ │ ├── static_holder_fwd.hpp │ │ │ ├── tag.hpp │ │ │ └── tracking_tag.hpp │ │ ├── foreach.hpp │ │ ├── foreach_fwd.hpp │ │ ├── format.hpp │ │ ├── format │ │ │ ├── alt_sstream.hpp │ │ │ ├── alt_sstream_impl.hpp │ │ │ ├── detail │ │ │ │ ├── compat_workarounds.hpp │ │ │ │ ├── config_macros.hpp │ │ │ │ ├── msvc_disambiguater.hpp │ │ │ │ ├── unset_macros.hpp │ │ │ │ ├── workarounds_gcc-2_95.hpp │ │ │ │ └── workarounds_stlport.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── feed_args.hpp │ │ │ ├── format_class.hpp │ │ │ ├── format_fwd.hpp │ │ │ ├── format_implementation.hpp │ │ │ ├── free_funcs.hpp │ │ │ ├── group.hpp │ │ │ ├── internals.hpp │ │ │ ├── internals_fwd.hpp │ │ │ └── parsing.hpp │ │ ├── function.hpp │ │ ├── function │ │ │ ├── detail │ │ │ │ ├── function_iterate.hpp │ │ │ │ ├── gen_maybe_include.pl │ │ │ │ ├── maybe_include.hpp │ │ │ │ └── prologue.hpp │ │ │ ├── function0.hpp │ │ │ ├── function1.hpp │ │ │ ├── function10.hpp │ │ │ ├── function2.hpp │ │ │ ├── function3.hpp │ │ │ ├── function4.hpp │ │ │ ├── function5.hpp │ │ │ ├── function6.hpp │ │ │ ├── function7.hpp │ │ │ ├── function8.hpp │ │ │ ├── function9.hpp │ │ │ ├── function_base.hpp │ │ │ ├── function_fwd.hpp │ │ │ ├── function_template.hpp │ │ │ ├── function_typeof.hpp │ │ │ └── gen_function_N.pl │ │ ├── function_equal.hpp │ │ ├── function_output_iterator.hpp │ │ ├── function_types │ │ │ ├── components.hpp │ │ │ ├── config │ │ │ │ ├── cc_names.hpp │ │ │ │ ├── compiler.hpp │ │ │ │ └── config.hpp │ │ │ ├── detail │ │ │ │ ├── class_transform.hpp │ │ │ │ ├── classifier.hpp │ │ │ │ ├── classifier_impl │ │ │ │ │ ├── arity10_0.hpp │ │ │ │ │ ├── arity10_1.hpp │ │ │ │ │ ├── arity20_0.hpp │ │ │ │ │ ├── arity20_1.hpp │ │ │ │ │ ├── arity30_0.hpp │ │ │ │ │ ├── arity30_1.hpp │ │ │ │ │ ├── arity40_0.hpp │ │ │ │ │ ├── arity40_1.hpp │ │ │ │ │ ├── arity50_0.hpp │ │ │ │ │ ├── arity50_1.hpp │ │ │ │ │ └── master.hpp │ │ │ │ ├── components_as_mpl_sequence.hpp │ │ │ │ ├── components_impl │ │ │ │ │ ├── arity10_0.hpp │ │ │ │ │ ├── arity10_1.hpp │ │ │ │ │ ├── arity20_0.hpp │ │ │ │ │ ├── arity20_1.hpp │ │ │ │ │ ├── arity30_0.hpp │ │ │ │ │ ├── arity30_1.hpp │ │ │ │ │ ├── arity40_0.hpp │ │ │ │ │ ├── arity40_1.hpp │ │ │ │ │ ├── arity50_0.hpp │ │ │ │ │ ├── arity50_1.hpp │ │ │ │ │ └── master.hpp │ │ │ │ ├── cv_traits.hpp │ │ │ │ ├── encoding │ │ │ │ │ ├── aliases_def.hpp │ │ │ │ │ ├── aliases_undef.hpp │ │ │ │ │ ├── def.hpp │ │ │ │ │ └── undef.hpp │ │ │ │ ├── pp_arity_loop.hpp │ │ │ │ ├── pp_cc_loop │ │ │ │ │ ├── master.hpp │ │ │ │ │ └── preprocessed.hpp │ │ │ │ ├── pp_loop.hpp │ │ │ │ ├── pp_retag_default_cc │ │ │ │ │ ├── master.hpp │ │ │ │ │ └── preprocessed.hpp │ │ │ │ ├── pp_tags │ │ │ │ │ ├── cc_tag.hpp │ │ │ │ │ ├── master.hpp │ │ │ │ │ └── preprocessed.hpp │ │ │ │ ├── pp_variate_loop │ │ │ │ │ ├── master.hpp │ │ │ │ │ └── preprocessed.hpp │ │ │ │ ├── retag_default_cc.hpp │ │ │ │ ├── synthesize.hpp │ │ │ │ ├── synthesize_impl │ │ │ │ │ ├── arity10_0.hpp │ │ │ │ │ ├── arity10_1.hpp │ │ │ │ │ ├── arity20_0.hpp │ │ │ │ │ ├── arity20_1.hpp │ │ │ │ │ ├── arity30_0.hpp │ │ │ │ │ ├── arity30_1.hpp │ │ │ │ │ ├── arity40_0.hpp │ │ │ │ │ ├── arity40_1.hpp │ │ │ │ │ ├── arity50_0.hpp │ │ │ │ │ ├── arity50_1.hpp │ │ │ │ │ └── master.hpp │ │ │ │ └── to_sequence.hpp │ │ │ ├── function_arity.hpp │ │ │ ├── function_pointer.hpp │ │ │ ├── function_reference.hpp │ │ │ ├── function_type.hpp │ │ │ ├── is_callable_builtin.hpp │ │ │ ├── is_function.hpp │ │ │ ├── is_function_pointer.hpp │ │ │ ├── is_function_reference.hpp │ │ │ ├── is_member_function_pointer.hpp │ │ │ ├── is_member_object_pointer.hpp │ │ │ ├── is_member_pointer.hpp │ │ │ ├── is_nonmember_callable_builtin.hpp │ │ │ ├── member_function_pointer.hpp │ │ │ ├── member_object_pointer.hpp │ │ │ ├── parameter_types.hpp │ │ │ ├── property_tags.hpp │ │ │ └── result_type.hpp │ │ ├── functional.hpp │ │ ├── functional │ │ │ ├── factory.hpp │ │ │ ├── forward_adapter.hpp │ │ │ ├── hash.hpp │ │ │ ├── hash │ │ │ │ ├── detail │ │ │ │ │ ├── float_functions.hpp │ │ │ │ │ ├── hash_float.hpp │ │ │ │ │ └── limits.hpp │ │ │ │ ├── extensions.hpp │ │ │ │ ├── hash.hpp │ │ │ │ └── hash_fwd.hpp │ │ │ ├── hash_fwd.hpp │ │ │ ├── lightweight_forward_adapter.hpp │ │ │ ├── overloaded_function.hpp │ │ │ ├── overloaded_function │ │ │ │ ├── config.hpp │ │ │ │ └── detail │ │ │ │ │ ├── base.hpp │ │ │ │ │ └── function_type.hpp │ │ │ └── value_factory.hpp │ │ ├── fusion │ │ │ ├── adapted.hpp │ │ │ ├── adapted │ │ │ │ ├── adt.hpp │ │ │ │ ├── adt │ │ │ │ │ ├── adapt_adt.hpp │ │ │ │ │ ├── adapt_adt_named.hpp │ │ │ │ │ ├── adapt_assoc_adt.hpp │ │ │ │ │ ├── adapt_assoc_adt_named.hpp │ │ │ │ │ └── detail │ │ │ │ │ │ ├── adapt_base.hpp │ │ │ │ │ │ └── extension.hpp │ │ │ │ ├── array.hpp │ │ │ │ ├── array │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── tag_of.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── boost_array.hpp │ │ │ │ ├── boost_array │ │ │ │ │ ├── array_iterator.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ │ └── tag_of.hpp │ │ │ │ ├── boost_tuple.hpp │ │ │ │ ├── boost_tuple │ │ │ │ │ ├── boost_tuple_iterator.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ │ └── tag_of.hpp │ │ │ │ ├── mpl.hpp │ │ │ │ ├── mpl │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ │ ├── empty_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── has_key_impl.hpp │ │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ │ └── mpl_iterator.hpp │ │ │ │ ├── std_pair.hpp │ │ │ │ ├── std_tuple.hpp │ │ │ │ ├── std_tuple │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ │ ├── std_tuple_iterator.hpp │ │ │ │ │ └── tag_of.hpp │ │ │ │ ├── struct.hpp │ │ │ │ └── struct │ │ │ │ │ ├── adapt_assoc_struct.hpp │ │ │ │ │ ├── adapt_assoc_struct_named.hpp │ │ │ │ │ ├── adapt_struct.hpp │ │ │ │ │ ├── adapt_struct_named.hpp │ │ │ │ │ ├── define_assoc_struct.hpp │ │ │ │ │ ├── define_struct.hpp │ │ │ │ │ ├── define_struct_inline.hpp │ │ │ │ │ └── detail │ │ │ │ │ ├── adapt_base.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── define_struct.hpp │ │ │ │ │ ├── define_struct_inline.hpp │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── extension.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ ├── namespace.hpp │ │ │ │ │ ├── proxy_type.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ ├── algorithm.hpp │ │ │ ├── algorithm │ │ │ │ ├── auxiliary.hpp │ │ │ │ ├── auxiliary │ │ │ │ │ ├── copy.hpp │ │ │ │ │ └── move.hpp │ │ │ │ ├── iteration.hpp │ │ │ │ ├── iteration │ │ │ │ │ ├── accumulate.hpp │ │ │ │ │ ├── accumulate_fwd.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── fold.hpp │ │ │ │ │ │ ├── for_each.hpp │ │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ │ ├── fold.hpp │ │ │ │ │ │ │ ├── iter_fold.hpp │ │ │ │ │ │ │ ├── reverse_fold.hpp │ │ │ │ │ │ │ └── reverse_iter_fold.hpp │ │ │ │ │ │ ├── segmented_fold.hpp │ │ │ │ │ │ └── segmented_for_each.hpp │ │ │ │ │ ├── fold.hpp │ │ │ │ │ ├── fold_fwd.hpp │ │ │ │ │ ├── for_each.hpp │ │ │ │ │ ├── for_each_fwd.hpp │ │ │ │ │ ├── iter_fold.hpp │ │ │ │ │ ├── iter_fold_fwd.hpp │ │ │ │ │ ├── reverse_fold.hpp │ │ │ │ │ ├── reverse_fold_fwd.hpp │ │ │ │ │ ├── reverse_iter_fold.hpp │ │ │ │ │ └── reverse_iter_fold_fwd.hpp │ │ │ │ ├── query.hpp │ │ │ │ ├── query │ │ │ │ │ ├── all.hpp │ │ │ │ │ ├── any.hpp │ │ │ │ │ ├── count.hpp │ │ │ │ │ ├── count_if.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── all.hpp │ │ │ │ │ │ ├── any.hpp │ │ │ │ │ │ ├── count.hpp │ │ │ │ │ │ ├── count_if.hpp │ │ │ │ │ │ ├── find_if.hpp │ │ │ │ │ │ ├── segmented_find.hpp │ │ │ │ │ │ └── segmented_find_if.hpp │ │ │ │ │ ├── find.hpp │ │ │ │ │ ├── find_fwd.hpp │ │ │ │ │ ├── find_if.hpp │ │ │ │ │ ├── find_if_fwd.hpp │ │ │ │ │ └── none.hpp │ │ │ │ ├── transformation.hpp │ │ │ │ └── transformation │ │ │ │ │ ├── clear.hpp │ │ │ │ │ ├── detail │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── zip.hpp │ │ │ │ │ │ ├── zip10.hpp │ │ │ │ │ │ ├── zip20.hpp │ │ │ │ │ │ ├── zip30.hpp │ │ │ │ │ │ ├── zip40.hpp │ │ │ │ │ │ └── zip50.hpp │ │ │ │ │ ├── replace.hpp │ │ │ │ │ └── replace_if.hpp │ │ │ │ │ ├── erase.hpp │ │ │ │ │ ├── erase_key.hpp │ │ │ │ │ ├── filter.hpp │ │ │ │ │ ├── filter_if.hpp │ │ │ │ │ ├── flatten.hpp │ │ │ │ │ ├── insert.hpp │ │ │ │ │ ├── insert_range.hpp │ │ │ │ │ ├── join.hpp │ │ │ │ │ ├── pop_back.hpp │ │ │ │ │ ├── pop_front.hpp │ │ │ │ │ ├── push_back.hpp │ │ │ │ │ ├── push_front.hpp │ │ │ │ │ ├── remove.hpp │ │ │ │ │ ├── remove_if.hpp │ │ │ │ │ ├── replace.hpp │ │ │ │ │ ├── replace_if.hpp │ │ │ │ │ ├── reverse.hpp │ │ │ │ │ ├── transform.hpp │ │ │ │ │ └── zip.hpp │ │ │ ├── container.hpp │ │ │ ├── container │ │ │ │ ├── deque.hpp │ │ │ │ ├── deque │ │ │ │ │ ├── back_extended_deque.hpp │ │ │ │ │ ├── convert.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── deque_fwd.hpp │ │ │ │ │ ├── deque_iterator.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── build_deque.hpp │ │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ │ ├── cpp03 │ │ │ │ │ │ │ ├── as_deque.hpp │ │ │ │ │ │ │ ├── build_deque.hpp │ │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ │ ├── deque_forward_ctor.hpp │ │ │ │ │ │ │ ├── deque_fwd.hpp │ │ │ │ │ │ │ ├── deque_initial_size.hpp │ │ │ │ │ │ │ ├── deque_keyed_values.hpp │ │ │ │ │ │ │ ├── deque_keyed_values_call.hpp │ │ │ │ │ │ │ ├── limits.hpp │ │ │ │ │ │ │ └── preprocessed │ │ │ │ │ │ │ │ ├── as_deque.hpp │ │ │ │ │ │ │ │ ├── as_deque10.hpp │ │ │ │ │ │ │ │ ├── as_deque20.hpp │ │ │ │ │ │ │ │ ├── as_deque30.hpp │ │ │ │ │ │ │ │ ├── as_deque40.hpp │ │ │ │ │ │ │ │ ├── as_deque50.hpp │ │ │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ │ │ ├── deque10.hpp │ │ │ │ │ │ │ │ ├── deque10_fwd.hpp │ │ │ │ │ │ │ │ ├── deque20.hpp │ │ │ │ │ │ │ │ ├── deque20_fwd.hpp │ │ │ │ │ │ │ │ ├── deque30.hpp │ │ │ │ │ │ │ │ ├── deque30_fwd.hpp │ │ │ │ │ │ │ │ ├── deque40.hpp │ │ │ │ │ │ │ │ ├── deque40_fwd.hpp │ │ │ │ │ │ │ │ ├── deque50.hpp │ │ │ │ │ │ │ │ ├── deque50_fwd.hpp │ │ │ │ │ │ │ │ ├── deque_fwd.hpp │ │ │ │ │ │ │ │ ├── deque_initial_size.hpp │ │ │ │ │ │ │ │ ├── deque_initial_size10.hpp │ │ │ │ │ │ │ │ ├── deque_initial_size20.hpp │ │ │ │ │ │ │ │ ├── deque_initial_size30.hpp │ │ │ │ │ │ │ │ ├── deque_initial_size40.hpp │ │ │ │ │ │ │ │ ├── deque_initial_size50.hpp │ │ │ │ │ │ │ │ ├── deque_keyed_values.hpp │ │ │ │ │ │ │ │ ├── deque_keyed_values10.hpp │ │ │ │ │ │ │ │ ├── deque_keyed_values20.hpp │ │ │ │ │ │ │ │ ├── deque_keyed_values30.hpp │ │ │ │ │ │ │ │ ├── deque_keyed_values40.hpp │ │ │ │ │ │ │ │ └── deque_keyed_values50.hpp │ │ │ │ │ │ ├── deque_keyed_values.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ │ ├── keyed_element.hpp │ │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ │ └── front_extended_deque.hpp │ │ │ │ ├── generation.hpp │ │ │ │ ├── generation │ │ │ │ │ ├── cons_tie.hpp │ │ │ │ │ ├── deque_tie.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── pp_deque_tie.hpp │ │ │ │ │ │ ├── pp_make_deque.hpp │ │ │ │ │ │ ├── pp_make_map.hpp │ │ │ │ │ │ ├── pp_map_tie.hpp │ │ │ │ │ │ └── preprocessed │ │ │ │ │ │ │ ├── deque_tie.hpp │ │ │ │ │ │ │ ├── deque_tie10.hpp │ │ │ │ │ │ │ ├── deque_tie20.hpp │ │ │ │ │ │ │ ├── deque_tie30.hpp │ │ │ │ │ │ │ ├── deque_tie40.hpp │ │ │ │ │ │ │ ├── deque_tie50.hpp │ │ │ │ │ │ │ ├── list_tie.hpp │ │ │ │ │ │ │ ├── list_tie10.hpp │ │ │ │ │ │ │ ├── list_tie20.hpp │ │ │ │ │ │ │ ├── list_tie30.hpp │ │ │ │ │ │ │ ├── list_tie40.hpp │ │ │ │ │ │ │ ├── list_tie50.hpp │ │ │ │ │ │ │ ├── make_deque.hpp │ │ │ │ │ │ │ ├── make_deque10.hpp │ │ │ │ │ │ │ ├── make_deque20.hpp │ │ │ │ │ │ │ ├── make_deque30.hpp │ │ │ │ │ │ │ ├── make_deque40.hpp │ │ │ │ │ │ │ ├── make_deque50.hpp │ │ │ │ │ │ │ ├── make_list.hpp │ │ │ │ │ │ │ ├── make_list10.hpp │ │ │ │ │ │ │ ├── make_list20.hpp │ │ │ │ │ │ │ ├── make_list30.hpp │ │ │ │ │ │ │ ├── make_list40.hpp │ │ │ │ │ │ │ ├── make_list50.hpp │ │ │ │ │ │ │ ├── make_map.hpp │ │ │ │ │ │ │ ├── make_map10.hpp │ │ │ │ │ │ │ ├── make_map20.hpp │ │ │ │ │ │ │ ├── make_map30.hpp │ │ │ │ │ │ │ ├── make_map40.hpp │ │ │ │ │ │ │ ├── make_map50.hpp │ │ │ │ │ │ │ ├── make_set.hpp │ │ │ │ │ │ │ ├── make_set10.hpp │ │ │ │ │ │ │ ├── make_set20.hpp │ │ │ │ │ │ │ ├── make_set30.hpp │ │ │ │ │ │ │ ├── make_set40.hpp │ │ │ │ │ │ │ ├── make_set50.hpp │ │ │ │ │ │ │ ├── make_vector.hpp │ │ │ │ │ │ │ ├── make_vector10.hpp │ │ │ │ │ │ │ ├── make_vector20.hpp │ │ │ │ │ │ │ ├── make_vector30.hpp │ │ │ │ │ │ │ ├── make_vector40.hpp │ │ │ │ │ │ │ ├── make_vector50.hpp │ │ │ │ │ │ │ ├── map_tie.hpp │ │ │ │ │ │ │ ├── map_tie10.hpp │ │ │ │ │ │ │ ├── map_tie20.hpp │ │ │ │ │ │ │ ├── map_tie30.hpp │ │ │ │ │ │ │ ├── map_tie40.hpp │ │ │ │ │ │ │ ├── map_tie50.hpp │ │ │ │ │ │ │ ├── vector_tie.hpp │ │ │ │ │ │ │ ├── vector_tie10.hpp │ │ │ │ │ │ │ ├── vector_tie20.hpp │ │ │ │ │ │ │ ├── vector_tie30.hpp │ │ │ │ │ │ │ ├── vector_tie40.hpp │ │ │ │ │ │ │ └── vector_tie50.hpp │ │ │ │ │ ├── ignore.hpp │ │ │ │ │ ├── list_tie.hpp │ │ │ │ │ ├── make_cons.hpp │ │ │ │ │ ├── make_deque.hpp │ │ │ │ │ ├── make_list.hpp │ │ │ │ │ ├── make_map.hpp │ │ │ │ │ ├── make_set.hpp │ │ │ │ │ ├── make_vector.hpp │ │ │ │ │ ├── map_tie.hpp │ │ │ │ │ ├── pair_tie.hpp │ │ │ │ │ └── vector_tie.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── list │ │ │ │ │ ├── cons.hpp │ │ │ │ │ ├── cons_fwd.hpp │ │ │ │ │ ├── cons_iterator.hpp │ │ │ │ │ ├── convert.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── build_cons.hpp │ │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ │ ├── empty_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ │ ├── list_forward_ctor.hpp │ │ │ │ │ │ ├── list_to_cons.hpp │ │ │ │ │ │ ├── list_to_cons_call.hpp │ │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ │ ├── list10.hpp │ │ │ │ │ │ │ ├── list10_fwd.hpp │ │ │ │ │ │ │ ├── list20.hpp │ │ │ │ │ │ │ ├── list20_fwd.hpp │ │ │ │ │ │ │ ├── list30.hpp │ │ │ │ │ │ │ ├── list30_fwd.hpp │ │ │ │ │ │ │ ├── list40.hpp │ │ │ │ │ │ │ ├── list40_fwd.hpp │ │ │ │ │ │ │ ├── list50.hpp │ │ │ │ │ │ │ ├── list50_fwd.hpp │ │ │ │ │ │ │ ├── list_fwd.hpp │ │ │ │ │ │ │ ├── list_to_cons.hpp │ │ │ │ │ │ │ ├── list_to_cons10.hpp │ │ │ │ │ │ │ ├── list_to_cons20.hpp │ │ │ │ │ │ │ ├── list_to_cons30.hpp │ │ │ │ │ │ │ ├── list_to_cons40.hpp │ │ │ │ │ │ │ └── list_to_cons50.hpp │ │ │ │ │ │ ├── reverse_cons.hpp │ │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_fwd.hpp │ │ │ │ │ └── nil.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── map │ │ │ │ │ ├── convert.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── at_key_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── build_map.hpp │ │ │ │ │ │ ├── cpp03 │ │ │ │ │ │ │ ├── as_map.hpp │ │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ │ ├── convert.hpp │ │ │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ │ │ ├── limits.hpp │ │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ │ ├── map_forward_ctor.hpp │ │ │ │ │ │ │ ├── map_fwd.hpp │ │ │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ │ │ ├── as_map.hpp │ │ │ │ │ │ │ │ ├── as_map10.hpp │ │ │ │ │ │ │ │ ├── as_map20.hpp │ │ │ │ │ │ │ │ ├── as_map30.hpp │ │ │ │ │ │ │ │ ├── as_map40.hpp │ │ │ │ │ │ │ │ ├── as_map50.hpp │ │ │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ │ │ ├── map10_fwd.hpp │ │ │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ │ │ ├── map20_fwd.hpp │ │ │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ │ │ ├── map30_fwd.hpp │ │ │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ │ │ ├── map40_fwd.hpp │ │ │ │ │ │ │ │ ├── map50.hpp │ │ │ │ │ │ │ │ ├── map50_fwd.hpp │ │ │ │ │ │ │ │ └── map_fwd.hpp │ │ │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── map_impl.hpp │ │ │ │ │ │ ├── map_index.hpp │ │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ │ └── value_at_key_impl.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── map_fwd.hpp │ │ │ │ │ └── map_iterator.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── set │ │ │ │ │ ├── convert.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── as_set.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ │ ├── as_set.hpp │ │ │ │ │ │ │ ├── as_set10.hpp │ │ │ │ │ │ │ ├── as_set20.hpp │ │ │ │ │ │ │ ├── as_set30.hpp │ │ │ │ │ │ │ ├── as_set40.hpp │ │ │ │ │ │ │ ├── as_set50.hpp │ │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ │ ├── set10.hpp │ │ │ │ │ │ │ ├── set10_fwd.hpp │ │ │ │ │ │ │ ├── set20.hpp │ │ │ │ │ │ │ ├── set20_fwd.hpp │ │ │ │ │ │ │ ├── set30.hpp │ │ │ │ │ │ │ ├── set30_fwd.hpp │ │ │ │ │ │ │ ├── set40.hpp │ │ │ │ │ │ │ ├── set40_fwd.hpp │ │ │ │ │ │ │ ├── set50.hpp │ │ │ │ │ │ │ ├── set50_fwd.hpp │ │ │ │ │ │ │ └── set_fwd.hpp │ │ │ │ │ │ ├── set_forward_ctor.hpp │ │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ └── set_fwd.hpp │ │ │ │ ├── vector.hpp │ │ │ │ └── vector │ │ │ │ │ ├── convert.hpp │ │ │ │ │ ├── detail │ │ │ │ │ ├── advance_impl.hpp │ │ │ │ │ ├── as_vector.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── distance_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── as_vector.hpp │ │ │ │ │ │ ├── as_vector10.hpp │ │ │ │ │ │ ├── as_vector20.hpp │ │ │ │ │ │ ├── as_vector30.hpp │ │ │ │ │ │ ├── as_vector40.hpp │ │ │ │ │ │ ├── as_vector50.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_fwd.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_fwd.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_fwd.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_fwd.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ ├── vector50_fwd.hpp │ │ │ │ │ │ ├── vector_chooser.hpp │ │ │ │ │ │ ├── vector_chooser10.hpp │ │ │ │ │ │ ├── vector_chooser20.hpp │ │ │ │ │ │ ├── vector_chooser30.hpp │ │ │ │ │ │ ├── vector_chooser40.hpp │ │ │ │ │ │ ├── vector_chooser50.hpp │ │ │ │ │ │ ├── vector_fwd.hpp │ │ │ │ │ │ ├── vvector10.hpp │ │ │ │ │ │ ├── vvector10_fwd.hpp │ │ │ │ │ │ ├── vvector20.hpp │ │ │ │ │ │ ├── vvector20_fwd.hpp │ │ │ │ │ │ ├── vvector30.hpp │ │ │ │ │ │ ├── vvector30_fwd.hpp │ │ │ │ │ │ ├── vvector40.hpp │ │ │ │ │ │ ├── vvector40_fwd.hpp │ │ │ │ │ │ ├── vvector50.hpp │ │ │ │ │ │ └── vvector50_fwd.hpp │ │ │ │ │ ├── prior_impl.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ ├── value_of_impl.hpp │ │ │ │ │ ├── vector_forward_ctor.hpp │ │ │ │ │ ├── vector_n.hpp │ │ │ │ │ └── vector_n_chooser.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ ├── vector10_fwd.hpp │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ ├── vector20_fwd.hpp │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ ├── vector30_fwd.hpp │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ ├── vector40_fwd.hpp │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ ├── vector50_fwd.hpp │ │ │ │ │ ├── vector_fwd.hpp │ │ │ │ │ └── vector_iterator.hpp │ │ │ ├── functional.hpp │ │ │ ├── functional │ │ │ │ ├── adapter.hpp │ │ │ │ ├── adapter │ │ │ │ │ ├── detail │ │ │ │ │ │ └── access.hpp │ │ │ │ │ ├── fused.hpp │ │ │ │ │ ├── fused_function_object.hpp │ │ │ │ │ ├── fused_procedure.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── unfused.hpp │ │ │ │ │ └── unfused_typed.hpp │ │ │ │ ├── generation.hpp │ │ │ │ ├── generation │ │ │ │ │ ├── detail │ │ │ │ │ │ └── gen_make_adapter.hpp │ │ │ │ │ ├── make_fused.hpp │ │ │ │ │ ├── make_fused_function_object.hpp │ │ │ │ │ ├── make_fused_procedure.hpp │ │ │ │ │ └── make_unfused.hpp │ │ │ │ ├── invocation.hpp │ │ │ │ └── invocation │ │ │ │ │ ├── detail │ │ │ │ │ └── that_ptr.hpp │ │ │ │ │ ├── invoke.hpp │ │ │ │ │ ├── invoke_function_object.hpp │ │ │ │ │ ├── invoke_procedure.hpp │ │ │ │ │ └── limits.hpp │ │ │ ├── include │ │ │ │ ├── accumulate.hpp │ │ │ │ ├── adapt_adt.hpp │ │ │ │ ├── adapt_adt_named.cpp │ │ │ │ ├── adapt_adt_named.hpp │ │ │ │ ├── adapt_assoc_adt.hpp │ │ │ │ ├── adapt_assoc_adt_named.hpp │ │ │ │ ├── adapt_assoc_class.hpp │ │ │ │ ├── adapt_assoc_class_named.hpp │ │ │ │ ├── adapt_assoc_struct.hpp │ │ │ │ ├── adapt_assoc_struct_named.hpp │ │ │ │ ├── adapt_struct.hpp │ │ │ │ ├── adapt_struct_named.hpp │ │ │ │ ├── adapted.hpp │ │ │ │ ├── adapter.hpp │ │ │ │ ├── advance.hpp │ │ │ │ ├── algorithm.hpp │ │ │ │ ├── all.hpp │ │ │ │ ├── any.hpp │ │ │ │ ├── array.hpp │ │ │ │ ├── as_deque.hpp │ │ │ │ ├── as_list.hpp │ │ │ │ ├── as_map.hpp │ │ │ │ ├── as_set.hpp │ │ │ │ ├── as_vector.hpp │ │ │ │ ├── at.hpp │ │ │ │ ├── at_c.hpp │ │ │ │ ├── at_key.hpp │ │ │ │ ├── auxiliary.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── begin.hpp │ │ │ │ ├── boost_array.hpp │ │ │ │ ├── boost_tuple.hpp │ │ │ │ ├── category_of.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── comparison.hpp │ │ │ │ ├── cons.hpp │ │ │ │ ├── cons_tie.hpp │ │ │ │ ├── container.hpp │ │ │ │ ├── convert.hpp │ │ │ │ ├── copy.hpp │ │ │ │ ├── count.hpp │ │ │ │ ├── count_if.hpp │ │ │ │ ├── deduce.hpp │ │ │ │ ├── deduce_sequence.hpp │ │ │ │ ├── define_assoc_struct.hpp │ │ │ │ ├── define_struct.hpp │ │ │ │ ├── define_struct_inline.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── deque_fwd.hpp │ │ │ │ ├── deque_tie.hpp │ │ │ │ ├── deref.hpp │ │ │ │ ├── deref_data.hpp │ │ │ │ ├── distance.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── end.hpp │ │ │ │ ├── equal_to.hpp │ │ │ │ ├── erase.hpp │ │ │ │ ├── erase_key.hpp │ │ │ │ ├── filter.hpp │ │ │ │ ├── filter_if.hpp │ │ │ │ ├── filter_view.hpp │ │ │ │ ├── find.hpp │ │ │ │ ├── find_if.hpp │ │ │ │ ├── flatten.hpp │ │ │ │ ├── flatten_view.hpp │ │ │ │ ├── fold.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── fused.hpp │ │ │ │ ├── fused_function_object.hpp │ │ │ │ ├── fused_procedure.hpp │ │ │ │ ├── generation.hpp │ │ │ │ ├── greater.hpp │ │ │ │ ├── greater_equal.hpp │ │ │ │ ├── has_key.hpp │ │ │ │ ├── ignore.hpp │ │ │ │ ├── in.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── insert_range.hpp │ │ │ │ ├── intrinsic.hpp │ │ │ │ ├── invocation.hpp │ │ │ │ ├── invoke.hpp │ │ │ │ ├── invoke_function_object.hpp │ │ │ │ ├── invoke_procedure.hpp │ │ │ │ ├── io.hpp │ │ │ │ ├── is_iterator.hpp │ │ │ │ ├── is_segmented.hpp │ │ │ │ ├── is_sequence.hpp │ │ │ │ ├── is_view.hpp │ │ │ │ ├── iter_fold.hpp │ │ │ │ ├── iteration.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── iterator_adapter.hpp │ │ │ │ ├── iterator_base.hpp │ │ │ │ ├── iterator_facade.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── join.hpp │ │ │ │ ├── joint_view.hpp │ │ │ │ ├── key_of.hpp │ │ │ │ ├── less.hpp │ │ │ │ ├── less_equal.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── list_fwd.hpp │ │ │ │ ├── list_tie.hpp │ │ │ │ ├── make_cons.hpp │ │ │ │ ├── make_deque.hpp │ │ │ │ ├── make_fused.hpp │ │ │ │ ├── make_fused_function_object.hpp │ │ │ │ ├── make_fused_procedure.hpp │ │ │ │ ├── make_list.hpp │ │ │ │ ├── make_map.hpp │ │ │ │ ├── make_set.hpp │ │ │ │ ├── make_tuple.hpp │ │ │ │ ├── make_unfused.hpp │ │ │ │ ├── make_vector.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── map_fwd.hpp │ │ │ │ ├── map_tie.hpp │ │ │ │ ├── move.hpp │ │ │ │ ├── mpl.hpp │ │ │ │ ├── next.hpp │ │ │ │ ├── nil.hpp │ │ │ │ ├── none.hpp │ │ │ │ ├── not_equal_to.hpp │ │ │ │ ├── nview.hpp │ │ │ │ ├── out.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── pair_tie.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── prior.hpp │ │ │ │ ├── proxy_type.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── query.hpp │ │ │ │ ├── remove.hpp │ │ │ │ ├── remove_if.hpp │ │ │ │ ├── repetitive_view.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── replace_if.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── reverse_fold.hpp │ │ │ │ ├── reverse_iter_fold.hpp │ │ │ │ ├── reverse_view.hpp │ │ │ │ ├── segmented_fold_until.hpp │ │ │ │ ├── segmented_iterator.hpp │ │ │ │ ├── segments.hpp │ │ │ │ ├── sequence.hpp │ │ │ │ ├── sequence_base.hpp │ │ │ │ ├── sequence_facade.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── set_fwd.hpp │ │ │ │ ├── single_view.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── std_pair.hpp │ │ │ │ ├── struct.hpp │ │ │ │ ├── support.hpp │ │ │ │ ├── swap.hpp │ │ │ │ ├── tag_of.hpp │ │ │ │ ├── tag_of_fwd.hpp │ │ │ │ ├── transform.hpp │ │ │ │ ├── transform_view.hpp │ │ │ │ ├── transformation.hpp │ │ │ │ ├── tuple.hpp │ │ │ │ ├── tuple_fwd.hpp │ │ │ │ ├── tuple_tie.hpp │ │ │ │ ├── unfused.hpp │ │ │ │ ├── unfused_typed.hpp │ │ │ │ ├── unused.hpp │ │ │ │ ├── value_at.hpp │ │ │ │ ├── value_at_key.hpp │ │ │ │ ├── value_of.hpp │ │ │ │ ├── value_of_data.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── vector10.hpp │ │ │ │ ├── vector20.hpp │ │ │ │ ├── vector30.hpp │ │ │ │ ├── vector40.hpp │ │ │ │ ├── vector50.hpp │ │ │ │ ├── vector_fwd.hpp │ │ │ │ ├── vector_tie.hpp │ │ │ │ ├── view.hpp │ │ │ │ ├── void.hpp │ │ │ │ ├── zip.hpp │ │ │ │ └── zip_view.hpp │ │ │ ├── iterator.hpp │ │ │ ├── iterator │ │ │ │ ├── advance.hpp │ │ │ │ ├── basic_iterator.hpp │ │ │ │ ├── deref.hpp │ │ │ │ ├── deref_data.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── adapt_deref_traits.hpp │ │ │ │ │ ├── adapt_value_traits.hpp │ │ │ │ │ ├── advance.hpp │ │ │ │ │ ├── distance.hpp │ │ │ │ │ ├── segment_sequence.hpp │ │ │ │ │ ├── segmented_equal_to.hpp │ │ │ │ │ ├── segmented_iterator.hpp │ │ │ │ │ └── segmented_next_impl.hpp │ │ │ │ ├── distance.hpp │ │ │ │ ├── equal_to.hpp │ │ │ │ ├── iterator_adapter.hpp │ │ │ │ ├── iterator_facade.hpp │ │ │ │ ├── key_of.hpp │ │ │ │ ├── mpl.hpp │ │ │ │ ├── mpl │ │ │ │ │ ├── convert_iterator.hpp │ │ │ │ │ └── fusion_iterator.hpp │ │ │ │ ├── next.hpp │ │ │ │ ├── prior.hpp │ │ │ │ ├── segmented_iterator.hpp │ │ │ │ ├── value_of.hpp │ │ │ │ └── value_of_data.hpp │ │ │ ├── mpl.hpp │ │ │ ├── mpl │ │ │ │ ├── at.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── begin.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── detail │ │ │ │ │ └── clear.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── end.hpp │ │ │ │ ├── erase.hpp │ │ │ │ ├── erase_key.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── has_key.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── insert_range.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ └── size.hpp │ │ │ ├── sequence.hpp │ │ │ ├── sequence │ │ │ │ ├── comparison.hpp │ │ │ │ ├── comparison │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ └── not_equal_to.hpp │ │ │ │ │ ├── enable_comparison.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ └── not_equal_to.hpp │ │ │ │ ├── convert.hpp │ │ │ │ ├── intrinsic.hpp │ │ │ │ ├── intrinsic │ │ │ │ │ ├── at.hpp │ │ │ │ │ ├── at_c.hpp │ │ │ │ │ ├── at_key.hpp │ │ │ │ │ ├── back.hpp │ │ │ │ │ ├── begin.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── segmented_begin.hpp │ │ │ │ │ │ ├── segmented_begin_impl.hpp │ │ │ │ │ │ ├── segmented_end.hpp │ │ │ │ │ │ ├── segmented_end_impl.hpp │ │ │ │ │ │ └── segmented_size.hpp │ │ │ │ │ ├── empty.hpp │ │ │ │ │ ├── end.hpp │ │ │ │ │ ├── front.hpp │ │ │ │ │ ├── has_key.hpp │ │ │ │ │ ├── segments.hpp │ │ │ │ │ ├── size.hpp │ │ │ │ │ ├── swap.hpp │ │ │ │ │ ├── value_at.hpp │ │ │ │ │ └── value_at_key.hpp │ │ │ │ ├── intrinsic_fwd.hpp │ │ │ │ ├── io.hpp │ │ │ │ ├── io │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── in.hpp │ │ │ │ │ │ ├── manip.hpp │ │ │ │ │ │ └── out.hpp │ │ │ │ │ ├── in.hpp │ │ │ │ │ └── out.hpp │ │ │ │ └── sequence_facade.hpp │ │ │ ├── support.hpp │ │ │ ├── support │ │ │ │ ├── as_const.hpp │ │ │ │ ├── category_of.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── deduce.hpp │ │ │ │ ├── deduce_sequence.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── access.hpp │ │ │ │ │ ├── as_fusion_element.hpp │ │ │ │ │ ├── category_of.hpp │ │ │ │ │ ├── is_mpl_sequence.hpp │ │ │ │ │ ├── is_view.hpp │ │ │ │ │ ├── mpl_iterator_category.hpp │ │ │ │ │ ├── pp_round.hpp │ │ │ │ │ ├── segmented_fold_until_impl.hpp │ │ │ │ │ └── unknown_key.hpp │ │ │ │ ├── is_iterator.hpp │ │ │ │ ├── is_segmented.hpp │ │ │ │ ├── is_sequence.hpp │ │ │ │ ├── is_view.hpp │ │ │ │ ├── iterator_base.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── segmented_fold_until.hpp │ │ │ │ ├── sequence_base.hpp │ │ │ │ ├── tag_of.hpp │ │ │ │ ├── tag_of_fwd.hpp │ │ │ │ ├── unused.hpp │ │ │ │ └── void.hpp │ │ │ ├── tuple.hpp │ │ │ ├── tuple │ │ │ │ ├── detail │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── make_tuple.hpp │ │ │ │ │ │ ├── make_tuple10.hpp │ │ │ │ │ │ ├── make_tuple20.hpp │ │ │ │ │ │ ├── make_tuple30.hpp │ │ │ │ │ │ ├── make_tuple40.hpp │ │ │ │ │ │ ├── make_tuple50.hpp │ │ │ │ │ │ ├── tuple.hpp │ │ │ │ │ │ ├── tuple10.hpp │ │ │ │ │ │ ├── tuple10_fwd.hpp │ │ │ │ │ │ ├── tuple20.hpp │ │ │ │ │ │ ├── tuple20_fwd.hpp │ │ │ │ │ │ ├── tuple30.hpp │ │ │ │ │ │ ├── tuple30_fwd.hpp │ │ │ │ │ │ ├── tuple40.hpp │ │ │ │ │ │ ├── tuple40_fwd.hpp │ │ │ │ │ │ ├── tuple50.hpp │ │ │ │ │ │ ├── tuple50_fwd.hpp │ │ │ │ │ │ ├── tuple_fwd.hpp │ │ │ │ │ │ ├── tuple_tie.hpp │ │ │ │ │ │ ├── tuple_tie10.hpp │ │ │ │ │ │ ├── tuple_tie20.hpp │ │ │ │ │ │ ├── tuple_tie30.hpp │ │ │ │ │ │ ├── tuple_tie40.hpp │ │ │ │ │ │ └── tuple_tie50.hpp │ │ │ │ │ └── tuple_expand.hpp │ │ │ │ ├── make_tuple.hpp │ │ │ │ ├── tuple.hpp │ │ │ │ ├── tuple_fwd.hpp │ │ │ │ └── tuple_tie.hpp │ │ │ ├── view.hpp │ │ │ └── view │ │ │ │ ├── detail │ │ │ │ └── strictest_traversal.hpp │ │ │ │ ├── filter_view.hpp │ │ │ │ ├── filter_view │ │ │ │ ├── detail │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── filter_view.hpp │ │ │ │ └── filter_view_iterator.hpp │ │ │ │ ├── flatten_view.hpp │ │ │ │ ├── flatten_view │ │ │ │ ├── flatten_view.hpp │ │ │ │ └── flatten_view_iterator.hpp │ │ │ │ ├── iterator_range.hpp │ │ │ │ ├── iterator_range │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_segmented_impl.hpp │ │ │ │ │ ├── segmented_iterator_range.hpp │ │ │ │ │ ├── segments_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ └── iterator_range.hpp │ │ │ │ ├── joint_view.hpp │ │ │ │ ├── joint_view │ │ │ │ ├── detail │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── joint_view.hpp │ │ │ │ ├── joint_view_fwd.hpp │ │ │ │ └── joint_view_iterator.hpp │ │ │ │ ├── nview.hpp │ │ │ │ ├── nview │ │ │ │ ├── detail │ │ │ │ │ ├── advance_impl.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── distance_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── nview_impl.hpp │ │ │ │ │ ├── prior_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── nview.hpp │ │ │ │ └── nview_iterator.hpp │ │ │ │ ├── repetitive_view.hpp │ │ │ │ ├── repetitive_view │ │ │ │ ├── detail │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── repetitive_view.hpp │ │ │ │ ├── repetitive_view_fwd.hpp │ │ │ │ └── repetitive_view_iterator.hpp │ │ │ │ ├── reverse_view.hpp │ │ │ │ ├── reverse_view │ │ │ │ ├── detail │ │ │ │ │ ├── advance_impl.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── distance_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── prior_impl.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── reverse_view.hpp │ │ │ │ └── reverse_view_iterator.hpp │ │ │ │ ├── single_view.hpp │ │ │ │ ├── single_view │ │ │ │ ├── detail │ │ │ │ │ ├── advance_impl.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── distance_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── prior_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── single_view.hpp │ │ │ │ └── single_view_iterator.hpp │ │ │ │ ├── transform_view.hpp │ │ │ │ ├── transform_view │ │ │ │ ├── detail │ │ │ │ │ ├── advance_impl.hpp │ │ │ │ │ ├── apply_transform_result.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── distance_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── prior_impl.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── transform_view.hpp │ │ │ │ ├── transform_view_fwd.hpp │ │ │ │ └── transform_view_iterator.hpp │ │ │ │ ├── zip_view.hpp │ │ │ │ └── zip_view │ │ │ │ ├── detail │ │ │ │ ├── advance_impl.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── distance_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── prior_impl.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── zip_view.hpp │ │ │ │ ├── zip_view_iterator.hpp │ │ │ │ └── zip_view_iterator_fwd.hpp │ │ ├── generator_iterator.hpp │ │ ├── geometry.hpp │ │ ├── geometry │ │ │ ├── algorithms │ │ │ │ ├── append.hpp │ │ │ │ ├── area.hpp │ │ │ │ ├── assign.hpp │ │ │ │ ├── buffer.hpp │ │ │ │ ├── centroid.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── comparable_distance.hpp │ │ │ │ ├── convert.hpp │ │ │ │ ├── convex_hull.hpp │ │ │ │ ├── correct.hpp │ │ │ │ ├── covered_by.hpp │ │ │ │ ├── crosses.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── as_range.hpp │ │ │ │ │ ├── assign_box_corners.hpp │ │ │ │ │ ├── assign_indexed_point.hpp │ │ │ │ │ ├── assign_values.hpp │ │ │ │ │ ├── buffer │ │ │ │ │ │ ├── buffer_inserter.hpp │ │ │ │ │ │ ├── buffer_policies.hpp │ │ │ │ │ │ ├── buffered_piece_collection.hpp │ │ │ │ │ │ ├── buffered_ring.hpp │ │ │ │ │ │ ├── get_piece_turns.hpp │ │ │ │ │ │ ├── line_line_intersection.hpp │ │ │ │ │ │ ├── parallel_continue.hpp │ │ │ │ │ │ ├── turn_in_input.hpp │ │ │ │ │ │ └── turn_in_piece_visitor.hpp │ │ │ │ │ ├── calculate_null.hpp │ │ │ │ │ ├── calculate_sum.hpp │ │ │ │ │ ├── check_iterator_range.hpp │ │ │ │ │ ├── comparable_distance │ │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ │ └── interface.hpp │ │ │ │ │ ├── convert_indexed_to_indexed.hpp │ │ │ │ │ ├── convert_point_to_point.hpp │ │ │ │ │ ├── disjoint │ │ │ │ │ │ ├── areal_areal.hpp │ │ │ │ │ │ ├── box_box.hpp │ │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ │ ├── interface.hpp │ │ │ │ │ │ ├── linear_areal.hpp │ │ │ │ │ │ ├── linear_linear.hpp │ │ │ │ │ │ ├── linear_segment_or_box.hpp │ │ │ │ │ │ ├── point_box.hpp │ │ │ │ │ │ ├── point_geometry.hpp │ │ │ │ │ │ ├── point_point.hpp │ │ │ │ │ │ └── segment_box.hpp │ │ │ │ │ ├── distance │ │ │ │ │ │ ├── backward_compatibility.hpp │ │ │ │ │ │ ├── box_to_box.hpp │ │ │ │ │ │ ├── default_strategies.hpp │ │ │ │ │ │ ├── geometry_to_geometry_rtree.hpp │ │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ │ ├── interface.hpp │ │ │ │ │ │ ├── multi_to_multi.hpp │ │ │ │ │ │ ├── multipoint_to_range.hpp │ │ │ │ │ │ ├── point_to_geometry.hpp │ │ │ │ │ │ ├── polygon_to_segment_or_box.hpp │ │ │ │ │ │ ├── range_to_segment_or_box.hpp │ │ │ │ │ │ ├── segment_to_box.hpp │ │ │ │ │ │ ├── segment_to_segment.hpp │ │ │ │ │ │ └── single_to_multi.hpp │ │ │ │ │ ├── equals │ │ │ │ │ │ ├── collect_vectors.hpp │ │ │ │ │ │ └── point_point.hpp │ │ │ │ │ ├── extreme_points.hpp │ │ │ │ │ ├── for_each_range.hpp │ │ │ │ │ ├── get_left_turns.hpp │ │ │ │ │ ├── get_max_size.hpp │ │ │ │ │ ├── has_self_intersections.hpp │ │ │ │ │ ├── interior_iterator.hpp │ │ │ │ │ ├── is_simple │ │ │ │ │ │ ├── always_simple.hpp │ │ │ │ │ │ ├── areal.hpp │ │ │ │ │ │ ├── debug_print_boundary_points.hpp │ │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ │ ├── interface.hpp │ │ │ │ │ │ ├── linear.hpp │ │ │ │ │ │ └── multipoint.hpp │ │ │ │ │ ├── is_valid │ │ │ │ │ │ ├── box.hpp │ │ │ │ │ │ ├── complement_graph.hpp │ │ │ │ │ │ ├── debug_complement_graph.hpp │ │ │ │ │ │ ├── debug_print_turns.hpp │ │ │ │ │ │ ├── debug_validity_phase.hpp │ │ │ │ │ │ ├── has_duplicates.hpp │ │ │ │ │ │ ├── has_spikes.hpp │ │ │ │ │ │ ├── has_valid_self_turns.hpp │ │ │ │ │ │ ├── implementation.hpp │ │ │ │ │ │ ├── interface.hpp │ │ │ │ │ │ ├── is_acceptable_turn.hpp │ │ │ │ │ │ ├── linear.hpp │ │ │ │ │ │ ├── multipolygon.hpp │ │ │ │ │ │ ├── pointlike.hpp │ │ │ │ │ │ ├── polygon.hpp │ │ │ │ │ │ ├── ring.hpp │ │ │ │ │ │ └── segment.hpp │ │ │ │ │ ├── multi_modify.hpp │ │ │ │ │ ├── multi_modify_with_predicate.hpp │ │ │ │ │ ├── multi_sum.hpp │ │ │ │ │ ├── not.hpp │ │ │ │ │ ├── num_distinct_consecutive_points.hpp │ │ │ │ │ ├── occupation_info.hpp │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── add_rings.hpp │ │ │ │ │ │ ├── append_no_duplicates.hpp │ │ │ │ │ │ ├── append_no_dups_or_spikes.hpp │ │ │ │ │ │ ├── assign_parents.hpp │ │ │ │ │ │ ├── backtrack_check_si.hpp │ │ │ │ │ │ ├── check_enrich.hpp │ │ │ │ │ │ ├── clip_linestring.hpp │ │ │ │ │ │ ├── convert_ring.hpp │ │ │ │ │ │ ├── copy_segment_point.hpp │ │ │ │ │ │ ├── copy_segments.hpp │ │ │ │ │ │ ├── debug_turn_info.hpp │ │ │ │ │ │ ├── do_reverse.hpp │ │ │ │ │ │ ├── enrich_intersection_points.hpp │ │ │ │ │ │ ├── enrichment_info.hpp │ │ │ │ │ │ ├── follow.hpp │ │ │ │ │ │ ├── follow_linear_linear.hpp │ │ │ │ │ │ ├── get_intersection_points.hpp │ │ │ │ │ │ ├── get_relative_order.hpp │ │ │ │ │ │ ├── get_ring.hpp │ │ │ │ │ │ ├── get_turn_info.hpp │ │ │ │ │ │ ├── get_turn_info_for_endpoint.hpp │ │ │ │ │ │ ├── get_turn_info_helpers.hpp │ │ │ │ │ │ ├── get_turn_info_la.hpp │ │ │ │ │ │ ├── get_turn_info_ll.hpp │ │ │ │ │ │ ├── get_turns.hpp │ │ │ │ │ │ ├── handle_tangencies.hpp │ │ │ │ │ │ ├── intersection_box_box.hpp │ │ │ │ │ │ ├── intersection_insert.hpp │ │ │ │ │ │ ├── linear_linear.hpp │ │ │ │ │ │ ├── overlay.hpp │ │ │ │ │ │ ├── overlay_type.hpp │ │ │ │ │ │ ├── pointlike_pointlike.hpp │ │ │ │ │ │ ├── ring_properties.hpp │ │ │ │ │ │ ├── segment_identifier.hpp │ │ │ │ │ │ ├── select_rings.hpp │ │ │ │ │ │ ├── self_turn_points.hpp │ │ │ │ │ │ ├── stream_info.hpp │ │ │ │ │ │ ├── traversal_info.hpp │ │ │ │ │ │ ├── traverse.hpp │ │ │ │ │ │ ├── turn_info.hpp │ │ │ │ │ │ └── visit_info.hpp │ │ │ │ │ ├── partition.hpp │ │ │ │ │ ├── point_is_spike_or_equal.hpp │ │ │ │ │ ├── point_on_border.hpp │ │ │ │ │ ├── recalculate.hpp │ │ │ │ │ ├── relate │ │ │ │ │ │ ├── areal_areal.hpp │ │ │ │ │ │ ├── boundary_checker.hpp │ │ │ │ │ │ ├── follow_helpers.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── linear_areal.hpp │ │ │ │ │ │ ├── linear_linear.hpp │ │ │ │ │ │ ├── point_geometry.hpp │ │ │ │ │ │ ├── point_point.hpp │ │ │ │ │ │ ├── relate.hpp │ │ │ │ │ │ ├── result.hpp │ │ │ │ │ │ ├── topology_check.hpp │ │ │ │ │ │ └── turns.hpp │ │ │ │ │ ├── ring_identifier.hpp │ │ │ │ │ ├── sections │ │ │ │ │ │ ├── range_by_section.hpp │ │ │ │ │ │ └── sectionalize.hpp │ │ │ │ │ ├── single_geometry.hpp │ │ │ │ │ ├── sub_range.hpp │ │ │ │ │ ├── throw_on_empty_input.hpp │ │ │ │ │ ├── turns │ │ │ │ │ │ ├── compare_turns.hpp │ │ │ │ │ │ ├── debug_turn.hpp │ │ │ │ │ │ ├── filter_continue_turns.hpp │ │ │ │ │ │ ├── print_turns.hpp │ │ │ │ │ │ └── remove_duplicate_turns.hpp │ │ │ │ │ └── within │ │ │ │ │ │ ├── point_in_geometry.hpp │ │ │ │ │ │ └── within_no_turns.hpp │ │ │ │ ├── difference.hpp │ │ │ │ ├── disjoint.hpp │ │ │ │ ├── dispatch │ │ │ │ │ ├── disjoint.hpp │ │ │ │ │ ├── distance.hpp │ │ │ │ │ ├── is_simple.hpp │ │ │ │ │ └── is_valid.hpp │ │ │ │ ├── distance.hpp │ │ │ │ ├── envelope.hpp │ │ │ │ ├── equals.hpp │ │ │ │ ├── expand.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── intersection.hpp │ │ │ │ ├── intersects.hpp │ │ │ │ ├── is_simple.hpp │ │ │ │ ├── is_valid.hpp │ │ │ │ ├── length.hpp │ │ │ │ ├── make.hpp │ │ │ │ ├── not_implemented.hpp │ │ │ │ ├── num_geometries.hpp │ │ │ │ ├── num_interior_rings.hpp │ │ │ │ ├── num_points.hpp │ │ │ │ ├── overlaps.hpp │ │ │ │ ├── perimeter.hpp │ │ │ │ ├── point_on_surface.hpp │ │ │ │ ├── remove_spikes.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── simplify.hpp │ │ │ │ ├── sym_difference.hpp │ │ │ │ ├── touches.hpp │ │ │ │ ├── transform.hpp │ │ │ │ ├── union.hpp │ │ │ │ ├── unique.hpp │ │ │ │ └── within.hpp │ │ │ ├── arithmetic │ │ │ │ ├── arithmetic.hpp │ │ │ │ ├── determinant.hpp │ │ │ │ └── dot_product.hpp │ │ │ ├── core │ │ │ │ ├── access.hpp │ │ │ │ ├── closure.hpp │ │ │ │ ├── coordinate_dimension.hpp │ │ │ │ ├── coordinate_system.hpp │ │ │ │ ├── coordinate_type.hpp │ │ │ │ ├── cs.hpp │ │ │ │ ├── exception.hpp │ │ │ │ ├── exterior_ring.hpp │ │ │ │ ├── geometry_id.hpp │ │ │ │ ├── interior_rings.hpp │ │ │ │ ├── interior_type.hpp │ │ │ │ ├── is_areal.hpp │ │ │ │ ├── mutable_range.hpp │ │ │ │ ├── point_order.hpp │ │ │ │ ├── point_type.hpp │ │ │ │ ├── radian_access.hpp │ │ │ │ ├── reverse_dispatch.hpp │ │ │ │ ├── ring_type.hpp │ │ │ │ ├── tag.hpp │ │ │ │ ├── tag_cast.hpp │ │ │ │ ├── tags.hpp │ │ │ │ └── topological_dimension.hpp │ │ │ ├── geometries │ │ │ │ ├── adapted │ │ │ │ │ ├── boost_array.hpp │ │ │ │ │ ├── boost_fusion.hpp │ │ │ │ │ ├── boost_polygon.hpp │ │ │ │ │ ├── boost_polygon │ │ │ │ │ │ ├── box.hpp │ │ │ │ │ │ ├── hole_iterator.hpp │ │ │ │ │ │ ├── holes_proxy.hpp │ │ │ │ │ │ ├── point.hpp │ │ │ │ │ │ ├── polygon.hpp │ │ │ │ │ │ ├── ring.hpp │ │ │ │ │ │ └── ring_proxy.hpp │ │ │ │ │ ├── boost_range │ │ │ │ │ │ ├── adjacent_filtered.hpp │ │ │ │ │ │ ├── filtered.hpp │ │ │ │ │ │ ├── reversed.hpp │ │ │ │ │ │ ├── sliced.hpp │ │ │ │ │ │ ├── strided.hpp │ │ │ │ │ │ └── uniqued.hpp │ │ │ │ │ ├── boost_tuple.hpp │ │ │ │ │ ├── c_array.hpp │ │ │ │ │ └── std_pair_as_segment.hpp │ │ │ │ ├── box.hpp │ │ │ │ ├── concepts │ │ │ │ │ ├── box_concept.hpp │ │ │ │ │ ├── check.hpp │ │ │ │ │ ├── linestring_concept.hpp │ │ │ │ │ ├── multi_linestring_concept.hpp │ │ │ │ │ ├── multi_point_concept.hpp │ │ │ │ │ ├── multi_polygon_concept.hpp │ │ │ │ │ ├── point_concept.hpp │ │ │ │ │ ├── polygon_concept.hpp │ │ │ │ │ ├── ring_concept.hpp │ │ │ │ │ └── segment_concept.hpp │ │ │ │ ├── geometries.hpp │ │ │ │ ├── linestring.hpp │ │ │ │ ├── multi_linestring.hpp │ │ │ │ ├── multi_point.hpp │ │ │ │ ├── multi_polygon.hpp │ │ │ │ ├── point.hpp │ │ │ │ ├── point_xy.hpp │ │ │ │ ├── polygon.hpp │ │ │ │ ├── register │ │ │ │ │ ├── box.hpp │ │ │ │ │ ├── linestring.hpp │ │ │ │ │ ├── multi_linestring.hpp │ │ │ │ │ ├── multi_point.hpp │ │ │ │ │ ├── multi_polygon.hpp │ │ │ │ │ ├── point.hpp │ │ │ │ │ ├── ring.hpp │ │ │ │ │ └── segment.hpp │ │ │ │ ├── ring.hpp │ │ │ │ ├── segment.hpp │ │ │ │ └── variant.hpp │ │ │ ├── geometry.hpp │ │ │ ├── index │ │ │ │ ├── adaptors │ │ │ │ │ └── query.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── algorithms │ │ │ │ │ │ ├── bounds.hpp │ │ │ │ │ │ ├── comparable_distance_centroid.hpp │ │ │ │ │ │ ├── comparable_distance_far.hpp │ │ │ │ │ │ ├── comparable_distance_near.hpp │ │ │ │ │ │ ├── content.hpp │ │ │ │ │ │ ├── diff_abs.hpp │ │ │ │ │ │ ├── intersection_content.hpp │ │ │ │ │ │ ├── is_valid.hpp │ │ │ │ │ │ ├── margin.hpp │ │ │ │ │ │ ├── minmaxdist.hpp │ │ │ │ │ │ ├── path_intersection.hpp │ │ │ │ │ │ ├── segment_intersection.hpp │ │ │ │ │ │ ├── smallest_for_indexable.hpp │ │ │ │ │ │ ├── sum_for_indexable.hpp │ │ │ │ │ │ └── union_content.hpp │ │ │ │ │ ├── assert.hpp │ │ │ │ │ ├── bounded_view.hpp │ │ │ │ │ ├── config_begin.hpp │ │ │ │ │ ├── config_end.hpp │ │ │ │ │ ├── distance_predicates.hpp │ │ │ │ │ ├── exception.hpp │ │ │ │ │ ├── meta.hpp │ │ │ │ │ ├── predicates.hpp │ │ │ │ │ ├── pushable_array.hpp │ │ │ │ │ ├── rtree │ │ │ │ │ │ ├── adaptors.hpp │ │ │ │ │ │ ├── kmeans │ │ │ │ │ │ │ ├── kmeans.hpp │ │ │ │ │ │ │ └── split.hpp │ │ │ │ │ │ ├── linear │ │ │ │ │ │ │ ├── linear.hpp │ │ │ │ │ │ │ └── redistribute_elements.hpp │ │ │ │ │ │ ├── node │ │ │ │ │ │ │ ├── auto_deallocator.hpp │ │ │ │ │ │ │ ├── concept.hpp │ │ │ │ │ │ │ ├── dynamic_visitor.hpp │ │ │ │ │ │ │ ├── node.hpp │ │ │ │ │ │ │ ├── node_auto_ptr.hpp │ │ │ │ │ │ │ ├── node_d_mem_dynamic.hpp │ │ │ │ │ │ │ ├── node_d_mem_static.hpp │ │ │ │ │ │ │ ├── node_s_mem_dynamic.hpp │ │ │ │ │ │ │ ├── node_s_mem_static.hpp │ │ │ │ │ │ │ ├── pairs.hpp │ │ │ │ │ │ │ └── static_visitor.hpp │ │ │ │ │ │ ├── options.hpp │ │ │ │ │ │ ├── pack_create.hpp │ │ │ │ │ │ ├── quadratic │ │ │ │ │ │ │ ├── quadratic.hpp │ │ │ │ │ │ │ └── redistribute_elements.hpp │ │ │ │ │ │ ├── query_iterators.hpp │ │ │ │ │ │ ├── rstar │ │ │ │ │ │ │ ├── choose_next_node.hpp │ │ │ │ │ │ │ ├── insert.hpp │ │ │ │ │ │ │ ├── redistribute_elements.hpp │ │ │ │ │ │ │ └── rstar.hpp │ │ │ │ │ │ ├── utilities │ │ │ │ │ │ │ ├── are_boxes_ok.hpp │ │ │ │ │ │ │ ├── are_levels_ok.hpp │ │ │ │ │ │ │ ├── gl_draw.hpp │ │ │ │ │ │ │ ├── print.hpp │ │ │ │ │ │ │ ├── statistics.hpp │ │ │ │ │ │ │ └── view.hpp │ │ │ │ │ │ └── visitors │ │ │ │ │ │ │ ├── children_box.hpp │ │ │ │ │ │ │ ├── copy.hpp │ │ │ │ │ │ │ ├── count.hpp │ │ │ │ │ │ │ ├── destroy.hpp │ │ │ │ │ │ │ ├── distance_query.hpp │ │ │ │ │ │ │ ├── insert.hpp │ │ │ │ │ │ │ ├── is_leaf.hpp │ │ │ │ │ │ │ ├── remove.hpp │ │ │ │ │ │ │ └── spatial_query.hpp │ │ │ │ │ ├── serialization.hpp │ │ │ │ │ ├── tags.hpp │ │ │ │ │ ├── translator.hpp │ │ │ │ │ ├── tuples.hpp │ │ │ │ │ ├── utilities.hpp │ │ │ │ │ ├── varray.hpp │ │ │ │ │ └── varray_detail.hpp │ │ │ │ ├── distance_predicates.hpp │ │ │ │ ├── equal_to.hpp │ │ │ │ ├── indexable.hpp │ │ │ │ ├── inserter.hpp │ │ │ │ ├── parameters.hpp │ │ │ │ ├── predicates.hpp │ │ │ │ └── rtree.hpp │ │ │ ├── io │ │ │ │ ├── dsv │ │ │ │ │ └── write.hpp │ │ │ │ ├── io.hpp │ │ │ │ ├── svg │ │ │ │ │ ├── svg_mapper.hpp │ │ │ │ │ ├── write_svg.hpp │ │ │ │ │ └── write_svg_multi.hpp │ │ │ │ └── wkt │ │ │ │ │ ├── detail │ │ │ │ │ ├── prefix.hpp │ │ │ │ │ └── wkt_multi.hpp │ │ │ │ │ ├── read.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ ├── wkt.hpp │ │ │ │ │ └── write.hpp │ │ │ ├── iterators │ │ │ │ ├── base.hpp │ │ │ │ ├── closing_iterator.hpp │ │ │ │ ├── concatenate_iterator.hpp │ │ │ │ ├── dispatch │ │ │ │ │ ├── point_iterator.hpp │ │ │ │ │ └── point_iterator_type.hpp │ │ │ │ ├── ever_circling_iterator.hpp │ │ │ │ ├── flatten_iterator.hpp │ │ │ │ ├── has_one_element.hpp │ │ │ │ ├── point_iterator.hpp │ │ │ │ ├── point_iterator_type.hpp │ │ │ │ └── point_reverse_iterator.hpp │ │ │ ├── multi │ │ │ │ ├── algorithms │ │ │ │ │ ├── append.hpp │ │ │ │ │ ├── area.hpp │ │ │ │ │ ├── centroid.hpp │ │ │ │ │ ├── clear.hpp │ │ │ │ │ ├── convert.hpp │ │ │ │ │ ├── correct.hpp │ │ │ │ │ ├── covered_by.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── extreme_points.hpp │ │ │ │ │ │ ├── for_each_range.hpp │ │ │ │ │ │ ├── modify.hpp │ │ │ │ │ │ ├── modify_with_predicate.hpp │ │ │ │ │ │ ├── multi_sum.hpp │ │ │ │ │ │ ├── overlay │ │ │ │ │ │ │ ├── copy_segment_point.hpp │ │ │ │ │ │ │ ├── copy_segments.hpp │ │ │ │ │ │ │ ├── get_ring.hpp │ │ │ │ │ │ │ ├── get_turns.hpp │ │ │ │ │ │ │ ├── select_rings.hpp │ │ │ │ │ │ │ └── self_turn_points.hpp │ │ │ │ │ │ ├── point_on_border.hpp │ │ │ │ │ │ └── sections │ │ │ │ │ │ │ ├── range_by_section.hpp │ │ │ │ │ │ │ └── sectionalize.hpp │ │ │ │ │ ├── disjoint.hpp │ │ │ │ │ ├── distance.hpp │ │ │ │ │ ├── envelope.hpp │ │ │ │ │ ├── equals.hpp │ │ │ │ │ ├── for_each.hpp │ │ │ │ │ ├── intersection.hpp │ │ │ │ │ ├── length.hpp │ │ │ │ │ ├── num_geometries.hpp │ │ │ │ │ ├── num_interior_rings.hpp │ │ │ │ │ ├── num_points.hpp │ │ │ │ │ ├── perimeter.hpp │ │ │ │ │ ├── remove_spikes.hpp │ │ │ │ │ ├── reverse.hpp │ │ │ │ │ ├── simplify.hpp │ │ │ │ │ ├── transform.hpp │ │ │ │ │ ├── unique.hpp │ │ │ │ │ └── within.hpp │ │ │ │ ├── core │ │ │ │ │ ├── closure.hpp │ │ │ │ │ ├── geometry_id.hpp │ │ │ │ │ ├── interior_rings.hpp │ │ │ │ │ ├── is_areal.hpp │ │ │ │ │ ├── point_order.hpp │ │ │ │ │ ├── point_type.hpp │ │ │ │ │ ├── ring_type.hpp │ │ │ │ │ ├── tags.hpp │ │ │ │ │ └── topological_dimension.hpp │ │ │ │ ├── geometries │ │ │ │ │ ├── concepts │ │ │ │ │ │ ├── check.hpp │ │ │ │ │ │ ├── multi_linestring_concept.hpp │ │ │ │ │ │ ├── multi_point_concept.hpp │ │ │ │ │ │ └── multi_polygon_concept.hpp │ │ │ │ │ ├── multi_geometries.hpp │ │ │ │ │ ├── multi_linestring.hpp │ │ │ │ │ ├── multi_point.hpp │ │ │ │ │ ├── multi_polygon.hpp │ │ │ │ │ └── register │ │ │ │ │ │ ├── multi_linestring.hpp │ │ │ │ │ │ ├── multi_point.hpp │ │ │ │ │ │ └── multi_polygon.hpp │ │ │ │ ├── io │ │ │ │ │ ├── dsv │ │ │ │ │ │ └── write.hpp │ │ │ │ │ └── wkt │ │ │ │ │ │ ├── detail │ │ │ │ │ │ └── prefix.hpp │ │ │ │ │ │ ├── read.hpp │ │ │ │ │ │ ├── wkt.hpp │ │ │ │ │ │ └── write.hpp │ │ │ │ ├── multi.hpp │ │ │ │ ├── strategies │ │ │ │ │ └── cartesian │ │ │ │ │ │ └── centroid_average.hpp │ │ │ │ └── views │ │ │ │ │ └── detail │ │ │ │ │ └── range_type.hpp │ │ │ ├── policies │ │ │ │ ├── compare.hpp │ │ │ │ ├── disjoint_interrupt_policy.hpp │ │ │ │ ├── predicate_based_interrupt_policy.hpp │ │ │ │ ├── relate │ │ │ │ │ ├── de9im.hpp │ │ │ │ │ ├── direction.hpp │ │ │ │ │ ├── intersection_points.hpp │ │ │ │ │ ├── intersection_ratios.hpp │ │ │ │ │ └── tupled.hpp │ │ │ │ └── robustness │ │ │ │ │ ├── get_rescale_policy.hpp │ │ │ │ │ ├── no_rescale_policy.hpp │ │ │ │ │ ├── rescale_policy.hpp │ │ │ │ │ ├── robust_point_type.hpp │ │ │ │ │ ├── robust_type.hpp │ │ │ │ │ ├── segment_ratio.hpp │ │ │ │ │ └── segment_ratio_type.hpp │ │ │ ├── strategies │ │ │ │ ├── agnostic │ │ │ │ │ ├── buffer_distance_asymmetric.hpp │ │ │ │ │ ├── buffer_distance_symmetric.hpp │ │ │ │ │ ├── hull_graham_andrew.hpp │ │ │ │ │ ├── point_in_box_by_side.hpp │ │ │ │ │ ├── point_in_point.hpp │ │ │ │ │ ├── point_in_poly_oriented_winding.hpp │ │ │ │ │ ├── point_in_poly_winding.hpp │ │ │ │ │ ├── relate.hpp │ │ │ │ │ └── simplify_douglas_peucker.hpp │ │ │ │ ├── area.hpp │ │ │ │ ├── buffer.hpp │ │ │ │ ├── cartesian │ │ │ │ │ ├── area_surveyor.hpp │ │ │ │ │ ├── box_in_box.hpp │ │ │ │ │ ├── buffer_end_flat.hpp │ │ │ │ │ ├── buffer_end_round.hpp │ │ │ │ │ ├── buffer_join_miter.hpp │ │ │ │ │ ├── buffer_join_round.hpp │ │ │ │ │ ├── buffer_join_round_by_divide.hpp │ │ │ │ │ ├── buffer_point_circle.hpp │ │ │ │ │ ├── buffer_point_square.hpp │ │ │ │ │ ├── buffer_side_straight.hpp │ │ │ │ │ ├── cart_intersect.hpp │ │ │ │ │ ├── centroid_average.hpp │ │ │ │ │ ├── centroid_bashein_detmer.hpp │ │ │ │ │ ├── centroid_weighted_length.hpp │ │ │ │ │ ├── distance_comparable_to_regular.hpp │ │ │ │ │ ├── distance_projected_point.hpp │ │ │ │ │ ├── distance_projected_point_ax.hpp │ │ │ │ │ ├── distance_pythagoras.hpp │ │ │ │ │ ├── distance_pythagoras_box_box.hpp │ │ │ │ │ ├── distance_pythagoras_point_box.hpp │ │ │ │ │ ├── point_in_box.hpp │ │ │ │ │ ├── point_in_poly_crossings_multiply.hpp │ │ │ │ │ ├── point_in_poly_franklin.hpp │ │ │ │ │ └── side_by_triangle.hpp │ │ │ │ ├── centroid.hpp │ │ │ │ ├── comparable_distance_result.hpp │ │ │ │ ├── compare.hpp │ │ │ │ ├── concepts │ │ │ │ │ ├── area_concept.hpp │ │ │ │ │ ├── centroid_concept.hpp │ │ │ │ │ ├── convex_hull_concept.hpp │ │ │ │ │ ├── distance_concept.hpp │ │ │ │ │ ├── segment_intersect_concept.hpp │ │ │ │ │ ├── simplify_concept.hpp │ │ │ │ │ └── within_concept.hpp │ │ │ │ ├── convex_hull.hpp │ │ │ │ ├── covered_by.hpp │ │ │ │ ├── default_area_result.hpp │ │ │ │ ├── default_comparable_distance_result.hpp │ │ │ │ ├── default_distance_result.hpp │ │ │ │ ├── default_length_result.hpp │ │ │ │ ├── default_strategy.hpp │ │ │ │ ├── distance.hpp │ │ │ │ ├── distance_comparable_to_regular.hpp │ │ │ │ ├── distance_result.hpp │ │ │ │ ├── intersection.hpp │ │ │ │ ├── intersection_result.hpp │ │ │ │ ├── side.hpp │ │ │ │ ├── side_info.hpp │ │ │ │ ├── spherical │ │ │ │ │ ├── area_huiller.hpp │ │ │ │ │ ├── compare_circular.hpp │ │ │ │ │ ├── distance_cross_track.hpp │ │ │ │ │ ├── distance_haversine.hpp │ │ │ │ │ ├── side_by_cross_track.hpp │ │ │ │ │ └── ssf.hpp │ │ │ │ ├── strategies.hpp │ │ │ │ ├── strategy_transform.hpp │ │ │ │ ├── tags.hpp │ │ │ │ ├── transform.hpp │ │ │ │ ├── transform │ │ │ │ │ ├── inverse_transformer.hpp │ │ │ │ │ ├── map_transformer.hpp │ │ │ │ │ └── matrix_transformers.hpp │ │ │ │ └── within.hpp │ │ │ ├── util │ │ │ │ ├── add_const_if_c.hpp │ │ │ │ ├── bare_type.hpp │ │ │ │ ├── calculation_type.hpp │ │ │ │ ├── closure_as_bool.hpp │ │ │ │ ├── combine_if.hpp │ │ │ │ ├── compress_variant.hpp │ │ │ │ ├── coordinate_cast.hpp │ │ │ │ ├── for_each_coordinate.hpp │ │ │ │ ├── math.hpp │ │ │ │ ├── order_as_direction.hpp │ │ │ │ ├── parameter_type_of.hpp │ │ │ │ ├── promote_floating_point.hpp │ │ │ │ ├── range.hpp │ │ │ │ ├── rational.hpp │ │ │ │ ├── readme.txt │ │ │ │ ├── select_calculation_type.hpp │ │ │ │ ├── select_coordinate_type.hpp │ │ │ │ ├── select_most_precise.hpp │ │ │ │ └── transform_variant.hpp │ │ │ └── views │ │ │ │ ├── box_view.hpp │ │ │ │ ├── closeable_view.hpp │ │ │ │ ├── detail │ │ │ │ ├── indexed_point_view.hpp │ │ │ │ ├── normalized_view.hpp │ │ │ │ ├── points_view.hpp │ │ │ │ └── range_type.hpp │ │ │ │ ├── identity_view.hpp │ │ │ │ ├── reversible_view.hpp │ │ │ │ └── segment_view.hpp │ │ ├── get_pointer.hpp │ │ ├── gil │ │ │ ├── algorithm.hpp │ │ │ ├── bit_aligned_pixel_iterator.hpp │ │ │ ├── bit_aligned_pixel_reference.hpp │ │ │ ├── channel.hpp │ │ │ ├── channel_algorithm.hpp │ │ │ ├── cmyk.hpp │ │ │ ├── color_base.hpp │ │ │ ├── color_base_algorithm.hpp │ │ │ ├── color_convert.hpp │ │ │ ├── deprecated.hpp │ │ │ ├── device_n.hpp │ │ │ ├── extension │ │ │ │ ├── dynamic_image │ │ │ │ │ ├── algorithm.hpp │ │ │ │ │ ├── any_image.hpp │ │ │ │ │ ├── any_image_view.hpp │ │ │ │ │ ├── apply_operation.hpp │ │ │ │ │ ├── apply_operation_base.hpp │ │ │ │ │ ├── dynamic_at_c.hpp │ │ │ │ │ ├── dynamic_image_all.hpp │ │ │ │ │ ├── image_view_factory.hpp │ │ │ │ │ ├── reduce.hpp │ │ │ │ │ └── variant.hpp │ │ │ │ └── io │ │ │ │ │ ├── dynamic_io.hpp │ │ │ │ │ ├── io_error.hpp │ │ │ │ │ ├── jpeg_dynamic_io.hpp │ │ │ │ │ ├── jpeg_io.hpp │ │ │ │ │ ├── jpeg_io_private.hpp │ │ │ │ │ ├── png_dynamic_io.hpp │ │ │ │ │ ├── png_io.hpp │ │ │ │ │ ├── png_io_private.hpp │ │ │ │ │ ├── tiff_dynamic_io.hpp │ │ │ │ │ └── tiff_io.hpp │ │ │ ├── gil_all.hpp │ │ │ ├── gil_concept.hpp │ │ │ ├── gil_config.hpp │ │ │ ├── gray.hpp │ │ │ ├── image.hpp │ │ │ ├── image_view.hpp │ │ │ ├── image_view_factory.hpp │ │ │ ├── iterator_from_2d.hpp │ │ │ ├── locator.hpp │ │ │ ├── metafunctions.hpp │ │ │ ├── packed_pixel.hpp │ │ │ ├── pixel.hpp │ │ │ ├── pixel_iterator.hpp │ │ │ ├── pixel_iterator_adaptor.hpp │ │ │ ├── planar_pixel_iterator.hpp │ │ │ ├── planar_pixel_reference.hpp │ │ │ ├── position_iterator.hpp │ │ │ ├── rgb.hpp │ │ │ ├── rgba.hpp │ │ │ ├── step_iterator.hpp │ │ │ ├── typedefs.hpp │ │ │ ├── utilities.hpp │ │ │ └── virtual_locator.hpp │ │ ├── graph │ │ │ ├── accounting.hpp │ │ │ ├── adj_list_serialize.hpp │ │ │ ├── adjacency_iterator.hpp │ │ │ ├── adjacency_list.hpp │ │ │ ├── adjacency_list_io.hpp │ │ │ ├── adjacency_matrix.hpp │ │ │ ├── astar_search.hpp │ │ │ ├── bandwidth.hpp │ │ │ ├── bc_clustering.hpp │ │ │ ├── bellman_ford_shortest_paths.hpp │ │ │ ├── betweenness_centrality.hpp │ │ │ ├── biconnected_components.hpp │ │ │ ├── bipartite.hpp │ │ │ ├── boyer_myrvold_planar_test.hpp │ │ │ ├── boykov_kolmogorov_max_flow.hpp │ │ │ ├── breadth_first_search.hpp │ │ │ ├── bron_kerbosch_all_cliques.hpp │ │ │ ├── buffer_concepts.hpp │ │ │ ├── chrobak_payne_drawing.hpp │ │ │ ├── circle_layout.hpp │ │ │ ├── closeness_centrality.hpp │ │ │ ├── clustering_coefficient.hpp │ │ │ ├── compressed_sparse_row_graph.hpp │ │ │ ├── connected_components.hpp │ │ │ ├── copy.hpp │ │ │ ├── core_numbers.hpp │ │ │ ├── create_condensation_graph.hpp │ │ │ ├── cuthill_mckee_ordering.hpp │ │ │ ├── cycle_canceling.hpp │ │ │ ├── dag_shortest_paths.hpp │ │ │ ├── degree_centrality.hpp │ │ │ ├── depth_first_search.hpp │ │ │ ├── detail │ │ │ │ ├── adj_list_edge_iterator.hpp │ │ │ │ ├── adjacency_list.hpp │ │ │ │ ├── array_binary_tree.hpp │ │ │ │ ├── augment.hpp │ │ │ │ ├── compressed_sparse_row_struct.hpp │ │ │ │ ├── connected_components.hpp │ │ │ │ ├── d_ary_heap.hpp │ │ │ │ ├── edge.hpp │ │ │ │ ├── geodesic.hpp │ │ │ │ ├── histogram_sort.hpp │ │ │ │ ├── incidence_iterator.hpp │ │ │ │ ├── incremental_components.hpp │ │ │ │ ├── index.hpp │ │ │ │ ├── indexed_properties.hpp │ │ │ │ ├── is_distributed_selector.hpp │ │ │ │ ├── labeled_graph_traits.hpp │ │ │ │ ├── list_base.hpp │ │ │ │ ├── permutation.hpp │ │ │ │ ├── read_graphviz_new.hpp │ │ │ │ ├── read_graphviz_spirit.hpp │ │ │ │ ├── self_avoiding_walk.hpp │ │ │ │ ├── set_adaptor.hpp │ │ │ │ ├── shadow_iterator.hpp │ │ │ │ └── sparse_ordering.hpp │ │ │ ├── dijkstra_shortest_paths.hpp │ │ │ ├── dijkstra_shortest_paths_no_color_map.hpp │ │ │ ├── dimacs.hpp │ │ │ ├── directed_graph.hpp │ │ │ ├── distributed │ │ │ │ ├── adjacency_list.hpp │ │ │ │ ├── adjlist │ │ │ │ │ ├── handlers.hpp │ │ │ │ │ ├── initialize.hpp │ │ │ │ │ ├── redistribute.hpp │ │ │ │ │ └── serialization.hpp │ │ │ │ ├── betweenness_centrality.hpp │ │ │ │ ├── boman_et_al_graph_coloring.hpp │ │ │ │ ├── breadth_first_search.hpp │ │ │ │ ├── compressed_sparse_row_graph.hpp │ │ │ │ ├── concepts.hpp │ │ │ │ ├── connected_components.hpp │ │ │ │ ├── connected_components_parallel_search.hpp │ │ │ │ ├── crauser_et_al_shortest_paths.hpp │ │ │ │ ├── dehne_gotz_min_spanning_tree.hpp │ │ │ │ ├── delta_stepping_shortest_paths.hpp │ │ │ │ ├── depth_first_search.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── dijkstra_shortest_paths.hpp │ │ │ │ │ ├── filtered_queue.hpp │ │ │ │ │ ├── mpi_process_group.ipp │ │ │ │ │ ├── queue.ipp │ │ │ │ │ ├── remote_update_set.hpp │ │ │ │ │ └── tag_allocator.hpp │ │ │ │ ├── dijkstra_shortest_paths.hpp │ │ │ │ ├── distributed_graph_utility.hpp │ │ │ │ ├── eager_dijkstra_shortest_paths.hpp │ │ │ │ ├── filtered_graph.hpp │ │ │ │ ├── fruchterman_reingold.hpp │ │ │ │ ├── graphviz.hpp │ │ │ │ ├── hohberg_biconnected_components.hpp │ │ │ │ ├── local_subgraph.hpp │ │ │ │ ├── mpi_process_group.hpp │ │ │ │ ├── named_graph.hpp │ │ │ │ ├── one_bit_color_map.hpp │ │ │ │ ├── page_rank.hpp │ │ │ │ ├── queue.hpp │ │ │ │ ├── reverse_graph.hpp │ │ │ │ ├── rmat_graph_generator.hpp │ │ │ │ ├── selector.hpp │ │ │ │ ├── shuffled_distribution.hpp │ │ │ │ ├── st_connected.hpp │ │ │ │ ├── strong_components.hpp │ │ │ │ ├── two_bit_color_map.hpp │ │ │ │ ├── unsafe_serialize.hpp │ │ │ │ └── vertex_list_adaptor.hpp │ │ │ ├── dll_import_export.hpp │ │ │ ├── dominator_tree.hpp │ │ │ ├── eccentricity.hpp │ │ │ ├── edge_coloring.hpp │ │ │ ├── edge_connectivity.hpp │ │ │ ├── edge_list.hpp │ │ │ ├── edmonds_karp_max_flow.hpp │ │ │ ├── edmunds_karp_max_flow.hpp │ │ │ ├── erdos_renyi_generator.hpp │ │ │ ├── exception.hpp │ │ │ ├── exterior_property.hpp │ │ │ ├── filtered_graph.hpp │ │ │ ├── find_flow_cost.hpp │ │ │ ├── floyd_warshall_shortest.hpp │ │ │ ├── fruchterman_reingold.hpp │ │ │ ├── geodesic_distance.hpp │ │ │ ├── graph_archetypes.hpp │ │ │ ├── graph_as_tree.hpp │ │ │ ├── graph_concepts.hpp │ │ │ ├── graph_mutability_traits.hpp │ │ │ ├── graph_selectors.hpp │ │ │ ├── graph_stats.hpp │ │ │ ├── graph_test.hpp │ │ │ ├── graph_traits.hpp │ │ │ ├── graph_utility.hpp │ │ │ ├── graphml.hpp │ │ │ ├── graphviz.hpp │ │ │ ├── grid_graph.hpp │ │ │ ├── gursoy_atun_layout.hpp │ │ │ ├── hawick_circuits.hpp │ │ │ ├── howard_cycle_ratio.hpp │ │ │ ├── incremental_components.hpp │ │ │ ├── is_kuratowski_subgraph.hpp │ │ │ ├── is_straight_line_drawing.hpp │ │ │ ├── isomorphism.hpp │ │ │ ├── iteration_macros.hpp │ │ │ ├── iteration_macros_undef.hpp │ │ │ ├── johnson_all_pairs_shortest.hpp │ │ │ ├── kamada_kawai_spring_layout.hpp │ │ │ ├── king_ordering.hpp │ │ │ ├── kruskal_min_spanning_tree.hpp │ │ │ ├── labeled_graph.hpp │ │ │ ├── leda_graph.hpp │ │ │ ├── lookup_edge.hpp │ │ │ ├── loop_erased_random_walk.hpp │ │ │ ├── make_biconnected_planar.hpp │ │ │ ├── make_connected.hpp │ │ │ ├── make_maximal_planar.hpp │ │ │ ├── matrix_as_graph.hpp │ │ │ ├── max_cardinality_matching.hpp │ │ │ ├── maximum_adjacency_search.hpp │ │ │ ├── mcgregor_common_subgraphs.hpp │ │ │ ├── mesh_graph_generator.hpp │ │ │ ├── metis.hpp │ │ │ ├── metric_tsp_approx.hpp │ │ │ ├── minimum_degree_ordering.hpp │ │ │ ├── named_function_params.hpp │ │ │ ├── named_graph.hpp │ │ │ ├── neighbor_bfs.hpp │ │ │ ├── numeric_values.hpp │ │ │ ├── one_bit_color_map.hpp │ │ │ ├── overloading.hpp │ │ │ ├── page_rank.hpp │ │ │ ├── parallel │ │ │ │ ├── algorithm.hpp │ │ │ │ ├── basic_reduce.hpp │ │ │ │ ├── container_traits.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── inplace_all_to_all.hpp │ │ │ │ │ ├── property_holders.hpp │ │ │ │ │ └── untracked_pair.hpp │ │ │ │ ├── distribution.hpp │ │ │ │ ├── process_group.hpp │ │ │ │ ├── properties.hpp │ │ │ │ └── simple_trigger.hpp │ │ │ ├── planar_canonical_ordering.hpp │ │ │ ├── planar_detail │ │ │ │ ├── add_edge_visitors.hpp │ │ │ │ ├── boyer_myrvold_impl.hpp │ │ │ │ ├── bucket_sort.hpp │ │ │ │ ├── face_handles.hpp │ │ │ │ └── face_iterators.hpp │ │ │ ├── planar_face_traversal.hpp │ │ │ ├── plod_generator.hpp │ │ │ ├── point_traits.hpp │ │ │ ├── prim_minimum_spanning_tree.hpp │ │ │ ├── profile.hpp │ │ │ ├── properties.hpp │ │ │ ├── property_iter_range.hpp │ │ │ ├── property_maps │ │ │ │ ├── constant_property_map.hpp │ │ │ │ ├── container_property_map.hpp │ │ │ │ ├── matrix_property_map.hpp │ │ │ │ └── null_property_map.hpp │ │ │ ├── push_relabel_max_flow.hpp │ │ │ ├── r_c_shortest_paths.hpp │ │ │ ├── random.hpp │ │ │ ├── random_layout.hpp │ │ │ ├── random_spanning_tree.hpp │ │ │ ├── read_dimacs.hpp │ │ │ ├── relax.hpp │ │ │ ├── reverse_graph.hpp │ │ │ ├── rmat_graph_generator.hpp │ │ │ ├── sequential_vertex_coloring.hpp │ │ │ ├── simple_point.hpp │ │ │ ├── sloan_ordering.hpp │ │ │ ├── small_world_generator.hpp │ │ │ ├── smallest_last_ordering.hpp │ │ │ ├── ssca_graph_generator.hpp │ │ │ ├── st_connected.hpp │ │ │ ├── stanford_graph.hpp │ │ │ ├── stoer_wagner_min_cut.hpp │ │ │ ├── strong_components.hpp │ │ │ ├── subgraph.hpp │ │ │ ├── successive_shortest_path_nonnegative_weights.hpp │ │ │ ├── tiernan_all_cycles.hpp │ │ │ ├── topological_sort.hpp │ │ │ ├── topology.hpp │ │ │ ├── transitive_closure.hpp │ │ │ ├── transitive_reduction.hpp │ │ │ ├── transpose_graph.hpp │ │ │ ├── tree_traits.hpp │ │ │ ├── two_bit_color_map.hpp │ │ │ ├── two_graphs_common_spanning_trees.hpp │ │ │ ├── undirected_dfs.hpp │ │ │ ├── undirected_graph.hpp │ │ │ ├── use_mpi.hpp │ │ │ ├── vector_as_graph.hpp │ │ │ ├── vertex_and_edge_range.hpp │ │ │ ├── vf2_sub_graph_iso.hpp │ │ │ ├── visitors.hpp │ │ │ ├── wavefront.hpp │ │ │ └── write_dimacs.hpp │ │ ├── heap │ │ │ ├── binomial_heap.hpp │ │ │ ├── d_ary_heap.hpp │ │ │ ├── detail │ │ │ │ ├── heap_comparison.hpp │ │ │ │ ├── heap_node.hpp │ │ │ │ ├── ilog2.hpp │ │ │ │ ├── mutable_heap.hpp │ │ │ │ ├── ordered_adaptor_iterator.hpp │ │ │ │ ├── stable_heap.hpp │ │ │ │ └── tree_iterator.hpp │ │ │ ├── fibonacci_heap.hpp │ │ │ ├── heap_concepts.hpp │ │ │ ├── heap_merge.hpp │ │ │ ├── pairing_heap.hpp │ │ │ ├── policies.hpp │ │ │ ├── priority_queue.hpp │ │ │ └── skew_heap.hpp │ │ ├── icl │ │ │ ├── associative_element_container.hpp │ │ │ ├── associative_interval_container.hpp │ │ │ ├── closed_interval.hpp │ │ │ ├── concept │ │ │ │ ├── comparable.hpp │ │ │ │ ├── container.hpp │ │ │ │ ├── element_associator.hpp │ │ │ │ ├── element_map.hpp │ │ │ │ ├── element_set.hpp │ │ │ │ ├── element_set_value.hpp │ │ │ │ ├── interval.hpp │ │ │ │ ├── interval_associator.hpp │ │ │ │ ├── interval_associator_base.hpp │ │ │ │ ├── interval_bounds.hpp │ │ │ │ ├── interval_map.hpp │ │ │ │ ├── interval_set.hpp │ │ │ │ ├── interval_set_value.hpp │ │ │ │ ├── joinable.hpp │ │ │ │ ├── map_value.hpp │ │ │ │ └── set_value.hpp │ │ │ ├── continuous_interval.hpp │ │ │ ├── detail │ │ │ │ ├── associated_value.hpp │ │ │ │ ├── boost_config.hpp │ │ │ │ ├── concept_check.hpp │ │ │ │ ├── design_config.hpp │ │ │ │ ├── element_comparer.hpp │ │ │ │ ├── element_iterator.hpp │ │ │ │ ├── exclusive_less_than.hpp │ │ │ │ ├── interval_map_algo.hpp │ │ │ │ ├── interval_morphism.hpp │ │ │ │ ├── interval_set_algo.hpp │ │ │ │ ├── interval_subset_comparer.hpp │ │ │ │ ├── map_algo.hpp │ │ │ │ ├── mapped_reference.hpp │ │ │ │ ├── notate.hpp │ │ │ │ ├── on_absorbtion.hpp │ │ │ │ ├── relation_state.hpp │ │ │ │ ├── set_algo.hpp │ │ │ │ ├── std_set.hpp │ │ │ │ └── subset_comparer.hpp │ │ │ ├── discrete_interval.hpp │ │ │ ├── dynamic_interval_traits.hpp │ │ │ ├── functors.hpp │ │ │ ├── gregorian.hpp │ │ │ ├── impl_config.hpp │ │ │ ├── interval.hpp │ │ │ ├── interval_base_map.hpp │ │ │ ├── interval_base_set.hpp │ │ │ ├── interval_bounds.hpp │ │ │ ├── interval_combining_style.hpp │ │ │ ├── interval_map.hpp │ │ │ ├── interval_set.hpp │ │ │ ├── interval_traits.hpp │ │ │ ├── iterator.hpp │ │ │ ├── left_open_interval.hpp │ │ │ ├── map.hpp │ │ │ ├── open_interval.hpp │ │ │ ├── predicates │ │ │ │ ├── distinct_equal.hpp │ │ │ │ ├── element_equal.hpp │ │ │ │ ├── std_equal.hpp │ │ │ │ └── sub_super_set.hpp │ │ │ ├── ptime.hpp │ │ │ ├── rational.hpp │ │ │ ├── right_open_interval.hpp │ │ │ ├── separate_interval_set.hpp │ │ │ ├── set.hpp │ │ │ ├── split_interval_map.hpp │ │ │ ├── split_interval_set.hpp │ │ │ └── type_traits │ │ │ │ ├── absorbs_identities.hpp │ │ │ │ ├── adds_inversely.hpp │ │ │ │ ├── codomain_type_of.hpp │ │ │ │ ├── difference.hpp │ │ │ │ ├── difference_type_of.hpp │ │ │ │ ├── domain_type_of.hpp │ │ │ │ ├── element_type_of.hpp │ │ │ │ ├── has_inverse.hpp │ │ │ │ ├── has_set_semantics.hpp │ │ │ │ ├── identity_element.hpp │ │ │ │ ├── infinity.hpp │ │ │ │ ├── interval_type_default.hpp │ │ │ │ ├── interval_type_of.hpp │ │ │ │ ├── is_associative_element_container.hpp │ │ │ │ ├── is_asymmetric_interval.hpp │ │ │ │ ├── is_combinable.hpp │ │ │ │ ├── is_concept_equivalent.hpp │ │ │ │ ├── is_container.hpp │ │ │ │ ├── is_continuous.hpp │ │ │ │ ├── is_continuous_interval.hpp │ │ │ │ ├── is_discrete.hpp │ │ │ │ ├── is_discrete_interval.hpp │ │ │ │ ├── is_element_container.hpp │ │ │ │ ├── is_icl_container.hpp │ │ │ │ ├── is_increasing.hpp │ │ │ │ ├── is_interval.hpp │ │ │ │ ├── is_interval_container.hpp │ │ │ │ ├── is_interval_joiner.hpp │ │ │ │ ├── is_interval_separator.hpp │ │ │ │ ├── is_interval_splitter.hpp │ │ │ │ ├── is_key_container_of.hpp │ │ │ │ ├── is_map.hpp │ │ │ │ ├── is_numeric.hpp │ │ │ │ ├── is_set.hpp │ │ │ │ ├── is_total.hpp │ │ │ │ ├── no_type.hpp │ │ │ │ ├── predicate.hpp │ │ │ │ ├── rep_type_of.hpp │ │ │ │ ├── segment_type_of.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── size_type_of.hpp │ │ │ │ ├── succ_pred.hpp │ │ │ │ ├── to_string.hpp │ │ │ │ ├── type_to_string.hpp │ │ │ │ ├── unit_element.hpp │ │ │ │ └── value_size.hpp │ │ ├── implicit_cast.hpp │ │ ├── indirect_reference.hpp │ │ ├── integer.hpp │ │ ├── integer │ │ │ ├── integer_log2.hpp │ │ │ ├── integer_mask.hpp │ │ │ ├── static_log2.hpp │ │ │ └── static_min_max.hpp │ │ ├── integer_fwd.hpp │ │ ├── integer_traits.hpp │ │ ├── interprocess │ │ │ ├── allocators │ │ │ │ ├── adaptive_pool.hpp │ │ │ │ ├── allocator.hpp │ │ │ │ ├── cached_adaptive_pool.hpp │ │ │ │ ├── cached_node_allocator.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── adaptive_node_pool.hpp │ │ │ │ │ ├── allocator_common.hpp │ │ │ │ │ ├── node_pool.hpp │ │ │ │ │ └── node_tools.hpp │ │ │ │ ├── node_allocator.hpp │ │ │ │ ├── private_adaptive_pool.hpp │ │ │ │ └── private_node_allocator.hpp │ │ │ ├── anonymous_shared_memory.hpp │ │ │ ├── containers │ │ │ │ ├── allocation_type.hpp │ │ │ │ ├── containers_fwd.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── flat_map.hpp │ │ │ │ ├── flat_set.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── pair.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── slist.hpp │ │ │ │ ├── stable_vector.hpp │ │ │ │ ├── string.hpp │ │ │ │ ├── vector.hpp │ │ │ │ └── version_type.hpp │ │ │ ├── creation_tags.hpp │ │ │ ├── detail │ │ │ │ ├── atomic.hpp │ │ │ │ ├── cast_tags.hpp │ │ │ │ ├── config_begin.hpp │ │ │ │ ├── config_end.hpp │ │ │ │ ├── config_external_begin.hpp │ │ │ │ ├── config_external_end.hpp │ │ │ │ ├── file_locking_helpers.hpp │ │ │ │ ├── file_wrapper.hpp │ │ │ │ ├── in_place_interface.hpp │ │ │ │ ├── intermodule_singleton.hpp │ │ │ │ ├── intermodule_singleton_common.hpp │ │ │ │ ├── interprocess_tester.hpp │ │ │ │ ├── intersegment_ptr.hpp │ │ │ │ ├── managed_global_memory.hpp │ │ │ │ ├── managed_memory_impl.hpp │ │ │ │ ├── managed_multi_shared_memory.hpp │ │ │ │ ├── managed_open_or_create_impl.hpp │ │ │ │ ├── math_functions.hpp │ │ │ │ ├── min_max.hpp │ │ │ │ ├── move.hpp │ │ │ │ ├── mpl.hpp │ │ │ │ ├── multi_segment_services.hpp │ │ │ │ ├── named_proxy.hpp │ │ │ │ ├── os_file_functions.hpp │ │ │ │ ├── os_thread_functions.hpp │ │ │ │ ├── pointer_type.hpp │ │ │ │ ├── portable_intermodule_singleton.hpp │ │ │ │ ├── posix_time_types_wrk.hpp │ │ │ │ ├── preprocessor.hpp │ │ │ │ ├── ptime_wrk.hpp │ │ │ │ ├── robust_emulation.hpp │ │ │ │ ├── segment_manager_helper.hpp │ │ │ │ ├── shared_dir_helpers.hpp │ │ │ │ ├── transform_iterator.hpp │ │ │ │ ├── type_traits.hpp │ │ │ │ ├── utilities.hpp │ │ │ │ ├── variadic_templates_tools.hpp │ │ │ │ ├── win32_api.hpp │ │ │ │ ├── windows_intermodule_singleton.hpp │ │ │ │ ├── workaround.hpp │ │ │ │ ├── xsi_shared_memory_device.hpp │ │ │ │ └── xsi_shared_memory_file_wrapper.hpp │ │ │ ├── errors.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── file_mapping.hpp │ │ │ ├── indexes │ │ │ │ ├── flat_map_index.hpp │ │ │ │ ├── iset_index.hpp │ │ │ │ ├── iunordered_set_index.hpp │ │ │ │ ├── map_index.hpp │ │ │ │ ├── null_index.hpp │ │ │ │ └── unordered_map_index.hpp │ │ │ ├── interprocess_fwd.hpp │ │ │ ├── ipc │ │ │ │ └── message_queue.hpp │ │ │ ├── managed_external_buffer.hpp │ │ │ ├── managed_heap_memory.hpp │ │ │ ├── managed_mapped_file.hpp │ │ │ ├── managed_shared_memory.hpp │ │ │ ├── managed_windows_shared_memory.hpp │ │ │ ├── managed_xsi_shared_memory.hpp │ │ │ ├── mapped_region.hpp │ │ │ ├── mem_algo │ │ │ │ ├── detail │ │ │ │ │ ├── mem_algo_common.hpp │ │ │ │ │ ├── multi_simple_seq_fit.hpp │ │ │ │ │ ├── multi_simple_seq_fit_impl.hpp │ │ │ │ │ └── simple_seq_fit_impl.hpp │ │ │ │ ├── rbtree_best_fit.hpp │ │ │ │ └── simple_seq_fit.hpp │ │ │ ├── offset_ptr.hpp │ │ │ ├── permissions.hpp │ │ │ ├── segment_manager.hpp │ │ │ ├── shared_memory_object.hpp │ │ │ ├── smart_ptr │ │ │ │ ├── deleter.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── bad_weak_ptr.hpp │ │ │ │ │ ├── shared_count.hpp │ │ │ │ │ ├── sp_counted_base.hpp │ │ │ │ │ ├── sp_counted_base_atomic.hpp │ │ │ │ │ └── sp_counted_impl.hpp │ │ │ │ ├── enable_shared_from_this.hpp │ │ │ │ ├── intrusive_ptr.hpp │ │ │ │ ├── scoped_ptr.hpp │ │ │ │ ├── shared_ptr.hpp │ │ │ │ ├── unique_ptr.hpp │ │ │ │ └── weak_ptr.hpp │ │ │ ├── streams │ │ │ │ ├── bufferstream.hpp │ │ │ │ └── vectorstream.hpp │ │ │ ├── sync │ │ │ │ ├── detail │ │ │ │ │ ├── common_algorithms.hpp │ │ │ │ │ ├── condition_algorithm_8a.hpp │ │ │ │ │ ├── condition_any_algorithm.hpp │ │ │ │ │ └── locks.hpp │ │ │ │ ├── file_lock.hpp │ │ │ │ ├── interprocess_condition.hpp │ │ │ │ ├── interprocess_condition_any.hpp │ │ │ │ ├── interprocess_mutex.hpp │ │ │ │ ├── interprocess_recursive_mutex.hpp │ │ │ │ ├── interprocess_semaphore.hpp │ │ │ │ ├── interprocess_sharable_mutex.hpp │ │ │ │ ├── interprocess_upgradable_mutex.hpp │ │ │ │ ├── lock_options.hpp │ │ │ │ ├── mutex_family.hpp │ │ │ │ ├── named_condition.hpp │ │ │ │ ├── named_condition_any.hpp │ │ │ │ ├── named_mutex.hpp │ │ │ │ ├── named_recursive_mutex.hpp │ │ │ │ ├── named_semaphore.hpp │ │ │ │ ├── named_sharable_mutex.hpp │ │ │ │ ├── named_upgradable_mutex.hpp │ │ │ │ ├── null_mutex.hpp │ │ │ │ ├── posix │ │ │ │ │ ├── condition.hpp │ │ │ │ │ ├── mutex.hpp │ │ │ │ │ ├── named_mutex.hpp │ │ │ │ │ ├── named_semaphore.hpp │ │ │ │ │ ├── pthread_helpers.hpp │ │ │ │ │ ├── ptime_to_timespec.hpp │ │ │ │ │ ├── recursive_mutex.hpp │ │ │ │ │ ├── semaphore.hpp │ │ │ │ │ └── semaphore_wrapper.hpp │ │ │ │ ├── scoped_lock.hpp │ │ │ │ ├── sharable_lock.hpp │ │ │ │ ├── shm │ │ │ │ │ ├── named_condition.hpp │ │ │ │ │ ├── named_condition_any.hpp │ │ │ │ │ ├── named_creation_functor.hpp │ │ │ │ │ ├── named_mutex.hpp │ │ │ │ │ ├── named_recursive_mutex.hpp │ │ │ │ │ ├── named_semaphore.hpp │ │ │ │ │ └── named_upgradable_mutex.hpp │ │ │ │ ├── spin │ │ │ │ │ ├── condition.hpp │ │ │ │ │ ├── interprocess_barrier.hpp │ │ │ │ │ ├── mutex.hpp │ │ │ │ │ ├── recursive_mutex.hpp │ │ │ │ │ ├── semaphore.hpp │ │ │ │ │ └── wait.hpp │ │ │ │ ├── upgradable_lock.hpp │ │ │ │ ├── windows │ │ │ │ │ ├── condition.hpp │ │ │ │ │ ├── mutex.hpp │ │ │ │ │ ├── named_condition.hpp │ │ │ │ │ ├── named_condition_any.hpp │ │ │ │ │ ├── named_mutex.hpp │ │ │ │ │ ├── named_recursive_mutex.hpp │ │ │ │ │ ├── named_semaphore.hpp │ │ │ │ │ ├── named_sync.hpp │ │ │ │ │ ├── recursive_mutex.hpp │ │ │ │ │ ├── semaphore.hpp │ │ │ │ │ ├── sync_utils.hpp │ │ │ │ │ ├── winapi_mutex_wrapper.hpp │ │ │ │ │ ├── winapi_semaphore_wrapper.hpp │ │ │ │ │ └── winapi_wrapper_common.hpp │ │ │ │ └── xsi │ │ │ │ │ ├── advanced_xsi_semaphore.hpp │ │ │ │ │ ├── simple_xsi_semaphore.hpp │ │ │ │ │ └── xsi_named_mutex.hpp │ │ │ ├── windows_shared_memory.hpp │ │ │ ├── xsi_key.hpp │ │ │ └── xsi_shared_memory.hpp │ │ ├── intrusive │ │ │ ├── any_hook.hpp │ │ │ ├── avl_set.hpp │ │ │ ├── avl_set_hook.hpp │ │ │ ├── avltree.hpp │ │ │ ├── avltree_algorithms.hpp │ │ │ ├── bs_set.hpp │ │ │ ├── bs_set_hook.hpp │ │ │ ├── bstree.hpp │ │ │ ├── bstree_algorithms.hpp │ │ │ ├── circular_list_algorithms.hpp │ │ │ ├── circular_slist_algorithms.hpp │ │ │ ├── derivation_value_traits.hpp │ │ │ ├── detail │ │ │ │ ├── any_node_and_algorithms.hpp │ │ │ │ ├── assert.hpp │ │ │ │ ├── avltree_node.hpp │ │ │ │ ├── common_slist_algorithms.hpp │ │ │ │ ├── config_begin.hpp │ │ │ │ ├── config_end.hpp │ │ │ │ ├── ebo_functor_holder.hpp │ │ │ │ ├── function_detector.hpp │ │ │ │ ├── generic_hook.hpp │ │ │ │ ├── has_member_function_callable_with.hpp │ │ │ │ ├── hashtable_node.hpp │ │ │ │ ├── is_stateful_value_traits.hpp │ │ │ │ ├── list_node.hpp │ │ │ │ ├── memory_util.hpp │ │ │ │ ├── mpl.hpp │ │ │ │ ├── parent_from_member.hpp │ │ │ │ ├── preprocessor.hpp │ │ │ │ ├── rbtree_node.hpp │ │ │ │ ├── slist_node.hpp │ │ │ │ ├── transform_iterator.hpp │ │ │ │ ├── tree_node.hpp │ │ │ │ ├── utilities.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── hashtable.hpp │ │ │ ├── intrusive_fwd.hpp │ │ │ ├── linear_slist_algorithms.hpp │ │ │ ├── link_mode.hpp │ │ │ ├── list.hpp │ │ │ ├── list_hook.hpp │ │ │ ├── member_value_traits.hpp │ │ │ ├── options.hpp │ │ │ ├── pack_options.hpp │ │ │ ├── parent_from_member.hpp │ │ │ ├── pointer_plus_bits.hpp │ │ │ ├── pointer_traits.hpp │ │ │ ├── priority_compare.hpp │ │ │ ├── rbtree.hpp │ │ │ ├── rbtree_algorithms.hpp │ │ │ ├── set.hpp │ │ │ ├── set_hook.hpp │ │ │ ├── sg_set.hpp │ │ │ ├── sgtree.hpp │ │ │ ├── sgtree_algorithms.hpp │ │ │ ├── slist.hpp │ │ │ ├── slist_hook.hpp │ │ │ ├── splay_set.hpp │ │ │ ├── splaytree.hpp │ │ │ ├── splaytree_algorithms.hpp │ │ │ ├── treap.hpp │ │ │ ├── treap_algorithms.hpp │ │ │ ├── treap_set.hpp │ │ │ ├── trivial_value_traits.hpp │ │ │ ├── unordered_set.hpp │ │ │ └── unordered_set_hook.hpp │ │ ├── intrusive_ptr.hpp │ │ ├── io │ │ │ ├── detail │ │ │ │ └── quoted_manip.hpp │ │ │ └── ios_state.hpp │ │ ├── io_fwd.hpp │ │ ├── iostreams │ │ │ ├── categories.hpp │ │ │ ├── chain.hpp │ │ │ ├── char_traits.hpp │ │ │ ├── checked_operations.hpp │ │ │ ├── close.hpp │ │ │ ├── code_converter.hpp │ │ │ ├── combine.hpp │ │ │ ├── compose.hpp │ │ │ ├── concepts.hpp │ │ │ ├── constants.hpp │ │ │ ├── copy.hpp │ │ │ ├── detail │ │ │ │ ├── absolute_path.hpp │ │ │ │ ├── access_control.hpp │ │ │ │ ├── adapter │ │ │ │ │ ├── concept_adapter.hpp │ │ │ │ │ ├── device_adapter.hpp │ │ │ │ │ ├── direct_adapter.hpp │ │ │ │ │ ├── filter_adapter.hpp │ │ │ │ │ ├── mode_adapter.hpp │ │ │ │ │ ├── non_blocking_adapter.hpp │ │ │ │ │ ├── output_iterator_adapter.hpp │ │ │ │ │ └── range_adapter.hpp │ │ │ │ ├── add_facet.hpp │ │ │ │ ├── bool_trait_def.hpp │ │ │ │ ├── broken_overload_resolution │ │ │ │ │ ├── forward.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ └── stream_buffer.hpp │ │ │ │ ├── buffer.hpp │ │ │ │ ├── call_traits.hpp │ │ │ │ ├── char_traits.hpp │ │ │ │ ├── codecvt_helper.hpp │ │ │ │ ├── codecvt_holder.hpp │ │ │ │ ├── config │ │ │ │ │ ├── auto_link.hpp │ │ │ │ │ ├── bzip2.hpp │ │ │ │ │ ├── codecvt.hpp │ │ │ │ │ ├── disable_warnings.hpp │ │ │ │ │ ├── dyn_link.hpp │ │ │ │ │ ├── enable_warnings.hpp │ │ │ │ │ ├── fpos.hpp │ │ │ │ │ ├── gcc.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── overload_resolution.hpp │ │ │ │ │ ├── rtl.hpp │ │ │ │ │ ├── unreachable_return.hpp │ │ │ │ │ ├── wide_streams.hpp │ │ │ │ │ ├── windows_posix.hpp │ │ │ │ │ └── zlib.hpp │ │ │ │ ├── counted_array.hpp │ │ │ │ ├── current_directory.hpp │ │ │ │ ├── default_arg.hpp │ │ │ │ ├── dispatch.hpp │ │ │ │ ├── double_object.hpp │ │ │ │ ├── enable_if_stream.hpp │ │ │ │ ├── error.hpp │ │ │ │ ├── execute.hpp │ │ │ │ ├── file_handle.hpp │ │ │ │ ├── forward.hpp │ │ │ │ ├── fstream.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── ios.hpp │ │ │ │ ├── iostream.hpp │ │ │ │ ├── is_dereferenceable.hpp │ │ │ │ ├── is_iterator_range.hpp │ │ │ │ ├── newline.hpp │ │ │ │ ├── optional.hpp │ │ │ │ ├── param_type.hpp │ │ │ │ ├── path.hpp │ │ │ │ ├── push.hpp │ │ │ │ ├── push_params.hpp │ │ │ │ ├── resolve.hpp │ │ │ │ ├── restrict_impl.hpp │ │ │ │ ├── select.hpp │ │ │ │ ├── select_by_size.hpp │ │ │ │ ├── streambuf.hpp │ │ │ │ ├── streambuf │ │ │ │ │ ├── chainbuf.hpp │ │ │ │ │ ├── direct_streambuf.hpp │ │ │ │ │ ├── indirect_streambuf.hpp │ │ │ │ │ └── linked_streambuf.hpp │ │ │ │ ├── system_failure.hpp │ │ │ │ ├── template_params.hpp │ │ │ │ ├── translate_int_type.hpp │ │ │ │ ├── vc6 │ │ │ │ │ ├── close.hpp │ │ │ │ │ ├── read.hpp │ │ │ │ │ └── write.hpp │ │ │ │ └── wrap_unwrap.hpp │ │ │ ├── device │ │ │ │ ├── array.hpp │ │ │ │ ├── back_inserter.hpp │ │ │ │ ├── file.hpp │ │ │ │ ├── file_descriptor.hpp │ │ │ │ ├── mapped_file.hpp │ │ │ │ └── null.hpp │ │ │ ├── filter │ │ │ │ ├── aggregate.hpp │ │ │ │ ├── bzip2.hpp │ │ │ │ ├── counter.hpp │ │ │ │ ├── grep.hpp │ │ │ │ ├── gzip.hpp │ │ │ │ ├── line.hpp │ │ │ │ ├── newline.hpp │ │ │ │ ├── regex.hpp │ │ │ │ ├── stdio.hpp │ │ │ │ ├── symmetric.hpp │ │ │ │ ├── test.hpp │ │ │ │ └── zlib.hpp │ │ │ ├── filtering_stream.hpp │ │ │ ├── filtering_streambuf.hpp │ │ │ ├── flush.hpp │ │ │ ├── get.hpp │ │ │ ├── imbue.hpp │ │ │ ├── input_sequence.hpp │ │ │ ├── invert.hpp │ │ │ ├── operations.hpp │ │ │ ├── operations_fwd.hpp │ │ │ ├── optimal_buffer_size.hpp │ │ │ ├── output_sequence.hpp │ │ │ ├── pipeline.hpp │ │ │ ├── positioning.hpp │ │ │ ├── put.hpp │ │ │ ├── putback.hpp │ │ │ ├── read.hpp │ │ │ ├── restrict.hpp │ │ │ ├── seek.hpp │ │ │ ├── skip.hpp │ │ │ ├── slice.hpp │ │ │ ├── stream.hpp │ │ │ ├── stream_buffer.hpp │ │ │ ├── tee.hpp │ │ │ ├── traits.hpp │ │ │ ├── traits_fwd.hpp │ │ │ └── write.hpp │ │ ├── is_placeholder.hpp │ │ ├── iterator.hpp │ │ ├── iterator │ │ │ ├── counting_iterator.hpp │ │ │ ├── detail │ │ │ │ ├── any_conversion_eater.hpp │ │ │ │ ├── config_def.hpp │ │ │ │ ├── config_undef.hpp │ │ │ │ ├── enable_if.hpp │ │ │ │ ├── facade_iterator_category.hpp │ │ │ │ ├── minimum_category.hpp │ │ │ │ └── operator_brackets_dispatch.hpp │ │ │ ├── filter_iterator.hpp │ │ │ ├── function_input_iterator.hpp │ │ │ ├── indirect_iterator.hpp │ │ │ ├── interoperable.hpp │ │ │ ├── is_lvalue_iterator.hpp │ │ │ ├── is_readable_iterator.hpp │ │ │ ├── iterator_adaptor.hpp │ │ │ ├── iterator_archetypes.hpp │ │ │ ├── iterator_categories.hpp │ │ │ ├── iterator_concepts.hpp │ │ │ ├── iterator_facade.hpp │ │ │ ├── iterator_traits.hpp │ │ │ ├── new_iterator_tests.hpp │ │ │ ├── permutation_iterator.hpp │ │ │ ├── reverse_iterator.hpp │ │ │ ├── transform_iterator.hpp │ │ │ └── zip_iterator.hpp │ │ ├── iterator_adaptors.hpp │ │ ├── lambda │ │ │ ├── algorithm.hpp │ │ │ ├── bind.hpp │ │ │ ├── casts.hpp │ │ │ ├── closures.hpp │ │ │ ├── construct.hpp │ │ │ ├── control_structures.hpp │ │ │ ├── core.hpp │ │ │ ├── detail │ │ │ │ ├── actions.hpp │ │ │ │ ├── arity_code.hpp │ │ │ │ ├── bind_functions.hpp │ │ │ │ ├── control_constructs_common.hpp │ │ │ │ ├── function_adaptors.hpp │ │ │ │ ├── is_instance_of.hpp │ │ │ │ ├── lambda_config.hpp │ │ │ │ ├── lambda_functor_base.hpp │ │ │ │ ├── lambda_functors.hpp │ │ │ │ ├── lambda_fwd.hpp │ │ │ │ ├── lambda_traits.hpp │ │ │ │ ├── member_ptr.hpp │ │ │ │ ├── operator_actions.hpp │ │ │ │ ├── operator_lambda_func_base.hpp │ │ │ │ ├── operator_return_type_traits.hpp │ │ │ │ ├── operators.hpp │ │ │ │ ├── ret.hpp │ │ │ │ ├── return_type_traits.hpp │ │ │ │ ├── select_functions.hpp │ │ │ │ └── suppress_unused.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── if.hpp │ │ │ ├── lambda.hpp │ │ │ ├── loops.hpp │ │ │ ├── numeric.hpp │ │ │ └── switch.hpp │ │ ├── last_value.hpp │ │ ├── lexical_cast.hpp │ │ ├── limits.hpp │ │ ├── local_function.hpp │ │ ├── local_function │ │ │ ├── aux_ │ │ │ │ ├── add_pointed_const.hpp │ │ │ │ ├── function.hpp │ │ │ │ ├── macro │ │ │ │ │ ├── code_ │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── functor.hpp │ │ │ │ │ │ └── result.hpp │ │ │ │ │ ├── decl.hpp │ │ │ │ │ ├── name.hpp │ │ │ │ │ └── typeof.hpp │ │ │ │ ├── member.hpp │ │ │ │ ├── nobind.hpp │ │ │ │ ├── preprocessor │ │ │ │ │ └── traits │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── decl.hpp │ │ │ │ │ │ ├── decl_ │ │ │ │ │ │ ├── append.hpp │ │ │ │ │ │ ├── index.hpp │ │ │ │ │ │ ├── nil.hpp │ │ │ │ │ │ ├── set_error.hpp │ │ │ │ │ │ ├── validate.hpp │ │ │ │ │ │ └── validate_ │ │ │ │ │ │ │ ├── return_count.hpp │ │ │ │ │ │ │ └── this_count.hpp │ │ │ │ │ │ ├── decl_binds.hpp │ │ │ │ │ │ ├── decl_const_binds.hpp │ │ │ │ │ │ ├── decl_error.hpp │ │ │ │ │ │ ├── decl_params.hpp │ │ │ │ │ │ ├── decl_returns.hpp │ │ │ │ │ │ ├── decl_sign_ │ │ │ │ │ │ ├── any_bind_type.hpp │ │ │ │ │ │ ├── sign.hpp │ │ │ │ │ │ ├── validate.hpp │ │ │ │ │ │ └── validate_ │ │ │ │ │ │ │ ├── defaults.hpp │ │ │ │ │ │ │ └── this.hpp │ │ │ │ │ │ └── param.hpp │ │ │ │ └── symbol.hpp │ │ │ ├── config.hpp │ │ │ └── detail │ │ │ │ └── preprocessor │ │ │ │ ├── keyword │ │ │ │ ├── auto.hpp │ │ │ │ ├── bind.hpp │ │ │ │ ├── const.hpp │ │ │ │ ├── const_bind.hpp │ │ │ │ ├── default.hpp │ │ │ │ ├── facility │ │ │ │ │ ├── add.hpp │ │ │ │ │ ├── is.hpp │ │ │ │ │ └── remove.hpp │ │ │ │ ├── inline.hpp │ │ │ │ ├── recursive.hpp │ │ │ │ ├── register.hpp │ │ │ │ ├── return.hpp │ │ │ │ ├── this.hpp │ │ │ │ ├── thisunderscore.hpp │ │ │ │ └── void.hpp │ │ │ │ ├── line_counter.hpp │ │ │ │ └── void_list.hpp │ │ ├── locale.hpp │ │ ├── locale │ │ │ ├── boundary.hpp │ │ │ ├── boundary │ │ │ │ ├── boundary_point.hpp │ │ │ │ ├── facets.hpp │ │ │ │ ├── index.hpp │ │ │ │ ├── segment.hpp │ │ │ │ └── types.hpp │ │ │ ├── collator.hpp │ │ │ ├── config.hpp │ │ │ ├── conversion.hpp │ │ │ ├── date_time.hpp │ │ │ ├── date_time_facet.hpp │ │ │ ├── definitions.hpp │ │ │ ├── encoding.hpp │ │ │ ├── encoding_errors.hpp │ │ │ ├── encoding_utf.hpp │ │ │ ├── format.hpp │ │ │ ├── formatting.hpp │ │ │ ├── generator.hpp │ │ │ ├── gnu_gettext.hpp │ │ │ ├── hold_ptr.hpp │ │ │ ├── info.hpp │ │ │ ├── localization_backend.hpp │ │ │ ├── message.hpp │ │ │ ├── time_zone.hpp │ │ │ ├── utf.hpp │ │ │ └── util.hpp │ │ ├── lockfree │ │ │ ├── detail │ │ │ │ ├── atomic.hpp │ │ │ │ ├── branch_hints.hpp │ │ │ │ ├── copy_payload.hpp │ │ │ │ ├── freelist.hpp │ │ │ │ ├── parameter.hpp │ │ │ │ ├── prefix.hpp │ │ │ │ ├── tagged_ptr.hpp │ │ │ │ ├── tagged_ptr_dcas.hpp │ │ │ │ └── tagged_ptr_ptrcompression.hpp │ │ │ ├── policies.hpp │ │ │ ├── queue.hpp │ │ │ ├── spsc_queue.hpp │ │ │ └── stack.hpp │ │ ├── log │ │ │ ├── attributes.hpp │ │ │ ├── attributes │ │ │ │ ├── attribute.hpp │ │ │ │ ├── attribute_cast.hpp │ │ │ │ ├── attribute_name.hpp │ │ │ │ ├── attribute_set.hpp │ │ │ │ ├── attribute_value.hpp │ │ │ │ ├── attribute_value_impl.hpp │ │ │ │ ├── attribute_value_set.hpp │ │ │ │ ├── clock.hpp │ │ │ │ ├── constant.hpp │ │ │ │ ├── counter.hpp │ │ │ │ ├── current_process_id.hpp │ │ │ │ ├── current_process_name.hpp │ │ │ │ ├── current_thread_id.hpp │ │ │ │ ├── fallback_policy.hpp │ │ │ │ ├── fallback_policy_fwd.hpp │ │ │ │ ├── function.hpp │ │ │ │ ├── mutable_constant.hpp │ │ │ │ ├── named_scope.hpp │ │ │ │ ├── scoped_attribute.hpp │ │ │ │ ├── time_traits.hpp │ │ │ │ ├── timer.hpp │ │ │ │ ├── value_extraction.hpp │ │ │ │ ├── value_extraction_fwd.hpp │ │ │ │ ├── value_visitation.hpp │ │ │ │ └── value_visitation_fwd.hpp │ │ │ ├── common.hpp │ │ │ ├── core.hpp │ │ │ ├── core │ │ │ │ ├── core.hpp │ │ │ │ ├── record.hpp │ │ │ │ └── record_view.hpp │ │ │ ├── detail │ │ │ │ ├── asio_fwd.hpp │ │ │ │ ├── attachable_sstream_buf.hpp │ │ │ │ ├── attr_output_impl.hpp │ │ │ │ ├── attr_output_terminal.hpp │ │ │ │ ├── attribute_get_value_impl.hpp │ │ │ │ ├── attribute_predicate.hpp │ │ │ │ ├── cleanup_scope_guard.hpp │ │ │ │ ├── code_conversion.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── copy_cv.hpp │ │ │ │ ├── custom_terminal_spec.hpp │ │ │ │ ├── date_time_fmt_gen_traits_fwd.hpp │ │ │ │ ├── date_time_format_parser.hpp │ │ │ │ ├── decomposed_time.hpp │ │ │ │ ├── deduce_char_type.hpp │ │ │ │ ├── default_attribute_names.hpp │ │ │ │ ├── embedded_string_type.hpp │ │ │ │ ├── enqueued_record.hpp │ │ │ │ ├── event.hpp │ │ │ │ ├── fake_mutex.hpp │ │ │ │ ├── footer.hpp │ │ │ │ ├── format.hpp │ │ │ │ ├── function_traits.hpp │ │ │ │ ├── generate_overloads.hpp │ │ │ │ ├── header.hpp │ │ │ │ ├── id.hpp │ │ │ │ ├── light_function.hpp │ │ │ │ ├── light_function_pp.hpp │ │ │ │ ├── light_rw_mutex.hpp │ │ │ │ ├── locking_ptr.hpp │ │ │ │ ├── locks.hpp │ │ │ │ ├── named_scope_fmt_pp.hpp │ │ │ │ ├── native_typeof.hpp │ │ │ │ ├── parameter_tools.hpp │ │ │ │ ├── pp_identity.hpp │ │ │ │ ├── process_id.hpp │ │ │ │ ├── setup_config.hpp │ │ │ │ ├── singleton.hpp │ │ │ │ ├── sink_init_helpers.hpp │ │ │ │ ├── snprintf.hpp │ │ │ │ ├── spin_mutex.hpp │ │ │ │ ├── tagged_integer.hpp │ │ │ │ ├── thread_id.hpp │ │ │ │ ├── thread_specific.hpp │ │ │ │ ├── threadsafe_queue.hpp │ │ │ │ ├── timestamp.hpp │ │ │ │ ├── trivial_keyword.hpp │ │ │ │ ├── unary_function_terminal.hpp │ │ │ │ ├── unhandled_exception_count.hpp │ │ │ │ ├── value_ref_visitation.hpp │ │ │ │ └── visible_type.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── expressions.hpp │ │ │ ├── expressions │ │ │ │ ├── attr.hpp │ │ │ │ ├── attr_fwd.hpp │ │ │ │ ├── filter.hpp │ │ │ │ ├── formatter.hpp │ │ │ │ ├── formatters.hpp │ │ │ │ ├── formatters │ │ │ │ │ ├── c_decorator.hpp │ │ │ │ │ ├── char_decorator.hpp │ │ │ │ │ ├── csv_decorator.hpp │ │ │ │ │ ├── date_time.hpp │ │ │ │ │ ├── format.hpp │ │ │ │ │ ├── if.hpp │ │ │ │ │ ├── named_scope.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ ├── wrap_formatter.hpp │ │ │ │ │ └── xml_decorator.hpp │ │ │ │ ├── is_keyword_descriptor.hpp │ │ │ │ ├── keyword.hpp │ │ │ │ ├── keyword_fwd.hpp │ │ │ │ ├── message.hpp │ │ │ │ ├── predicates.hpp │ │ │ │ ├── predicates │ │ │ │ │ ├── begins_with.hpp │ │ │ │ │ ├── channel_severity_filter.hpp │ │ │ │ │ ├── contains.hpp │ │ │ │ │ ├── ends_with.hpp │ │ │ │ │ ├── has_attr.hpp │ │ │ │ │ ├── is_debugger_present.hpp │ │ │ │ │ ├── is_in_range.hpp │ │ │ │ │ └── matches.hpp │ │ │ │ └── record.hpp │ │ │ ├── keywords │ │ │ │ ├── auto_flush.hpp │ │ │ │ ├── channel.hpp │ │ │ │ ├── delimiter.hpp │ │ │ │ ├── depth.hpp │ │ │ │ ├── empty_marker.hpp │ │ │ │ ├── facility.hpp │ │ │ │ ├── file_name.hpp │ │ │ │ ├── filter.hpp │ │ │ │ ├── format.hpp │ │ │ │ ├── ident.hpp │ │ │ │ ├── incomplete_marker.hpp │ │ │ │ ├── ip_version.hpp │ │ │ │ ├── iteration.hpp │ │ │ │ ├── log_name.hpp │ │ │ │ ├── log_source.hpp │ │ │ │ ├── max_size.hpp │ │ │ │ ├── message_file.hpp │ │ │ │ ├── min_free_space.hpp │ │ │ │ ├── open_mode.hpp │ │ │ │ ├── order.hpp │ │ │ │ ├── ordering_window.hpp │ │ │ │ ├── registration.hpp │ │ │ │ ├── rotation_size.hpp │ │ │ │ ├── scan_method.hpp │ │ │ │ ├── severity.hpp │ │ │ │ ├── start_thread.hpp │ │ │ │ ├── target.hpp │ │ │ │ ├── time_based_rotation.hpp │ │ │ │ └── use_impl.hpp │ │ │ ├── sinks.hpp │ │ │ ├── sinks │ │ │ │ ├── async_frontend.hpp │ │ │ │ ├── attribute_mapping.hpp │ │ │ │ ├── basic_sink_backend.hpp │ │ │ │ ├── basic_sink_frontend.hpp │ │ │ │ ├── block_on_overflow.hpp │ │ │ │ ├── bounded_fifo_queue.hpp │ │ │ │ ├── bounded_ordering_queue.hpp │ │ │ │ ├── debug_output_backend.hpp │ │ │ │ ├── drop_on_overflow.hpp │ │ │ │ ├── event_log_backend.hpp │ │ │ │ ├── event_log_constants.hpp │ │ │ │ ├── frontend_requirements.hpp │ │ │ │ ├── sink.hpp │ │ │ │ ├── sync_frontend.hpp │ │ │ │ ├── syslog_backend.hpp │ │ │ │ ├── syslog_constants.hpp │ │ │ │ ├── text_file_backend.hpp │ │ │ │ ├── text_multifile_backend.hpp │ │ │ │ ├── text_ostream_backend.hpp │ │ │ │ ├── unbounded_fifo_queue.hpp │ │ │ │ ├── unbounded_ordering_queue.hpp │ │ │ │ └── unlocked_frontend.hpp │ │ │ ├── sources │ │ │ │ ├── basic_logger.hpp │ │ │ │ ├── channel_feature.hpp │ │ │ │ ├── channel_logger.hpp │ │ │ │ ├── exception_handler_feature.hpp │ │ │ │ ├── features.hpp │ │ │ │ ├── global_logger_storage.hpp │ │ │ │ ├── logger.hpp │ │ │ │ ├── record_ostream.hpp │ │ │ │ ├── severity_channel_logger.hpp │ │ │ │ ├── severity_feature.hpp │ │ │ │ ├── severity_logger.hpp │ │ │ │ └── threading_models.hpp │ │ │ ├── support │ │ │ │ ├── date_time.hpp │ │ │ │ ├── exception.hpp │ │ │ │ ├── regex.hpp │ │ │ │ ├── spirit_classic.hpp │ │ │ │ ├── spirit_qi.hpp │ │ │ │ ├── std_regex.hpp │ │ │ │ └── xpressive.hpp │ │ │ ├── trivial.hpp │ │ │ └── utility │ │ │ │ ├── empty_deleter.hpp │ │ │ │ ├── exception_handler.hpp │ │ │ │ ├── explicit_operator_bool.hpp │ │ │ │ ├── formatting_ostream.hpp │ │ │ │ ├── formatting_ostream_fwd.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── functional │ │ │ │ ├── as_action.hpp │ │ │ │ ├── begins_with.hpp │ │ │ │ ├── bind.hpp │ │ │ │ ├── bind_assign.hpp │ │ │ │ ├── bind_output.hpp │ │ │ │ ├── bind_to_log.hpp │ │ │ │ ├── contains.hpp │ │ │ │ ├── ends_with.hpp │ │ │ │ ├── fun_ref.hpp │ │ │ │ ├── in_range.hpp │ │ │ │ ├── logical.hpp │ │ │ │ ├── matches.hpp │ │ │ │ ├── nop.hpp │ │ │ │ └── save_result.hpp │ │ │ │ ├── intrusive_ref_counter.hpp │ │ │ │ ├── manipulators.hpp │ │ │ │ ├── manipulators │ │ │ │ ├── add_value.hpp │ │ │ │ ├── dump.hpp │ │ │ │ └── to_log.hpp │ │ │ │ ├── once_block.hpp │ │ │ │ ├── record_ordering.hpp │ │ │ │ ├── setup.hpp │ │ │ │ ├── setup │ │ │ │ ├── common_attributes.hpp │ │ │ │ ├── console.hpp │ │ │ │ ├── file.hpp │ │ │ │ ├── filter_parser.hpp │ │ │ │ ├── formatter_parser.hpp │ │ │ │ ├── from_settings.hpp │ │ │ │ ├── from_stream.hpp │ │ │ │ ├── settings.hpp │ │ │ │ └── settings_parser.hpp │ │ │ │ ├── strictest_lock.hpp │ │ │ │ ├── string_literal.hpp │ │ │ │ ├── string_literal_fwd.hpp │ │ │ │ ├── type_dispatch │ │ │ │ ├── date_time_types.hpp │ │ │ │ ├── dynamic_type_dispatcher.hpp │ │ │ │ ├── standard_types.hpp │ │ │ │ ├── static_type_dispatcher.hpp │ │ │ │ └── type_dispatcher.hpp │ │ │ │ ├── type_info_wrapper.hpp │ │ │ │ ├── unique_identifier_name.hpp │ │ │ │ ├── unused_variable.hpp │ │ │ │ ├── value_ref.hpp │ │ │ │ └── value_ref_fwd.hpp │ │ ├── logic │ │ │ ├── tribool.hpp │ │ │ ├── tribool_fwd.hpp │ │ │ └── tribool_io.hpp │ │ ├── make_shared.hpp │ │ ├── make_unique.hpp │ │ ├── math │ │ │ ├── bindings │ │ │ │ ├── detail │ │ │ │ │ ├── big_digamma.hpp │ │ │ │ │ └── big_lanczos.hpp │ │ │ │ ├── e_float.hpp │ │ │ │ ├── mpfr.hpp │ │ │ │ ├── mpreal.hpp │ │ │ │ └── rr.hpp │ │ │ ├── common_factor.hpp │ │ │ ├── common_factor_ct.hpp │ │ │ ├── common_factor_rt.hpp │ │ │ ├── complex.hpp │ │ │ ├── complex │ │ │ │ ├── acos.hpp │ │ │ │ ├── acosh.hpp │ │ │ │ ├── asin.hpp │ │ │ │ ├── asinh.hpp │ │ │ │ ├── atan.hpp │ │ │ │ ├── atanh.hpp │ │ │ │ ├── details.hpp │ │ │ │ └── fabs.hpp │ │ │ ├── concepts │ │ │ │ ├── distributions.hpp │ │ │ │ ├── real_concept.hpp │ │ │ │ ├── real_type_concept.hpp │ │ │ │ └── std_real_concept.hpp │ │ │ ├── constants │ │ │ │ ├── calculate_constants.hpp │ │ │ │ ├── constants.hpp │ │ │ │ └── info.hpp │ │ │ ├── cstdfloat │ │ │ │ ├── cstdfloat_cmath.hpp │ │ │ │ ├── cstdfloat_complex.hpp │ │ │ │ ├── cstdfloat_complex_std.hpp │ │ │ │ ├── cstdfloat_iostream.hpp │ │ │ │ ├── cstdfloat_limits.hpp │ │ │ │ └── cstdfloat_types.hpp │ │ │ ├── distributions.hpp │ │ │ ├── distributions │ │ │ │ ├── bernoulli.hpp │ │ │ │ ├── beta.hpp │ │ │ │ ├── binomial.hpp │ │ │ │ ├── cauchy.hpp │ │ │ │ ├── chi_squared.hpp │ │ │ │ ├── complement.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── common_error_handling.hpp │ │ │ │ │ ├── derived_accessors.hpp │ │ │ │ │ ├── generic_mode.hpp │ │ │ │ │ ├── generic_quantile.hpp │ │ │ │ │ ├── hypergeometric_cdf.hpp │ │ │ │ │ ├── hypergeometric_pdf.hpp │ │ │ │ │ ├── hypergeometric_quantile.hpp │ │ │ │ │ └── inv_discrete_quantile.hpp │ │ │ │ ├── exponential.hpp │ │ │ │ ├── extreme_value.hpp │ │ │ │ ├── find_location.hpp │ │ │ │ ├── find_scale.hpp │ │ │ │ ├── fisher_f.hpp │ │ │ │ ├── fwd.hpp │ │ │ │ ├── gamma.hpp │ │ │ │ ├── geometric.hpp │ │ │ │ ├── hypergeometric.hpp │ │ │ │ ├── inverse_chi_squared.hpp │ │ │ │ ├── inverse_gamma.hpp │ │ │ │ ├── inverse_gaussian.hpp │ │ │ │ ├── laplace.hpp │ │ │ │ ├── logistic.hpp │ │ │ │ ├── lognormal.hpp │ │ │ │ ├── negative_binomial.hpp │ │ │ │ ├── non_central_beta.hpp │ │ │ │ ├── non_central_chi_squared.hpp │ │ │ │ ├── non_central_f.hpp │ │ │ │ ├── non_central_t.hpp │ │ │ │ ├── normal.hpp │ │ │ │ ├── pareto.hpp │ │ │ │ ├── poisson.hpp │ │ │ │ ├── rayleigh.hpp │ │ │ │ ├── skew_normal.hpp │ │ │ │ ├── students_t.hpp │ │ │ │ ├── triangular.hpp │ │ │ │ ├── uniform.hpp │ │ │ │ └── weibull.hpp │ │ │ ├── octonion.hpp │ │ │ ├── policies │ │ │ │ ├── error_handling.hpp │ │ │ │ └── policy.hpp │ │ │ ├── quaternion.hpp │ │ │ ├── special_functions.hpp │ │ │ ├── special_functions │ │ │ │ ├── acosh.hpp │ │ │ │ ├── airy.hpp │ │ │ │ ├── asinh.hpp │ │ │ │ ├── atanh.hpp │ │ │ │ ├── bernoulli.hpp │ │ │ │ ├── bessel.hpp │ │ │ │ ├── bessel_prime.hpp │ │ │ │ ├── beta.hpp │ │ │ │ ├── binomial.hpp │ │ │ │ ├── cbrt.hpp │ │ │ │ ├── cos_pi.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── airy_ai_bi_zero.hpp │ │ │ │ │ ├── bernoulli_details.hpp │ │ │ │ │ ├── bessel_derivatives_linear.hpp │ │ │ │ │ ├── bessel_i0.hpp │ │ │ │ │ ├── bessel_i1.hpp │ │ │ │ │ ├── bessel_ik.hpp │ │ │ │ │ ├── bessel_j0.hpp │ │ │ │ │ ├── bessel_j1.hpp │ │ │ │ │ ├── bessel_jn.hpp │ │ │ │ │ ├── bessel_jy.hpp │ │ │ │ │ ├── bessel_jy_asym.hpp │ │ │ │ │ ├── bessel_jy_derivatives_asym.hpp │ │ │ │ │ ├── bessel_jy_derivatives_series.hpp │ │ │ │ │ ├── bessel_jy_series.hpp │ │ │ │ │ ├── bessel_jy_zero.hpp │ │ │ │ │ ├── bessel_k0.hpp │ │ │ │ │ ├── bessel_k1.hpp │ │ │ │ │ ├── bessel_kn.hpp │ │ │ │ │ ├── bessel_y0.hpp │ │ │ │ │ ├── bessel_y1.hpp │ │ │ │ │ ├── bessel_yn.hpp │ │ │ │ │ ├── erf_inv.hpp │ │ │ │ │ ├── fp_traits.hpp │ │ │ │ │ ├── gamma_inva.hpp │ │ │ │ │ ├── ibeta_inv_ab.hpp │ │ │ │ │ ├── ibeta_inverse.hpp │ │ │ │ │ ├── iconv.hpp │ │ │ │ │ ├── igamma_inverse.hpp │ │ │ │ │ ├── igamma_large.hpp │ │ │ │ │ ├── lanczos_sse2.hpp │ │ │ │ │ ├── lgamma_small.hpp │ │ │ │ │ ├── round_fwd.hpp │ │ │ │ │ ├── t_distribution_inv.hpp │ │ │ │ │ ├── unchecked_bernoulli.hpp │ │ │ │ │ └── unchecked_factorial.hpp │ │ │ │ ├── digamma.hpp │ │ │ │ ├── ellint_1.hpp │ │ │ │ ├── ellint_2.hpp │ │ │ │ ├── ellint_3.hpp │ │ │ │ ├── ellint_rc.hpp │ │ │ │ ├── ellint_rd.hpp │ │ │ │ ├── ellint_rf.hpp │ │ │ │ ├── ellint_rj.hpp │ │ │ │ ├── erf.hpp │ │ │ │ ├── expint.hpp │ │ │ │ ├── expm1.hpp │ │ │ │ ├── factorials.hpp │ │ │ │ ├── fpclassify.hpp │ │ │ │ ├── gamma.hpp │ │ │ │ ├── hankel.hpp │ │ │ │ ├── hermite.hpp │ │ │ │ ├── hypot.hpp │ │ │ │ ├── jacobi_elliptic.hpp │ │ │ │ ├── laguerre.hpp │ │ │ │ ├── lanczos.hpp │ │ │ │ ├── legendre.hpp │ │ │ │ ├── log1p.hpp │ │ │ │ ├── math_fwd.hpp │ │ │ │ ├── modf.hpp │ │ │ │ ├── next.hpp │ │ │ │ ├── nonfinite_num_facets.hpp │ │ │ │ ├── owens_t.hpp │ │ │ │ ├── pow.hpp │ │ │ │ ├── powm1.hpp │ │ │ │ ├── prime.hpp │ │ │ │ ├── round.hpp │ │ │ │ ├── sign.hpp │ │ │ │ ├── sin_pi.hpp │ │ │ │ ├── sinc.hpp │ │ │ │ ├── sinhc.hpp │ │ │ │ ├── spherical_harmonic.hpp │ │ │ │ ├── sqrt1pm1.hpp │ │ │ │ ├── trunc.hpp │ │ │ │ └── zeta.hpp │ │ │ ├── tools │ │ │ │ ├── big_constant.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── polynomial_horner1_10.hpp │ │ │ │ │ ├── polynomial_horner1_11.hpp │ │ │ │ │ ├── polynomial_horner1_12.hpp │ │ │ │ │ ├── polynomial_horner1_13.hpp │ │ │ │ │ ├── polynomial_horner1_14.hpp │ │ │ │ │ ├── polynomial_horner1_15.hpp │ │ │ │ │ ├── polynomial_horner1_16.hpp │ │ │ │ │ ├── polynomial_horner1_17.hpp │ │ │ │ │ ├── polynomial_horner1_18.hpp │ │ │ │ │ ├── polynomial_horner1_19.hpp │ │ │ │ │ ├── polynomial_horner1_2.hpp │ │ │ │ │ ├── polynomial_horner1_20.hpp │ │ │ │ │ ├── polynomial_horner1_3.hpp │ │ │ │ │ ├── polynomial_horner1_4.hpp │ │ │ │ │ ├── polynomial_horner1_5.hpp │ │ │ │ │ ├── polynomial_horner1_6.hpp │ │ │ │ │ ├── polynomial_horner1_7.hpp │ │ │ │ │ ├── polynomial_horner1_8.hpp │ │ │ │ │ ├── polynomial_horner1_9.hpp │ │ │ │ │ ├── polynomial_horner2_10.hpp │ │ │ │ │ ├── polynomial_horner2_11.hpp │ │ │ │ │ ├── polynomial_horner2_12.hpp │ │ │ │ │ ├── polynomial_horner2_13.hpp │ │ │ │ │ ├── polynomial_horner2_14.hpp │ │ │ │ │ ├── polynomial_horner2_15.hpp │ │ │ │ │ ├── polynomial_horner2_16.hpp │ │ │ │ │ ├── polynomial_horner2_17.hpp │ │ │ │ │ ├── polynomial_horner2_18.hpp │ │ │ │ │ ├── polynomial_horner2_19.hpp │ │ │ │ │ ├── polynomial_horner2_2.hpp │ │ │ │ │ ├── polynomial_horner2_20.hpp │ │ │ │ │ ├── polynomial_horner2_3.hpp │ │ │ │ │ ├── polynomial_horner2_4.hpp │ │ │ │ │ ├── polynomial_horner2_5.hpp │ │ │ │ │ ├── polynomial_horner2_6.hpp │ │ │ │ │ ├── polynomial_horner2_7.hpp │ │ │ │ │ ├── polynomial_horner2_8.hpp │ │ │ │ │ ├── polynomial_horner2_9.hpp │ │ │ │ │ ├── polynomial_horner3_10.hpp │ │ │ │ │ ├── polynomial_horner3_11.hpp │ │ │ │ │ ├── polynomial_horner3_12.hpp │ │ │ │ │ ├── polynomial_horner3_13.hpp │ │ │ │ │ ├── polynomial_horner3_14.hpp │ │ │ │ │ ├── polynomial_horner3_15.hpp │ │ │ │ │ ├── polynomial_horner3_16.hpp │ │ │ │ │ ├── polynomial_horner3_17.hpp │ │ │ │ │ ├── polynomial_horner3_18.hpp │ │ │ │ │ ├── polynomial_horner3_19.hpp │ │ │ │ │ ├── polynomial_horner3_2.hpp │ │ │ │ │ ├── polynomial_horner3_20.hpp │ │ │ │ │ ├── polynomial_horner3_3.hpp │ │ │ │ │ ├── polynomial_horner3_4.hpp │ │ │ │ │ ├── polynomial_horner3_5.hpp │ │ │ │ │ ├── polynomial_horner3_6.hpp │ │ │ │ │ ├── polynomial_horner3_7.hpp │ │ │ │ │ ├── polynomial_horner3_8.hpp │ │ │ │ │ ├── polynomial_horner3_9.hpp │ │ │ │ │ ├── rational_horner1_10.hpp │ │ │ │ │ ├── rational_horner1_11.hpp │ │ │ │ │ ├── rational_horner1_12.hpp │ │ │ │ │ ├── rational_horner1_13.hpp │ │ │ │ │ ├── rational_horner1_14.hpp │ │ │ │ │ ├── rational_horner1_15.hpp │ │ │ │ │ ├── rational_horner1_16.hpp │ │ │ │ │ ├── rational_horner1_17.hpp │ │ │ │ │ ├── rational_horner1_18.hpp │ │ │ │ │ ├── rational_horner1_19.hpp │ │ │ │ │ ├── rational_horner1_2.hpp │ │ │ │ │ ├── rational_horner1_20.hpp │ │ │ │ │ ├── rational_horner1_3.hpp │ │ │ │ │ ├── rational_horner1_4.hpp │ │ │ │ │ ├── rational_horner1_5.hpp │ │ │ │ │ ├── rational_horner1_6.hpp │ │ │ │ │ ├── rational_horner1_7.hpp │ │ │ │ │ ├── rational_horner1_8.hpp │ │ │ │ │ ├── rational_horner1_9.hpp │ │ │ │ │ ├── rational_horner2_10.hpp │ │ │ │ │ ├── rational_horner2_11.hpp │ │ │ │ │ ├── rational_horner2_12.hpp │ │ │ │ │ ├── rational_horner2_13.hpp │ │ │ │ │ ├── rational_horner2_14.hpp │ │ │ │ │ ├── rational_horner2_15.hpp │ │ │ │ │ ├── rational_horner2_16.hpp │ │ │ │ │ ├── rational_horner2_17.hpp │ │ │ │ │ ├── rational_horner2_18.hpp │ │ │ │ │ ├── rational_horner2_19.hpp │ │ │ │ │ ├── rational_horner2_2.hpp │ │ │ │ │ ├── rational_horner2_20.hpp │ │ │ │ │ ├── rational_horner2_3.hpp │ │ │ │ │ ├── rational_horner2_4.hpp │ │ │ │ │ ├── rational_horner2_5.hpp │ │ │ │ │ ├── rational_horner2_6.hpp │ │ │ │ │ ├── rational_horner2_7.hpp │ │ │ │ │ ├── rational_horner2_8.hpp │ │ │ │ │ ├── rational_horner2_9.hpp │ │ │ │ │ ├── rational_horner3_10.hpp │ │ │ │ │ ├── rational_horner3_11.hpp │ │ │ │ │ ├── rational_horner3_12.hpp │ │ │ │ │ ├── rational_horner3_13.hpp │ │ │ │ │ ├── rational_horner3_14.hpp │ │ │ │ │ ├── rational_horner3_15.hpp │ │ │ │ │ ├── rational_horner3_16.hpp │ │ │ │ │ ├── rational_horner3_17.hpp │ │ │ │ │ ├── rational_horner3_18.hpp │ │ │ │ │ ├── rational_horner3_19.hpp │ │ │ │ │ ├── rational_horner3_2.hpp │ │ │ │ │ ├── rational_horner3_20.hpp │ │ │ │ │ ├── rational_horner3_3.hpp │ │ │ │ │ ├── rational_horner3_4.hpp │ │ │ │ │ ├── rational_horner3_5.hpp │ │ │ │ │ ├── rational_horner3_6.hpp │ │ │ │ │ ├── rational_horner3_7.hpp │ │ │ │ │ ├── rational_horner3_8.hpp │ │ │ │ │ └── rational_horner3_9.hpp │ │ │ │ ├── fraction.hpp │ │ │ │ ├── minima.hpp │ │ │ │ ├── polynomial.hpp │ │ │ │ ├── precision.hpp │ │ │ │ ├── promotion.hpp │ │ │ │ ├── rational.hpp │ │ │ │ ├── real_cast.hpp │ │ │ │ ├── roots.hpp │ │ │ │ ├── series.hpp │ │ │ │ ├── stats.hpp │ │ │ │ ├── toms748_solve.hpp │ │ │ │ ├── traits.hpp │ │ │ │ ├── tuple.hpp │ │ │ │ ├── user.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── tr1.hpp │ │ │ └── tr1_c_macros.ipp │ │ ├── math_fwd.hpp │ │ ├── mem_fn.hpp │ │ ├── memory_order.hpp │ │ ├── mime.hpp │ │ ├── move │ │ │ ├── algorithm.hpp │ │ │ ├── core.hpp │ │ │ ├── detail │ │ │ │ ├── config_begin.hpp │ │ │ │ ├── config_end.hpp │ │ │ │ ├── meta_utils.hpp │ │ │ │ └── move_helpers.hpp │ │ │ ├── iterator.hpp │ │ │ ├── move.hpp │ │ │ ├── traits.hpp │ │ │ └── utility.hpp │ │ ├── mpi.hpp │ │ ├── mpi │ │ │ ├── allocator.hpp │ │ │ ├── collectives.hpp │ │ │ ├── collectives │ │ │ │ ├── all_gather.hpp │ │ │ │ ├── all_reduce.hpp │ │ │ │ ├── all_to_all.hpp │ │ │ │ ├── broadcast.hpp │ │ │ │ ├── gather.hpp │ │ │ │ ├── reduce.hpp │ │ │ │ ├── scan.hpp │ │ │ │ └── scatter.hpp │ │ │ ├── collectives_fwd.hpp │ │ │ ├── communicator.hpp │ │ │ ├── config.hpp │ │ │ ├── datatype.hpp │ │ │ ├── datatype_fwd.hpp │ │ │ ├── detail │ │ │ │ ├── binary_buffer_iprimitive.hpp │ │ │ │ ├── binary_buffer_oprimitive.hpp │ │ │ │ ├── broadcast_sc.hpp │ │ │ │ ├── communicator_sc.hpp │ │ │ │ ├── computation_tree.hpp │ │ │ │ ├── content_oarchive.hpp │ │ │ │ ├── forward_iprimitive.hpp │ │ │ │ ├── forward_oprimitive.hpp │ │ │ │ ├── forward_skeleton_iarchive.hpp │ │ │ │ ├── forward_skeleton_oarchive.hpp │ │ │ │ ├── ignore_iprimitive.hpp │ │ │ │ ├── ignore_oprimitive.hpp │ │ │ │ ├── ignore_skeleton_oarchive.hpp │ │ │ │ ├── mpi_datatype_cache.hpp │ │ │ │ ├── mpi_datatype_oarchive.hpp │ │ │ │ ├── mpi_datatype_primitive.hpp │ │ │ │ ├── packed_iprimitive.hpp │ │ │ │ ├── packed_oprimitive.hpp │ │ │ │ ├── point_to_point.hpp │ │ │ │ └── text_skeleton_oarchive.hpp │ │ │ ├── environment.hpp │ │ │ ├── exception.hpp │ │ │ ├── graph_communicator.hpp │ │ │ ├── group.hpp │ │ │ ├── inplace.hpp │ │ │ ├── intercommunicator.hpp │ │ │ ├── nonblocking.hpp │ │ │ ├── operations.hpp │ │ │ ├── packed_iarchive.hpp │ │ │ ├── packed_oarchive.hpp │ │ │ ├── python.hpp │ │ │ ├── python │ │ │ │ ├── config.hpp │ │ │ │ ├── serialize.hpp │ │ │ │ └── skeleton_and_content.hpp │ │ │ ├── request.hpp │ │ │ ├── skeleton_and_content.hpp │ │ │ ├── skeleton_and_content_fwd.hpp │ │ │ ├── status.hpp │ │ │ └── timer.hpp │ │ ├── mpl │ │ │ ├── O1_size.hpp │ │ │ ├── O1_size_fwd.hpp │ │ │ ├── accumulate.hpp │ │ │ ├── advance.hpp │ │ │ ├── advance_fwd.hpp │ │ │ ├── alias.hpp │ │ │ ├── always.hpp │ │ │ ├── and.hpp │ │ │ ├── apply.hpp │ │ │ ├── apply_fwd.hpp │ │ │ ├── apply_wrap.hpp │ │ │ ├── arg.hpp │ │ │ ├── arg_fwd.hpp │ │ │ ├── arithmetic.hpp │ │ │ ├── as_sequence.hpp │ │ │ ├── assert.hpp │ │ │ ├── at.hpp │ │ │ ├── at_fwd.hpp │ │ │ ├── aux_ │ │ │ │ ├── O1_size_impl.hpp │ │ │ │ ├── adl_barrier.hpp │ │ │ │ ├── advance_backward.hpp │ │ │ │ ├── advance_forward.hpp │ │ │ │ ├── apply_1st.hpp │ │ │ │ ├── arg_typedef.hpp │ │ │ │ ├── arithmetic_op.hpp │ │ │ │ ├── arity.hpp │ │ │ │ ├── arity_spec.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── back_impl.hpp │ │ │ │ ├── basic_bind.hpp │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ ├── clear_impl.hpp │ │ │ │ ├── common_name_wknd.hpp │ │ │ │ ├── comparison_op.hpp │ │ │ │ ├── config │ │ │ │ │ ├── adl.hpp │ │ │ │ │ ├── arrays.hpp │ │ │ │ │ ├── bcc.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── compiler.hpp │ │ │ │ │ ├── ctps.hpp │ │ │ │ │ ├── dependent_nttp.hpp │ │ │ │ │ ├── dmc_ambiguous_ctps.hpp │ │ │ │ │ ├── dtp.hpp │ │ │ │ │ ├── eti.hpp │ │ │ │ │ ├── forwarding.hpp │ │ │ │ │ ├── gcc.hpp │ │ │ │ │ ├── gpu.hpp │ │ │ │ │ ├── has_apply.hpp │ │ │ │ │ ├── has_xxx.hpp │ │ │ │ │ ├── integral.hpp │ │ │ │ │ ├── intel.hpp │ │ │ │ │ ├── lambda.hpp │ │ │ │ │ ├── msvc.hpp │ │ │ │ │ ├── msvc_typename.hpp │ │ │ │ │ ├── nttp.hpp │ │ │ │ │ ├── operators.hpp │ │ │ │ │ ├── overload_resolution.hpp │ │ │ │ │ ├── pp_counter.hpp │ │ │ │ │ ├── preprocessor.hpp │ │ │ │ │ ├── static_constant.hpp │ │ │ │ │ ├── ttp.hpp │ │ │ │ │ ├── typeof.hpp │ │ │ │ │ ├── use_preprocessed.hpp │ │ │ │ │ └── workaround.hpp │ │ │ │ ├── contains_impl.hpp │ │ │ │ ├── count_args.hpp │ │ │ │ ├── count_impl.hpp │ │ │ │ ├── empty_impl.hpp │ │ │ │ ├── erase_impl.hpp │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ ├── filter_iter.hpp │ │ │ │ ├── find_if_pred.hpp │ │ │ │ ├── fold_impl.hpp │ │ │ │ ├── fold_impl_body.hpp │ │ │ │ ├── fold_op.hpp │ │ │ │ ├── fold_pred.hpp │ │ │ │ ├── front_impl.hpp │ │ │ │ ├── full_lambda.hpp │ │ │ │ ├── has_apply.hpp │ │ │ │ ├── has_begin.hpp │ │ │ │ ├── has_key_impl.hpp │ │ │ │ ├── has_rebind.hpp │ │ │ │ ├── has_size.hpp │ │ │ │ ├── has_tag.hpp │ │ │ │ ├── has_type.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── insert_range_impl.hpp │ │ │ │ ├── inserter_algorithm.hpp │ │ │ │ ├── integral_wrapper.hpp │ │ │ │ ├── is_msvc_eti_arg.hpp │ │ │ │ ├── iter_apply.hpp │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ ├── iter_push_front.hpp │ │ │ │ ├── joint_iter.hpp │ │ │ │ ├── lambda_arity_param.hpp │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ ├── lambda_spec.hpp │ │ │ │ ├── lambda_support.hpp │ │ │ │ ├── largest_int.hpp │ │ │ │ ├── logical_op.hpp │ │ │ │ ├── msvc_dtw.hpp │ │ │ │ ├── msvc_eti_base.hpp │ │ │ │ ├── msvc_is_class.hpp │ │ │ │ ├── msvc_never_true.hpp │ │ │ │ ├── msvc_type.hpp │ │ │ │ ├── na.hpp │ │ │ │ ├── na_assert.hpp │ │ │ │ ├── na_fwd.hpp │ │ │ │ ├── na_spec.hpp │ │ │ │ ├── nested_type_wknd.hpp │ │ │ │ ├── nttp_decl.hpp │ │ │ │ ├── numeric_cast_utils.hpp │ │ │ │ ├── numeric_op.hpp │ │ │ │ ├── order_impl.hpp │ │ │ │ ├── overload_names.hpp │ │ │ │ ├── partition_op.hpp │ │ │ │ ├── pop_back_impl.hpp │ │ │ │ ├── pop_front_impl.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── bcc │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── bcc551 │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── bcc_pre590 │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── dmc │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── gcc │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── msvc60 │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── msvc70 │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── mwcw │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ ├── no_ttp │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ │ └── plain │ │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ │ ├── and.hpp │ │ │ │ │ │ ├── apply.hpp │ │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ │ ├── arg.hpp │ │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ │ ├── bind.hpp │ │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── divides.hpp │ │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ │ ├── greater.hpp │ │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ │ ├── less.hpp │ │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── minus.hpp │ │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ │ ├── or.hpp │ │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── quote.hpp │ │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ │ ├── times.hpp │ │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── preprocessor │ │ │ │ │ ├── add.hpp │ │ │ │ │ ├── def_params_tail.hpp │ │ │ │ │ ├── default_params.hpp │ │ │ │ │ ├── enum.hpp │ │ │ │ │ ├── ext_params.hpp │ │ │ │ │ ├── filter_params.hpp │ │ │ │ │ ├── is_seq.hpp │ │ │ │ │ ├── params.hpp │ │ │ │ │ ├── partial_spec_params.hpp │ │ │ │ │ ├── range.hpp │ │ │ │ │ ├── repeat.hpp │ │ │ │ │ ├── sub.hpp │ │ │ │ │ ├── token_equal.hpp │ │ │ │ │ └── tuple.hpp │ │ │ │ ├── ptr_to_ref.hpp │ │ │ │ ├── push_back_impl.hpp │ │ │ │ ├── push_front_impl.hpp │ │ │ │ ├── range_c │ │ │ │ │ ├── O1_size.hpp │ │ │ │ │ ├── back.hpp │ │ │ │ │ ├── empty.hpp │ │ │ │ │ ├── front.hpp │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ ├── size.hpp │ │ │ │ │ └── tag.hpp │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ ├── reverse_fold_impl_body.hpp │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ ├── sequence_wrapper.hpp │ │ │ │ ├── shift_op.hpp │ │ │ │ ├── single_element_iter.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── sort_impl.hpp │ │ │ │ ├── static_cast.hpp │ │ │ │ ├── template_arity.hpp │ │ │ │ ├── template_arity_fwd.hpp │ │ │ │ ├── test.hpp │ │ │ │ ├── test │ │ │ │ │ ├── assert.hpp │ │ │ │ │ ├── data.hpp │ │ │ │ │ └── test_case.hpp │ │ │ │ ├── traits_lambda_spec.hpp │ │ │ │ ├── transform_iter.hpp │ │ │ │ ├── type_wrapper.hpp │ │ │ │ ├── unwrap.hpp │ │ │ │ ├── value_wknd.hpp │ │ │ │ └── yes_no.hpp │ │ │ ├── back.hpp │ │ │ ├── back_fwd.hpp │ │ │ ├── back_inserter.hpp │ │ │ ├── base.hpp │ │ │ ├── begin.hpp │ │ │ ├── begin_end.hpp │ │ │ ├── begin_end_fwd.hpp │ │ │ ├── bind.hpp │ │ │ ├── bind_fwd.hpp │ │ │ ├── bitand.hpp │ │ │ ├── bitor.hpp │ │ │ ├── bitwise.hpp │ │ │ ├── bitxor.hpp │ │ │ ├── bool.hpp │ │ │ ├── bool_fwd.hpp │ │ │ ├── char.hpp │ │ │ ├── char_fwd.hpp │ │ │ ├── clear.hpp │ │ │ ├── clear_fwd.hpp │ │ │ ├── comparison.hpp │ │ │ ├── contains.hpp │ │ │ ├── contains_fwd.hpp │ │ │ ├── copy.hpp │ │ │ ├── copy_if.hpp │ │ │ ├── count.hpp │ │ │ ├── count_fwd.hpp │ │ │ ├── count_if.hpp │ │ │ ├── deque.hpp │ │ │ ├── deref.hpp │ │ │ ├── distance.hpp │ │ │ ├── distance_fwd.hpp │ │ │ ├── divides.hpp │ │ │ ├── empty.hpp │ │ │ ├── empty_base.hpp │ │ │ ├── empty_fwd.hpp │ │ │ ├── empty_sequence.hpp │ │ │ ├── end.hpp │ │ │ ├── equal.hpp │ │ │ ├── equal_to.hpp │ │ │ ├── erase.hpp │ │ │ ├── erase_fwd.hpp │ │ │ ├── erase_key.hpp │ │ │ ├── erase_key_fwd.hpp │ │ │ ├── eval_if.hpp │ │ │ ├── filter_view.hpp │ │ │ ├── find.hpp │ │ │ ├── find_if.hpp │ │ │ ├── fold.hpp │ │ │ ├── for_each.hpp │ │ │ ├── front.hpp │ │ │ ├── front_fwd.hpp │ │ │ ├── front_inserter.hpp │ │ │ ├── greater.hpp │ │ │ ├── greater_equal.hpp │ │ │ ├── has_key.hpp │ │ │ ├── has_key_fwd.hpp │ │ │ ├── has_xxx.hpp │ │ │ ├── identity.hpp │ │ │ ├── if.hpp │ │ │ ├── index_if.hpp │ │ │ ├── index_of.hpp │ │ │ ├── inherit.hpp │ │ │ ├── inherit_linearly.hpp │ │ │ ├── insert.hpp │ │ │ ├── insert_fwd.hpp │ │ │ ├── insert_range.hpp │ │ │ ├── insert_range_fwd.hpp │ │ │ ├── inserter.hpp │ │ │ ├── int.hpp │ │ │ ├── int_fwd.hpp │ │ │ ├── integral_c.hpp │ │ │ ├── integral_c_fwd.hpp │ │ │ ├── integral_c_tag.hpp │ │ │ ├── is_placeholder.hpp │ │ │ ├── is_sequence.hpp │ │ │ ├── iter_fold.hpp │ │ │ ├── iter_fold_if.hpp │ │ │ ├── iterator_category.hpp │ │ │ ├── iterator_range.hpp │ │ │ ├── iterator_tags.hpp │ │ │ ├── joint_view.hpp │ │ │ ├── key_type.hpp │ │ │ ├── key_type_fwd.hpp │ │ │ ├── lambda.hpp │ │ │ ├── lambda_fwd.hpp │ │ │ ├── less.hpp │ │ │ ├── less_equal.hpp │ │ │ ├── limits │ │ │ │ ├── arity.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── string.hpp │ │ │ │ ├── unrolling.hpp │ │ │ │ └── vector.hpp │ │ │ ├── list.hpp │ │ │ ├── list │ │ │ │ ├── aux_ │ │ │ │ │ ├── O1_size.hpp │ │ │ │ │ ├── begin_end.hpp │ │ │ │ │ ├── clear.hpp │ │ │ │ │ ├── empty.hpp │ │ │ │ │ ├── front.hpp │ │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ │ ├── item.hpp │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ ├── numbered.hpp │ │ │ │ │ ├── numbered_c.hpp │ │ │ │ │ ├── pop_front.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ └── plain │ │ │ │ │ │ │ ├── list10.hpp │ │ │ │ │ │ │ ├── list10_c.hpp │ │ │ │ │ │ │ ├── list20.hpp │ │ │ │ │ │ │ ├── list20_c.hpp │ │ │ │ │ │ │ ├── list30.hpp │ │ │ │ │ │ │ ├── list30_c.hpp │ │ │ │ │ │ │ ├── list40.hpp │ │ │ │ │ │ │ ├── list40_c.hpp │ │ │ │ │ │ │ ├── list50.hpp │ │ │ │ │ │ │ └── list50_c.hpp │ │ │ │ │ ├── push_back.hpp │ │ │ │ │ ├── push_front.hpp │ │ │ │ │ ├── size.hpp │ │ │ │ │ └── tag.hpp │ │ │ │ ├── list0.hpp │ │ │ │ ├── list0_c.hpp │ │ │ │ ├── list10.hpp │ │ │ │ ├── list10_c.hpp │ │ │ │ ├── list20.hpp │ │ │ │ ├── list20_c.hpp │ │ │ │ ├── list30.hpp │ │ │ │ ├── list30_c.hpp │ │ │ │ ├── list40.hpp │ │ │ │ ├── list40_c.hpp │ │ │ │ ├── list50.hpp │ │ │ │ └── list50_c.hpp │ │ │ ├── list_c.hpp │ │ │ ├── logical.hpp │ │ │ ├── long.hpp │ │ │ ├── long_fwd.hpp │ │ │ ├── lower_bound.hpp │ │ │ ├── map.hpp │ │ │ ├── map │ │ │ │ ├── aux_ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ │ ├── clear_impl.hpp │ │ │ │ │ ├── contains_impl.hpp │ │ │ │ │ ├── empty_impl.hpp │ │ │ │ │ ├── erase_impl.hpp │ │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ │ ├── has_key_impl.hpp │ │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ │ ├── insert_impl.hpp │ │ │ │ │ ├── item.hpp │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ ├── key_type_impl.hpp │ │ │ │ │ ├── map0.hpp │ │ │ │ │ ├── numbered.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ │ ├── plain │ │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ │ └── typeof_based │ │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── tag.hpp │ │ │ │ │ └── value_type_impl.hpp │ │ │ │ ├── map0.hpp │ │ │ │ ├── map10.hpp │ │ │ │ ├── map20.hpp │ │ │ │ ├── map30.hpp │ │ │ │ ├── map40.hpp │ │ │ │ └── map50.hpp │ │ │ ├── math │ │ │ │ ├── fixed_c.hpp │ │ │ │ ├── is_even.hpp │ │ │ │ └── rational_c.hpp │ │ │ ├── max.hpp │ │ │ ├── max_element.hpp │ │ │ ├── min.hpp │ │ │ ├── min_element.hpp │ │ │ ├── min_max.hpp │ │ │ ├── minus.hpp │ │ │ ├── modulus.hpp │ │ │ ├── multiplies.hpp │ │ │ ├── multiset │ │ │ │ ├── aux_ │ │ │ │ │ ├── count_impl.hpp │ │ │ │ │ ├── insert_impl.hpp │ │ │ │ │ ├── item.hpp │ │ │ │ │ ├── multiset0.hpp │ │ │ │ │ └── tag.hpp │ │ │ │ └── multiset0.hpp │ │ │ ├── negate.hpp │ │ │ ├── next.hpp │ │ │ ├── next_prior.hpp │ │ │ ├── not.hpp │ │ │ ├── not_equal_to.hpp │ │ │ ├── numeric_cast.hpp │ │ │ ├── or.hpp │ │ │ ├── order.hpp │ │ │ ├── order_fwd.hpp │ │ │ ├── pair.hpp │ │ │ ├── pair_view.hpp │ │ │ ├── partition.hpp │ │ │ ├── placeholders.hpp │ │ │ ├── plus.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_back_fwd.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── pop_front_fwd.hpp │ │ │ ├── print.hpp │ │ │ ├── prior.hpp │ │ │ ├── protect.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_back_fwd.hpp │ │ │ ├── push_front.hpp │ │ │ ├── push_front_fwd.hpp │ │ │ ├── quote.hpp │ │ │ ├── range_c.hpp │ │ │ ├── remove.hpp │ │ │ ├── remove_if.hpp │ │ │ ├── replace.hpp │ │ │ ├── replace_if.hpp │ │ │ ├── reverse.hpp │ │ │ ├── reverse_fold.hpp │ │ │ ├── reverse_iter_fold.hpp │ │ │ ├── same_as.hpp │ │ │ ├── sequence_tag.hpp │ │ │ ├── sequence_tag_fwd.hpp │ │ │ ├── set.hpp │ │ │ ├── set │ │ │ │ ├── aux_ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ │ ├── clear_impl.hpp │ │ │ │ │ ├── empty_impl.hpp │ │ │ │ │ ├── erase_impl.hpp │ │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ │ ├── has_key_impl.hpp │ │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ │ ├── insert_impl.hpp │ │ │ │ │ ├── item.hpp │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ ├── key_type_impl.hpp │ │ │ │ │ ├── numbered.hpp │ │ │ │ │ ├── numbered_c.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ └── plain │ │ │ │ │ │ │ ├── set10.hpp │ │ │ │ │ │ │ ├── set10_c.hpp │ │ │ │ │ │ │ ├── set20.hpp │ │ │ │ │ │ │ ├── set20_c.hpp │ │ │ │ │ │ │ ├── set30.hpp │ │ │ │ │ │ │ ├── set30_c.hpp │ │ │ │ │ │ │ ├── set40.hpp │ │ │ │ │ │ │ ├── set40_c.hpp │ │ │ │ │ │ │ ├── set50.hpp │ │ │ │ │ │ │ └── set50_c.hpp │ │ │ │ │ ├── set0.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ ├── tag.hpp │ │ │ │ │ └── value_type_impl.hpp │ │ │ │ ├── set0.hpp │ │ │ │ ├── set0_c.hpp │ │ │ │ ├── set10.hpp │ │ │ │ ├── set10_c.hpp │ │ │ │ ├── set20.hpp │ │ │ │ ├── set20_c.hpp │ │ │ │ ├── set30.hpp │ │ │ │ ├── set30_c.hpp │ │ │ │ ├── set40.hpp │ │ │ │ ├── set40_c.hpp │ │ │ │ ├── set50.hpp │ │ │ │ └── set50_c.hpp │ │ │ ├── set_c.hpp │ │ │ ├── shift_left.hpp │ │ │ ├── shift_right.hpp │ │ │ ├── single_view.hpp │ │ │ ├── size.hpp │ │ │ ├── size_fwd.hpp │ │ │ ├── size_t.hpp │ │ │ ├── size_t_fwd.hpp │ │ │ ├── sizeof.hpp │ │ │ ├── sort.hpp │ │ │ ├── stable_partition.hpp │ │ │ ├── string.hpp │ │ │ ├── switch.hpp │ │ │ ├── tag.hpp │ │ │ ├── times.hpp │ │ │ ├── transform.hpp │ │ │ ├── transform_view.hpp │ │ │ ├── unique.hpp │ │ │ ├── unpack_args.hpp │ │ │ ├── upper_bound.hpp │ │ │ ├── value_type.hpp │ │ │ ├── value_type_fwd.hpp │ │ │ ├── vector.hpp │ │ │ ├── vector │ │ │ │ ├── aux_ │ │ │ │ │ ├── O1_size.hpp │ │ │ │ │ ├── at.hpp │ │ │ │ │ ├── back.hpp │ │ │ │ │ ├── begin_end.hpp │ │ │ │ │ ├── clear.hpp │ │ │ │ │ ├── empty.hpp │ │ │ │ │ ├── front.hpp │ │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ │ ├── item.hpp │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ ├── numbered.hpp │ │ │ │ │ ├── numbered_c.hpp │ │ │ │ │ ├── pop_back.hpp │ │ │ │ │ ├── pop_front.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ │ ├── plain │ │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ │ └── typeof_based │ │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ ├── push_back.hpp │ │ │ │ │ ├── push_front.hpp │ │ │ │ │ ├── size.hpp │ │ │ │ │ ├── tag.hpp │ │ │ │ │ └── vector0.hpp │ │ │ │ ├── vector0.hpp │ │ │ │ ├── vector0_c.hpp │ │ │ │ ├── vector10.hpp │ │ │ │ ├── vector10_c.hpp │ │ │ │ ├── vector20.hpp │ │ │ │ ├── vector20_c.hpp │ │ │ │ ├── vector30.hpp │ │ │ │ ├── vector30_c.hpp │ │ │ │ ├── vector40.hpp │ │ │ │ ├── vector40_c.hpp │ │ │ │ ├── vector50.hpp │ │ │ │ └── vector50_c.hpp │ │ │ ├── vector_c.hpp │ │ │ ├── void.hpp │ │ │ ├── void_fwd.hpp │ │ │ └── zip_view.hpp │ │ ├── msm │ │ │ ├── active_state_switching_policies.hpp │ │ │ ├── back │ │ │ │ ├── args.hpp │ │ │ │ ├── bind_helpers.hpp │ │ │ │ ├── common_types.hpp │ │ │ │ ├── copy_policies.hpp │ │ │ │ ├── default_compile_policy.hpp │ │ │ │ ├── dispatch_table.hpp │ │ │ │ ├── favor_compile_time.hpp │ │ │ │ ├── fold_to_list.hpp │ │ │ │ ├── history_policies.hpp │ │ │ │ ├── metafunctions.hpp │ │ │ │ ├── mpl_graph_fsm_check.hpp │ │ │ │ ├── no_fsm_check.hpp │ │ │ │ ├── queue_container_circular.hpp │ │ │ │ ├── queue_container_deque.hpp │ │ │ │ ├── state_machine.hpp │ │ │ │ └── tools.hpp │ │ │ ├── common.hpp │ │ │ ├── event_traits.hpp │ │ │ ├── front │ │ │ │ ├── common_states.hpp │ │ │ │ ├── completion_event.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── common_states.hpp │ │ │ │ │ └── row2_helper.hpp │ │ │ │ ├── euml │ │ │ │ │ ├── algorithm.hpp │ │ │ │ │ ├── common.hpp │ │ │ │ │ ├── container.hpp │ │ │ │ │ ├── euml.hpp │ │ │ │ │ ├── euml_typeof.hpp │ │ │ │ │ ├── guard_grammar.hpp │ │ │ │ │ ├── iteration.hpp │ │ │ │ │ ├── operator.hpp │ │ │ │ │ ├── phoenix_placeholders.hpp │ │ │ │ │ ├── querying.hpp │ │ │ │ │ ├── state_grammar.hpp │ │ │ │ │ ├── stl.hpp │ │ │ │ │ ├── stt_grammar.hpp │ │ │ │ │ └── transformation.hpp │ │ │ │ ├── functor_row.hpp │ │ │ │ ├── internal_row.hpp │ │ │ │ ├── row2.hpp │ │ │ │ ├── state_machine_def.hpp │ │ │ │ └── states.hpp │ │ │ ├── mpl_graph │ │ │ │ ├── adjacency_list_graph.hpp │ │ │ │ ├── breadth_first_search.hpp │ │ │ │ ├── depth_first_search.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── adjacency_list_graph.ipp │ │ │ │ │ ├── graph_implementation_interface.ipp │ │ │ │ │ └── incidence_list_graph.ipp │ │ │ │ ├── incidence_list_graph.hpp │ │ │ │ ├── mpl_graph.hpp │ │ │ │ ├── mpl_utils.hpp │ │ │ │ └── search_colors.hpp │ │ │ ├── msm_grammar.hpp │ │ │ ├── proto_config.hpp │ │ │ └── row_tags.hpp │ │ ├── multi_array.hpp │ │ ├── multi_array │ │ │ ├── algorithm.hpp │ │ │ ├── base.hpp │ │ │ ├── collection_concept.hpp │ │ │ ├── concept_checks.hpp │ │ │ ├── copy_array.hpp │ │ │ ├── extent_gen.hpp │ │ │ ├── extent_range.hpp │ │ │ ├── index_gen.hpp │ │ │ ├── index_range.hpp │ │ │ ├── iterator.hpp │ │ │ ├── multi_array_ref.hpp │ │ │ ├── range_list.hpp │ │ │ ├── storage_order.hpp │ │ │ ├── subarray.hpp │ │ │ ├── types.hpp │ │ │ └── view.hpp │ │ ├── multi_index │ │ │ ├── composite_key.hpp │ │ │ ├── detail │ │ │ │ ├── access_specifier.hpp │ │ │ │ ├── adl_swap.hpp │ │ │ │ ├── archive_constructed.hpp │ │ │ │ ├── auto_space.hpp │ │ │ │ ├── base_type.hpp │ │ │ │ ├── bidir_node_iterator.hpp │ │ │ │ ├── bucket_array.hpp │ │ │ │ ├── converter.hpp │ │ │ │ ├── copy_map.hpp │ │ │ │ ├── do_not_copy_elements_tag.hpp │ │ │ │ ├── duplicates_iterator.hpp │ │ │ │ ├── has_tag.hpp │ │ │ │ ├── hash_index_args.hpp │ │ │ │ ├── hash_index_iterator.hpp │ │ │ │ ├── hash_index_node.hpp │ │ │ │ ├── header_holder.hpp │ │ │ │ ├── index_base.hpp │ │ │ │ ├── index_loader.hpp │ │ │ │ ├── index_matcher.hpp │ │ │ │ ├── index_node_base.hpp │ │ │ │ ├── index_saver.hpp │ │ │ │ ├── invariant_assert.hpp │ │ │ │ ├── is_index_list.hpp │ │ │ │ ├── iter_adaptor.hpp │ │ │ │ ├── modify_key_adaptor.hpp │ │ │ │ ├── no_duplicate_tags.hpp │ │ │ │ ├── node_type.hpp │ │ │ │ ├── ord_index_args.hpp │ │ │ │ ├── ord_index_node.hpp │ │ │ │ ├── ord_index_ops.hpp │ │ │ │ ├── rnd_index_loader.hpp │ │ │ │ ├── rnd_index_node.hpp │ │ │ │ ├── rnd_index_ops.hpp │ │ │ │ ├── rnd_index_ptr_array.hpp │ │ │ │ ├── rnd_node_iterator.hpp │ │ │ │ ├── safe_mode.hpp │ │ │ │ ├── scope_guard.hpp │ │ │ │ ├── seq_index_node.hpp │ │ │ │ ├── seq_index_ops.hpp │ │ │ │ ├── serialization_version.hpp │ │ │ │ ├── uintptr_type.hpp │ │ │ │ ├── unbounded.hpp │ │ │ │ ├── value_compare.hpp │ │ │ │ └── vartempl_support.hpp │ │ │ ├── global_fun.hpp │ │ │ ├── hashed_index.hpp │ │ │ ├── hashed_index_fwd.hpp │ │ │ ├── identity.hpp │ │ │ ├── identity_fwd.hpp │ │ │ ├── indexed_by.hpp │ │ │ ├── key_extractors.hpp │ │ │ ├── mem_fun.hpp │ │ │ ├── member.hpp │ │ │ ├── ordered_index.hpp │ │ │ ├── ordered_index_fwd.hpp │ │ │ ├── random_access_index.hpp │ │ │ ├── random_access_index_fwd.hpp │ │ │ ├── safe_mode_errors.hpp │ │ │ ├── sequenced_index.hpp │ │ │ ├── sequenced_index_fwd.hpp │ │ │ └── tag.hpp │ │ ├── multi_index_container.hpp │ │ ├── multi_index_container_fwd.hpp │ │ ├── multiprecision │ │ │ ├── concepts │ │ │ │ └── mp_number_archetypes.hpp │ │ │ ├── cpp_bin_float.hpp │ │ │ ├── cpp_bin_float │ │ │ │ ├── io.hpp │ │ │ │ └── transcendental.hpp │ │ │ ├── cpp_dec_float.hpp │ │ │ ├── cpp_int.hpp │ │ │ ├── cpp_int │ │ │ │ ├── add.hpp │ │ │ │ ├── bitwise.hpp │ │ │ │ ├── checked.hpp │ │ │ │ ├── comparison.hpp │ │ │ │ ├── cpp_int_config.hpp │ │ │ │ ├── divide.hpp │ │ │ │ ├── limits.hpp │ │ │ │ ├── literals.hpp │ │ │ │ ├── misc.hpp │ │ │ │ ├── multiply.hpp │ │ │ │ ├── serialize.hpp │ │ │ │ └── value_pack.hpp │ │ │ ├── debug_adaptor.hpp │ │ │ ├── detail │ │ │ │ ├── big_lanczos.hpp │ │ │ │ ├── bitscan.hpp │ │ │ │ ├── default_ops.hpp │ │ │ │ ├── digits.hpp │ │ │ │ ├── dynamic_array.hpp │ │ │ │ ├── et_ops.hpp │ │ │ │ ├── float_string_cvt.hpp │ │ │ │ ├── functions │ │ │ │ │ ├── constants.hpp │ │ │ │ │ ├── pow.hpp │ │ │ │ │ └── trig.hpp │ │ │ │ ├── generic_interconvert.hpp │ │ │ │ ├── integer_ops.hpp │ │ │ │ ├── no_et_ops.hpp │ │ │ │ ├── number_base.hpp │ │ │ │ ├── number_compare.hpp │ │ │ │ ├── rebind.hpp │ │ │ │ ├── ublas_interop.hpp │ │ │ │ └── utype_helper.hpp │ │ │ ├── float128.hpp │ │ │ ├── gmp.hpp │ │ │ ├── integer.hpp │ │ │ ├── logged_adaptor.hpp │ │ │ ├── miller_rabin.hpp │ │ │ ├── mpfi.hpp │ │ │ ├── mpfr.hpp │ │ │ ├── number.hpp │ │ │ ├── random.hpp │ │ │ ├── rational_adaptor.hpp │ │ │ ├── tommath.hpp │ │ │ └── traits │ │ │ │ ├── explicit_conversion.hpp │ │ │ │ ├── extract_exponent_type.hpp │ │ │ │ └── is_restricted_conversion.hpp │ │ ├── network.hpp │ │ ├── network │ │ │ ├── constants.hpp │ │ │ ├── detail │ │ │ │ ├── debug.hpp │ │ │ │ ├── directive_base.hpp │ │ │ │ └── wrapper_base.hpp │ │ │ ├── include │ │ │ │ ├── http │ │ │ │ │ ├── client.hpp │ │ │ │ │ └── server.hpp │ │ │ │ └── message.hpp │ │ │ ├── message.hpp │ │ │ ├── message │ │ │ │ ├── directives.hpp │ │ │ │ ├── directives │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── string_directive.hpp │ │ │ │ │ │ └── string_value.hpp │ │ │ │ │ ├── header.hpp │ │ │ │ │ └── remove_header.hpp │ │ │ │ ├── message_concept.hpp │ │ │ │ ├── modifiers │ │ │ │ │ ├── add_header.hpp │ │ │ │ │ ├── body.hpp │ │ │ │ │ ├── clear_headers.hpp │ │ │ │ │ ├── destination.hpp │ │ │ │ │ ├── remove_header.hpp │ │ │ │ │ └── source.hpp │ │ │ │ ├── traits │ │ │ │ │ ├── body.hpp │ │ │ │ │ ├── destination.hpp │ │ │ │ │ ├── headers.hpp │ │ │ │ │ └── source.hpp │ │ │ │ ├── transformers.hpp │ │ │ │ ├── transformers │ │ │ │ │ ├── selectors.hpp │ │ │ │ │ ├── to_lower.hpp │ │ │ │ │ └── to_upper.hpp │ │ │ │ ├── wrappers.hpp │ │ │ │ └── wrappers │ │ │ │ │ ├── body.hpp │ │ │ │ │ ├── destination.hpp │ │ │ │ │ ├── headers.hpp │ │ │ │ │ └── source.hpp │ │ │ ├── message_fwd.hpp │ │ │ ├── protocol.hpp │ │ │ ├── protocol │ │ │ │ ├── http.hpp │ │ │ │ ├── http │ │ │ │ │ ├── algorithms │ │ │ │ │ │ └── linearize.hpp │ │ │ │ │ ├── client.hpp │ │ │ │ │ ├── client │ │ │ │ │ │ ├── async_impl.hpp │ │ │ │ │ │ ├── connection │ │ │ │ │ │ │ ├── async_base.hpp │ │ │ │ │ │ │ ├── async_normal.hpp │ │ │ │ │ │ │ ├── async_protocol_handler.hpp │ │ │ │ │ │ │ ├── connection_delegate.hpp │ │ │ │ │ │ │ ├── connection_delegate_factory.hpp │ │ │ │ │ │ │ ├── normal_delegate.hpp │ │ │ │ │ │ │ ├── normal_delegate.ipp │ │ │ │ │ │ │ ├── ssl_delegate.hpp │ │ │ │ │ │ │ ├── ssl_delegate.ipp │ │ │ │ │ │ │ ├── sync_base.hpp │ │ │ │ │ │ │ ├── sync_normal.hpp │ │ │ │ │ │ │ └── sync_ssl.hpp │ │ │ │ │ │ ├── facade.hpp │ │ │ │ │ │ ├── macros.hpp │ │ │ │ │ │ ├── options.hpp │ │ │ │ │ │ ├── pimpl.hpp │ │ │ │ │ │ └── sync_impl.hpp │ │ │ │ │ ├── errors.hpp │ │ │ │ │ ├── impl │ │ │ │ │ │ ├── message.ipp │ │ │ │ │ │ ├── parser.ipp │ │ │ │ │ │ ├── request.hpp │ │ │ │ │ │ ├── request_parser.ipp │ │ │ │ │ │ └── response.ipp │ │ │ │ │ ├── message.hpp │ │ │ │ │ ├── message │ │ │ │ │ │ ├── async_message.hpp │ │ │ │ │ │ ├── directives │ │ │ │ │ │ │ ├── major_version.hpp │ │ │ │ │ │ │ ├── method.hpp │ │ │ │ │ │ │ ├── minor_version.hpp │ │ │ │ │ │ │ ├── status.hpp │ │ │ │ │ │ │ ├── status_message.hpp │ │ │ │ │ │ │ ├── uri.hpp │ │ │ │ │ │ │ └── version.hpp │ │ │ │ │ │ ├── header.hpp │ │ │ │ │ │ ├── header │ │ │ │ │ │ │ ├── name.hpp │ │ │ │ │ │ │ └── value.hpp │ │ │ │ │ │ ├── header_concept.hpp │ │ │ │ │ │ ├── message_base.hpp │ │ │ │ │ │ ├── modifiers │ │ │ │ │ │ │ ├── body.hpp │ │ │ │ │ │ │ ├── clear_headers.hpp │ │ │ │ │ │ │ ├── destination.hpp │ │ │ │ │ │ │ ├── headers.hpp │ │ │ │ │ │ │ ├── major_version.hpp │ │ │ │ │ │ │ ├── method.hpp │ │ │ │ │ │ │ ├── minor_version.hpp │ │ │ │ │ │ │ ├── source.hpp │ │ │ │ │ │ │ ├── status.hpp │ │ │ │ │ │ │ ├── status_message.hpp │ │ │ │ │ │ │ ├── uri.hpp │ │ │ │ │ │ │ └── version.hpp │ │ │ │ │ │ ├── traits │ │ │ │ │ │ │ ├── status.hpp │ │ │ │ │ │ │ ├── status_message.hpp │ │ │ │ │ │ │ └── version.hpp │ │ │ │ │ │ └── wrappers │ │ │ │ │ │ │ ├── anchor.hpp │ │ │ │ │ │ │ ├── body.hpp │ │ │ │ │ │ │ ├── destination.hpp │ │ │ │ │ │ │ ├── headers.hpp │ │ │ │ │ │ │ ├── helper.hpp │ │ │ │ │ │ │ ├── host.hpp │ │ │ │ │ │ │ ├── major_version.hpp │ │ │ │ │ │ │ ├── method.hpp │ │ │ │ │ │ │ ├── minor_version.hpp │ │ │ │ │ │ │ ├── path.hpp │ │ │ │ │ │ │ ├── port.hpp │ │ │ │ │ │ │ ├── protocol.hpp │ │ │ │ │ │ │ ├── query.hpp │ │ │ │ │ │ │ ├── ready.hpp │ │ │ │ │ │ │ ├── source.hpp │ │ │ │ │ │ │ ├── status.hpp │ │ │ │ │ │ │ ├── status_message.hpp │ │ │ │ │ │ │ ├── uri.hpp │ │ │ │ │ │ │ └── version.hpp │ │ │ │ │ ├── parser.hpp │ │ │ │ │ ├── parser │ │ │ │ │ │ └── incremental.hpp │ │ │ │ │ ├── policies │ │ │ │ │ │ ├── async_connection.hpp │ │ │ │ │ │ ├── async_resolver.hpp │ │ │ │ │ │ ├── pooled_connection.hpp │ │ │ │ │ │ ├── simple_connection.hpp │ │ │ │ │ │ └── sync_resolver.hpp │ │ │ │ │ ├── request.hpp │ │ │ │ │ ├── request_concept.hpp │ │ │ │ │ ├── request_parser.hpp │ │ │ │ │ ├── response.hpp │ │ │ │ │ ├── response_concept.hpp │ │ │ │ │ ├── server.hpp │ │ │ │ │ ├── server │ │ │ │ │ │ ├── async_connection.hpp │ │ │ │ │ │ ├── async_server.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ └── parsers.ipp │ │ │ │ │ │ ├── options.hpp │ │ │ │ │ │ ├── request.hpp │ │ │ │ │ │ ├── request_parser.hpp │ │ │ │ │ │ ├── socket_options_base.hpp │ │ │ │ │ │ ├── storage_base.hpp │ │ │ │ │ │ ├── sync_connection.hpp │ │ │ │ │ │ └── sync_server.hpp │ │ │ │ │ ├── support │ │ │ │ │ │ ├── client_or_server.hpp │ │ │ │ │ │ ├── is_client.hpp │ │ │ │ │ │ ├── is_http.hpp │ │ │ │ │ │ ├── is_keepalive.hpp │ │ │ │ │ │ ├── is_server.hpp │ │ │ │ │ │ ├── is_simple.hpp │ │ │ │ │ │ └── sync_only.hpp │ │ │ │ │ ├── tags.hpp │ │ │ │ │ ├── traits.hpp │ │ │ │ │ └── traits │ │ │ │ │ │ ├── connection_keepalive.hpp │ │ │ │ │ │ ├── connection_policy.hpp │ │ │ │ │ │ ├── delegate_factory.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ ├── chunk_cache.ipp │ │ │ │ │ │ ├── content.ipp │ │ │ │ │ │ ├── cookie_name.ipp │ │ │ │ │ │ ├── cookie_value.ipp │ │ │ │ │ │ ├── cookies_container.ipp │ │ │ │ │ │ ├── delimiters.ipp │ │ │ │ │ │ ├── header_name.ipp │ │ │ │ │ │ ├── header_value.ipp │ │ │ │ │ │ ├── headers.ipp │ │ │ │ │ │ ├── headers_container.ipp │ │ │ │ │ │ ├── method.ipp │ │ │ │ │ │ ├── post_content.ipp │ │ │ │ │ │ ├── query_container.ipp │ │ │ │ │ │ ├── query_name.ipp │ │ │ │ │ │ ├── query_string.ipp │ │ │ │ │ │ ├── query_value.ipp │ │ │ │ │ │ ├── request_methods.ipp │ │ │ │ │ │ ├── resource.ipp │ │ │ │ │ │ ├── response_code.ipp │ │ │ │ │ │ ├── response_message.ipp │ │ │ │ │ │ └── status_message.ipp │ │ │ │ │ │ ├── message_traits.hpp │ │ │ │ │ │ ├── parser_traits.hpp │ │ │ │ │ │ ├── resolver.hpp │ │ │ │ │ │ ├── resolver_policy.hpp │ │ │ │ │ │ └── vector.hpp │ │ │ │ └── stream_handler.hpp │ │ │ ├── support │ │ │ │ ├── is_async.hpp │ │ │ │ ├── is_default_string.hpp │ │ │ │ ├── is_default_wstring.hpp │ │ │ │ ├── is_http.hpp │ │ │ │ ├── is_keepalive.hpp │ │ │ │ ├── is_pod.hpp │ │ │ │ ├── is_simple.hpp │ │ │ │ ├── is_sync.hpp │ │ │ │ ├── is_tcp.hpp │ │ │ │ ├── is_udp.hpp │ │ │ │ ├── pod_or_normal.hpp │ │ │ │ └── sync_only.hpp │ │ │ ├── tags.hpp │ │ │ ├── traits │ │ │ │ ├── char.hpp │ │ │ │ ├── headers_container.hpp │ │ │ │ ├── istream.hpp │ │ │ │ ├── istringstream.hpp │ │ │ │ ├── ostream_iterator.hpp │ │ │ │ ├── ostringstream.hpp │ │ │ │ ├── string.hpp │ │ │ │ └── vector.hpp │ │ │ ├── uri.hpp │ │ │ ├── uri │ │ │ │ ├── accessors.hpp │ │ │ │ ├── builder.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── decode.hpp │ │ │ │ ├── detail │ │ │ │ │ └── uri_parts.hpp │ │ │ │ ├── directives.hpp │ │ │ │ ├── directives │ │ │ │ │ ├── authority.hpp │ │ │ │ │ ├── fragment.hpp │ │ │ │ │ ├── host.hpp │ │ │ │ │ ├── path.hpp │ │ │ │ │ ├── port.hpp │ │ │ │ │ ├── query.hpp │ │ │ │ │ ├── scheme.hpp │ │ │ │ │ └── user_info.hpp │ │ │ │ ├── encode.hpp │ │ │ │ ├── schemes.hpp │ │ │ │ ├── uri.hpp │ │ │ │ ├── uri.ipp │ │ │ │ └── uri_io.hpp │ │ │ ├── utils │ │ │ │ ├── base64 │ │ │ │ │ ├── encode-io.hpp │ │ │ │ │ └── encode.hpp │ │ │ │ └── thread_pool.hpp │ │ │ └── version.hpp │ │ ├── next_prior.hpp │ │ ├── non_type.hpp │ │ ├── noncopyable.hpp │ │ ├── nondet_random.hpp │ │ ├── none.hpp │ │ ├── none_t.hpp │ │ ├── numeric │ │ │ ├── conversion │ │ │ │ ├── bounds.hpp │ │ │ │ ├── cast.hpp │ │ │ │ ├── conversion_traits.hpp │ │ │ │ ├── converter.hpp │ │ │ │ ├── converter_policies.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── bounds.hpp │ │ │ │ │ ├── conversion_traits.hpp │ │ │ │ │ ├── converter.hpp │ │ │ │ │ ├── int_float_mixture.hpp │ │ │ │ │ ├── is_subranged.hpp │ │ │ │ │ ├── meta.hpp │ │ │ │ │ ├── numeric_cast_traits.hpp │ │ │ │ │ ├── old_numeric_cast.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── numeric_cast_traits_common.hpp │ │ │ │ │ │ └── numeric_cast_traits_long_long.hpp │ │ │ │ │ ├── sign_mixture.hpp │ │ │ │ │ └── udt_builtin_mixture.hpp │ │ │ │ ├── int_float_mixture.hpp │ │ │ │ ├── int_float_mixture_enum.hpp │ │ │ │ ├── is_subranged.hpp │ │ │ │ ├── numeric_cast_traits.hpp │ │ │ │ ├── sign_mixture.hpp │ │ │ │ ├── sign_mixture_enum.hpp │ │ │ │ ├── udt_builtin_mixture.hpp │ │ │ │ └── udt_builtin_mixture_enum.hpp │ │ │ ├── interval.hpp │ │ │ ├── interval │ │ │ │ ├── arith.hpp │ │ │ │ ├── arith2.hpp │ │ │ │ ├── arith3.hpp │ │ │ │ ├── checking.hpp │ │ │ │ ├── compare.hpp │ │ │ │ ├── compare │ │ │ │ │ ├── certain.hpp │ │ │ │ │ ├── explicit.hpp │ │ │ │ │ ├── lexicographic.hpp │ │ │ │ │ ├── possible.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ └── tribool.hpp │ │ │ │ ├── constants.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── alpha_rounding_control.hpp │ │ │ │ │ ├── bcc_rounding_control.hpp │ │ │ │ │ ├── bugs.hpp │ │ │ │ │ ├── c99_rounding_control.hpp │ │ │ │ │ ├── c99sub_rounding_control.hpp │ │ │ │ │ ├── division.hpp │ │ │ │ │ ├── ia64_rounding_control.hpp │ │ │ │ │ ├── interval_prototype.hpp │ │ │ │ │ ├── msvc_rounding_control.hpp │ │ │ │ │ ├── ppc_rounding_control.hpp │ │ │ │ │ ├── sparc_rounding_control.hpp │ │ │ │ │ ├── test_input.hpp │ │ │ │ │ ├── x86_rounding_control.hpp │ │ │ │ │ └── x86gcc_rounding_control.hpp │ │ │ │ ├── ext │ │ │ │ │ ├── integer.hpp │ │ │ │ │ └── x86_fast_rounding_control.hpp │ │ │ │ ├── hw_rounding.hpp │ │ │ │ ├── interval.hpp │ │ │ │ ├── io.hpp │ │ │ │ ├── limits.hpp │ │ │ │ ├── policies.hpp │ │ │ │ ├── rounded_arith.hpp │ │ │ │ ├── rounded_transc.hpp │ │ │ │ ├── rounding.hpp │ │ │ │ ├── transc.hpp │ │ │ │ └── utility.hpp │ │ │ ├── odeint.hpp │ │ │ ├── odeint │ │ │ │ ├── algebra │ │ │ │ │ ├── algebra_dispatcher.hpp │ │ │ │ │ ├── array_algebra.hpp │ │ │ │ │ ├── default_operations.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── extract_value_type.hpp │ │ │ │ │ │ ├── for_each.hpp │ │ │ │ │ │ ├── macros.hpp │ │ │ │ │ │ └── norm_inf.hpp │ │ │ │ │ ├── fusion_algebra.hpp │ │ │ │ │ ├── fusion_algebra_dispatcher.hpp │ │ │ │ │ ├── multi_array_algebra.hpp │ │ │ │ │ ├── norm_result_type.hpp │ │ │ │ │ ├── operations_dispatcher.hpp │ │ │ │ │ ├── range_algebra.hpp │ │ │ │ │ └── vector_space_algebra.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── external │ │ │ │ │ ├── blaze │ │ │ │ │ │ ├── blaze_algebra_dispatcher.hpp │ │ │ │ │ │ └── blaze_resize.hpp │ │ │ │ │ ├── compute │ │ │ │ │ │ ├── compute.hpp │ │ │ │ │ │ ├── compute_algebra.hpp │ │ │ │ │ │ ├── compute_algebra_dispatcher.hpp │ │ │ │ │ │ ├── compute_operations.hpp │ │ │ │ │ │ ├── compute_operations_dispatcher.hpp │ │ │ │ │ │ └── compute_resize.hpp │ │ │ │ │ ├── eigen │ │ │ │ │ │ ├── eigen_algebra.hpp │ │ │ │ │ │ └── eigen_resize.hpp │ │ │ │ │ ├── gsl │ │ │ │ │ │ └── gsl_wrapper.hpp │ │ │ │ │ ├── mkl │ │ │ │ │ │ └── mkl_operations.hpp │ │ │ │ │ ├── mpi │ │ │ │ │ │ ├── mpi.hpp │ │ │ │ │ │ ├── mpi_nested_algebra.hpp │ │ │ │ │ │ ├── mpi_state.hpp │ │ │ │ │ │ └── mpi_vector_state.hpp │ │ │ │ │ ├── mtl4 │ │ │ │ │ │ ├── implicit_euler_mtl4.hpp │ │ │ │ │ │ ├── mtl4.hpp │ │ │ │ │ │ ├── mtl4_algebra_dispatcher.hpp │ │ │ │ │ │ └── mtl4_resize.hpp │ │ │ │ │ ├── nt2 │ │ │ │ │ │ ├── nt2_algebra_dispatcher.hpp │ │ │ │ │ │ ├── nt2_copy.hpp │ │ │ │ │ │ ├── nt2_norm_inf.hpp │ │ │ │ │ │ └── nt2_resize.hpp │ │ │ │ │ ├── openmp │ │ │ │ │ │ ├── openmp.hpp │ │ │ │ │ │ ├── openmp_nested_algebra.hpp │ │ │ │ │ │ ├── openmp_range_algebra.hpp │ │ │ │ │ │ └── openmp_state.hpp │ │ │ │ │ ├── thrust │ │ │ │ │ │ ├── thrust.hpp │ │ │ │ │ │ ├── thrust_algebra.hpp │ │ │ │ │ │ ├── thrust_algebra_dispatcher.hpp │ │ │ │ │ │ ├── thrust_operations.hpp │ │ │ │ │ │ ├── thrust_operations_dispatcher.hpp │ │ │ │ │ │ └── thrust_resize.hpp │ │ │ │ │ ├── vexcl │ │ │ │ │ │ ├── vexcl.hpp │ │ │ │ │ │ ├── vexcl_abs.hpp │ │ │ │ │ │ ├── vexcl_algebra_dispatcher.hpp │ │ │ │ │ │ ├── vexcl_copy.hpp │ │ │ │ │ │ ├── vexcl_norm_inf.hpp │ │ │ │ │ │ ├── vexcl_resize.hpp │ │ │ │ │ │ └── vexcl_same_instance.hpp │ │ │ │ │ └── viennacl │ │ │ │ │ │ ├── viennacl_operations.hpp │ │ │ │ │ │ └── viennacl_resize.hpp │ │ │ │ ├── integrate │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── functors.hpp │ │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ │ └── integrate_times.hpp │ │ │ │ │ ├── integrate.hpp │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ ├── integrate_times.hpp │ │ │ │ │ ├── null_observer.hpp │ │ │ │ │ └── observer_collection.hpp │ │ │ │ ├── iterator │ │ │ │ │ ├── adaptive_iterator.hpp │ │ │ │ │ ├── adaptive_time_iterator.hpp │ │ │ │ │ ├── const_step_iterator.hpp │ │ │ │ │ ├── const_step_time_iterator.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ └── ode_iterator_base.hpp │ │ │ │ │ ├── impl │ │ │ │ │ │ ├── adaptive_iterator_impl.hpp │ │ │ │ │ │ ├── const_step_iterator_impl.hpp │ │ │ │ │ │ ├── n_step_iterator_impl.hpp │ │ │ │ │ │ └── times_iterator_impl.hpp │ │ │ │ │ ├── integrate │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── functors.hpp │ │ │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ │ │ └── integrate_times.hpp │ │ │ │ │ │ ├── integrate.hpp │ │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ │ ├── integrate_times.hpp │ │ │ │ │ │ ├── null_observer.hpp │ │ │ │ │ │ └── observer_collection.hpp │ │ │ │ │ ├── n_step_iterator.hpp │ │ │ │ │ ├── n_step_time_iterator.hpp │ │ │ │ │ ├── times_iterator.hpp │ │ │ │ │ └── times_time_iterator.hpp │ │ │ │ ├── stepper │ │ │ │ │ ├── adams_bashforth.hpp │ │ │ │ │ ├── adams_bashforth_moulton.hpp │ │ │ │ │ ├── adams_moulton.hpp │ │ │ │ │ ├── base │ │ │ │ │ │ ├── algebra_stepper_base.hpp │ │ │ │ │ │ ├── explicit_error_stepper_base.hpp │ │ │ │ │ │ ├── explicit_error_stepper_fsal_base.hpp │ │ │ │ │ │ ├── explicit_stepper_base.hpp │ │ │ │ │ │ └── symplectic_rkn_stepper_base.hpp │ │ │ │ │ ├── bulirsch_stoer.hpp │ │ │ │ │ ├── bulirsch_stoer_dense_out.hpp │ │ │ │ │ ├── controlled_runge_kutta.hpp │ │ │ │ │ ├── controlled_step_result.hpp │ │ │ │ │ ├── dense_output_runge_kutta.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── adams_bashforth_call_algebra.hpp │ │ │ │ │ │ ├── adams_bashforth_coefficients.hpp │ │ │ │ │ │ ├── adams_moulton_call_algebra.hpp │ │ │ │ │ │ ├── adams_moulton_coefficients.hpp │ │ │ │ │ │ ├── generic_rk_algorithm.hpp │ │ │ │ │ │ ├── generic_rk_call_algebra.hpp │ │ │ │ │ │ ├── generic_rk_operations.hpp │ │ │ │ │ │ └── rotating_buffer.hpp │ │ │ │ │ ├── euler.hpp │ │ │ │ │ ├── explicit_error_generic_rk.hpp │ │ │ │ │ ├── explicit_generic_rk.hpp │ │ │ │ │ ├── generation.hpp │ │ │ │ │ ├── generation │ │ │ │ │ │ ├── generation_controlled_runge_kutta.hpp │ │ │ │ │ │ ├── generation_dense_output_runge_kutta.hpp │ │ │ │ │ │ ├── generation_rosenbrock4.hpp │ │ │ │ │ │ ├── generation_runge_kutta_cash_karp54.hpp │ │ │ │ │ │ ├── generation_runge_kutta_cash_karp54_classic.hpp │ │ │ │ │ │ ├── generation_runge_kutta_dopri5.hpp │ │ │ │ │ │ ├── generation_runge_kutta_fehlberg78.hpp │ │ │ │ │ │ ├── make_controlled.hpp │ │ │ │ │ │ └── make_dense_output.hpp │ │ │ │ │ ├── implicit_euler.hpp │ │ │ │ │ ├── modified_midpoint.hpp │ │ │ │ │ ├── rosenbrock4.hpp │ │ │ │ │ ├── rosenbrock4_controller.hpp │ │ │ │ │ ├── rosenbrock4_dense_output.hpp │ │ │ │ │ ├── runge_kutta4.hpp │ │ │ │ │ ├── runge_kutta4_classic.hpp │ │ │ │ │ ├── runge_kutta_cash_karp54.hpp │ │ │ │ │ ├── runge_kutta_cash_karp54_classic.hpp │ │ │ │ │ ├── runge_kutta_dopri5.hpp │ │ │ │ │ ├── runge_kutta_fehlberg78.hpp │ │ │ │ │ ├── stepper_categories.hpp │ │ │ │ │ ├── symplectic_euler.hpp │ │ │ │ │ ├── symplectic_rkn_sb3a_m4_mclachlan.hpp │ │ │ │ │ ├── symplectic_rkn_sb3a_mclachlan.hpp │ │ │ │ │ └── velocity_verlet.hpp │ │ │ │ ├── util │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── copy.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── is_range.hpp │ │ │ │ │ │ └── less_with_sign.hpp │ │ │ │ │ ├── is_pair.hpp │ │ │ │ │ ├── is_resizeable.hpp │ │ │ │ │ ├── multi_array_adaption.hpp │ │ │ │ │ ├── n_ary_helper.hpp │ │ │ │ │ ├── resize.hpp │ │ │ │ │ ├── resizer.hpp │ │ │ │ │ ├── same_instance.hpp │ │ │ │ │ ├── same_size.hpp │ │ │ │ │ ├── split.hpp │ │ │ │ │ ├── split_adaptor.hpp │ │ │ │ │ ├── state_wrapper.hpp │ │ │ │ │ ├── stepper_traits.hpp │ │ │ │ │ ├── ublas_matrix_expression.patch │ │ │ │ │ ├── ublas_wrapper.hpp │ │ │ │ │ ├── unit_helper.hpp │ │ │ │ │ └── unwrap_reference.hpp │ │ │ │ └── version.hpp │ │ │ └── ublas │ │ │ │ ├── assignment.hpp │ │ │ │ ├── banded.hpp │ │ │ │ ├── blas.hpp │ │ │ │ ├── detail │ │ │ │ ├── concepts.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── definitions.hpp │ │ │ │ ├── documentation.hpp │ │ │ │ ├── duff.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── matrix_assign.hpp │ │ │ │ ├── raw.hpp │ │ │ │ ├── returntype_deduction.hpp │ │ │ │ ├── temporary.hpp │ │ │ │ └── vector_assign.hpp │ │ │ │ ├── doxydoc.hpp │ │ │ │ ├── exception.hpp │ │ │ │ ├── experimental │ │ │ │ └── sparse_view.hpp │ │ │ │ ├── expression_types.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── fwd.hpp │ │ │ │ ├── hermitian.hpp │ │ │ │ ├── io.hpp │ │ │ │ ├── lu.hpp │ │ │ │ ├── matrix.hpp │ │ │ │ ├── matrix_expression.hpp │ │ │ │ ├── matrix_proxy.hpp │ │ │ │ ├── matrix_sparse.hpp │ │ │ │ ├── operation.hpp │ │ │ │ ├── operation │ │ │ │ ├── begin.hpp │ │ │ │ ├── c_array.hpp │ │ │ │ ├── end.hpp │ │ │ │ ├── num_columns.hpp │ │ │ │ ├── num_rows.hpp │ │ │ │ └── size.hpp │ │ │ │ ├── operation_blocked.hpp │ │ │ │ ├── operation_sparse.hpp │ │ │ │ ├── operations.hpp │ │ │ │ ├── storage.hpp │ │ │ │ ├── storage_sparse.hpp │ │ │ │ ├── symmetric.hpp │ │ │ │ ├── tags.hpp │ │ │ │ ├── traits.hpp │ │ │ │ ├── traits │ │ │ │ ├── c_array.hpp │ │ │ │ ├── const_iterator_type.hpp │ │ │ │ └── iterator_type.hpp │ │ │ │ ├── triangular.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── vector_expression.hpp │ │ │ │ ├── vector_of_vector.hpp │ │ │ │ ├── vector_proxy.hpp │ │ │ │ └── vector_sparse.hpp │ │ ├── operators.hpp │ │ ├── optional.hpp │ │ ├── optional │ │ │ ├── bad_optional_access.hpp │ │ │ ├── optional.hpp │ │ │ ├── optional_fwd.hpp │ │ │ └── optional_io.hpp │ │ ├── parameter.hpp │ │ ├── parameter │ │ │ ├── aux_ │ │ │ │ ├── arg_list.hpp │ │ │ │ ├── cast.hpp │ │ │ │ ├── default.hpp │ │ │ │ ├── is_maybe.hpp │ │ │ │ ├── maybe.hpp │ │ │ │ ├── overloads.hpp │ │ │ │ ├── parameter_requirements.hpp │ │ │ │ ├── parenthesized_type.hpp │ │ │ │ ├── preprocessor │ │ │ │ │ ├── flatten.hpp │ │ │ │ │ └── for_each.hpp │ │ │ │ ├── python │ │ │ │ │ ├── invoker.hpp │ │ │ │ │ └── invoker_iterate.hpp │ │ │ │ ├── result_of0.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── tag.hpp │ │ │ │ ├── tagged_argument.hpp │ │ │ │ ├── template_keyword.hpp │ │ │ │ ├── unwrap_cv_reference.hpp │ │ │ │ ├── void.hpp │ │ │ │ └── yesno.hpp │ │ │ ├── binding.hpp │ │ │ ├── config.hpp │ │ │ ├── keyword.hpp │ │ │ ├── macros.hpp │ │ │ ├── match.hpp │ │ │ ├── name.hpp │ │ │ ├── parameters.hpp │ │ │ ├── preprocessor.hpp │ │ │ ├── python.hpp │ │ │ └── value_type.hpp │ │ ├── pending │ │ │ ├── bucket_sorter.hpp │ │ │ ├── container_traits.hpp │ │ │ ├── detail │ │ │ │ ├── disjoint_sets.hpp │ │ │ │ ├── int_iterator.hpp │ │ │ │ └── property.hpp │ │ │ ├── disjoint_sets.hpp │ │ │ ├── fenced_priority_queue.hpp │ │ │ ├── fibonacci_heap.hpp │ │ │ ├── indirect_cmp.hpp │ │ │ ├── integer_log2.hpp │ │ │ ├── is_heap.hpp │ │ │ ├── iterator_adaptors.hpp │ │ │ ├── iterator_tests.hpp │ │ │ ├── lowest_bit.hpp │ │ │ ├── mutable_heap.hpp │ │ │ ├── mutable_queue.hpp │ │ │ ├── property.hpp │ │ │ ├── property_serialize.hpp │ │ │ ├── queue.hpp │ │ │ ├── relaxed_heap.hpp │ │ │ └── stringtok.hpp │ │ ├── phoenix.hpp │ │ ├── phoenix │ │ │ ├── bind.hpp │ │ │ ├── bind │ │ │ │ ├── bind_function.hpp │ │ │ │ ├── bind_function_object.hpp │ │ │ │ ├── bind_member_function.hpp │ │ │ │ ├── bind_member_variable.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── function_ptr.hpp │ │ │ │ │ ├── member_function_ptr.hpp │ │ │ │ │ ├── member_variable.hpp │ │ │ │ │ └── preprocessed │ │ │ │ │ │ ├── function_ptr.hpp │ │ │ │ │ │ ├── function_ptr_10.hpp │ │ │ │ │ │ ├── function_ptr_20.hpp │ │ │ │ │ │ ├── function_ptr_30.hpp │ │ │ │ │ │ ├── function_ptr_40.hpp │ │ │ │ │ │ ├── function_ptr_50.hpp │ │ │ │ │ │ ├── member_function_ptr.hpp │ │ │ │ │ │ ├── member_function_ptr_10.hpp │ │ │ │ │ │ ├── member_function_ptr_20.hpp │ │ │ │ │ │ ├── member_function_ptr_30.hpp │ │ │ │ │ │ ├── member_function_ptr_40.hpp │ │ │ │ │ │ └── member_function_ptr_50.hpp │ │ │ │ └── preprocessed │ │ │ │ │ ├── bind_function.hpp │ │ │ │ │ ├── bind_function_10.hpp │ │ │ │ │ ├── bind_function_20.hpp │ │ │ │ │ ├── bind_function_30.hpp │ │ │ │ │ ├── bind_function_40.hpp │ │ │ │ │ ├── bind_function_50.hpp │ │ │ │ │ ├── bind_function_object.hpp │ │ │ │ │ ├── bind_function_object_10.hpp │ │ │ │ │ ├── bind_function_object_20.hpp │ │ │ │ │ ├── bind_function_object_30.hpp │ │ │ │ │ ├── bind_function_object_40.hpp │ │ │ │ │ ├── bind_function_object_50.hpp │ │ │ │ │ ├── bind_member_function.hpp │ │ │ │ │ ├── bind_member_function_10.hpp │ │ │ │ │ ├── bind_member_function_20.hpp │ │ │ │ │ ├── bind_member_function_30.hpp │ │ │ │ │ ├── bind_member_function_40.hpp │ │ │ │ │ └── bind_member_function_50.hpp │ │ │ ├── core.hpp │ │ │ ├── core │ │ │ │ ├── actor.hpp │ │ │ │ ├── argument.hpp │ │ │ │ ├── arity.hpp │ │ │ │ ├── as_actor.hpp │ │ │ │ ├── call.hpp │ │ │ │ ├── debug.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── actor_operator.hpp │ │ │ │ │ ├── actor_result_of.hpp │ │ │ │ │ ├── argument.hpp │ │ │ │ │ ├── call.hpp │ │ │ │ │ ├── expression.hpp │ │ │ │ │ ├── function_eval.hpp │ │ │ │ │ ├── phx2_result.hpp │ │ │ │ │ └── preprocessed │ │ │ │ │ │ ├── actor_operator.hpp │ │ │ │ │ │ ├── actor_operator_10.hpp │ │ │ │ │ │ ├── actor_operator_20.hpp │ │ │ │ │ │ ├── actor_operator_30.hpp │ │ │ │ │ │ ├── actor_operator_40.hpp │ │ │ │ │ │ ├── actor_operator_50.hpp │ │ │ │ │ │ ├── actor_result_of.hpp │ │ │ │ │ │ ├── actor_result_of_10.hpp │ │ │ │ │ │ ├── actor_result_of_20.hpp │ │ │ │ │ │ ├── actor_result_of_30.hpp │ │ │ │ │ │ ├── actor_result_of_40.hpp │ │ │ │ │ │ ├── actor_result_of_50.hpp │ │ │ │ │ │ ├── call.hpp │ │ │ │ │ │ ├── call_10.hpp │ │ │ │ │ │ ├── call_20.hpp │ │ │ │ │ │ ├── call_30.hpp │ │ │ │ │ │ ├── call_40.hpp │ │ │ │ │ │ ├── call_50.hpp │ │ │ │ │ │ ├── function_eval.hpp │ │ │ │ │ │ ├── function_eval_10.hpp │ │ │ │ │ │ ├── function_eval_20.hpp │ │ │ │ │ │ ├── function_eval_30.hpp │ │ │ │ │ │ ├── function_eval_40.hpp │ │ │ │ │ │ ├── function_eval_50.hpp │ │ │ │ │ │ ├── phx2_result.hpp │ │ │ │ │ │ ├── phx2_result_10.hpp │ │ │ │ │ │ ├── phx2_result_20.hpp │ │ │ │ │ │ ├── phx2_result_30.hpp │ │ │ │ │ │ ├── phx2_result_40.hpp │ │ │ │ │ │ └── phx2_result_50.hpp │ │ │ │ ├── domain.hpp │ │ │ │ ├── environment.hpp │ │ │ │ ├── expression.hpp │ │ │ │ ├── function_equal.hpp │ │ │ │ ├── is_actor.hpp │ │ │ │ ├── is_nullary.hpp │ │ │ │ ├── limits.hpp │ │ │ │ ├── meta_grammar.hpp │ │ │ │ ├── nothing.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── actor.hpp │ │ │ │ │ ├── actor_10.hpp │ │ │ │ │ ├── actor_20.hpp │ │ │ │ │ ├── actor_30.hpp │ │ │ │ │ ├── actor_40.hpp │ │ │ │ │ ├── actor_50.hpp │ │ │ │ │ ├── argument.hpp │ │ │ │ │ ├── argument_10.hpp │ │ │ │ │ ├── argument_no_predefined_10.hpp │ │ │ │ │ ├── argument_no_predefined_20.hpp │ │ │ │ │ ├── argument_no_predefined_30.hpp │ │ │ │ │ ├── argument_no_predefined_40.hpp │ │ │ │ │ ├── argument_no_predefined_50.hpp │ │ │ │ │ ├── argument_predefined_10.hpp │ │ │ │ │ ├── argument_predefined_20.hpp │ │ │ │ │ ├── argument_predefined_30.hpp │ │ │ │ │ ├── argument_predefined_40.hpp │ │ │ │ │ ├── argument_predefined_50.hpp │ │ │ │ │ ├── expression.hpp │ │ │ │ │ ├── expression_10.hpp │ │ │ │ │ ├── expression_20.hpp │ │ │ │ │ ├── expression_30.hpp │ │ │ │ │ ├── expression_40.hpp │ │ │ │ │ ├── expression_50.hpp │ │ │ │ │ ├── function_equal.hpp │ │ │ │ │ ├── function_equal_10.hpp │ │ │ │ │ ├── function_equal_20.hpp │ │ │ │ │ ├── function_equal_30.hpp │ │ │ │ │ ├── function_equal_40.hpp │ │ │ │ │ └── function_equal_50.hpp │ │ │ │ ├── reference.hpp │ │ │ │ ├── terminal.hpp │ │ │ │ ├── terminal_fwd.hpp │ │ │ │ ├── v2_eval.hpp │ │ │ │ ├── value.hpp │ │ │ │ └── visit_each.hpp │ │ │ ├── function.hpp │ │ │ ├── function │ │ │ │ ├── adapt_callable.hpp │ │ │ │ ├── adapt_function.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── function_operator.hpp │ │ │ │ │ ├── function_result_of.hpp │ │ │ │ │ └── preprocessed │ │ │ │ │ │ ├── function_operator.hpp │ │ │ │ │ │ ├── function_operator_10.hpp │ │ │ │ │ │ ├── function_operator_20.hpp │ │ │ │ │ │ ├── function_operator_30.hpp │ │ │ │ │ │ ├── function_operator_40.hpp │ │ │ │ │ │ ├── function_operator_50.hpp │ │ │ │ │ │ ├── function_result_of.hpp │ │ │ │ │ │ ├── function_result_of_10.hpp │ │ │ │ │ │ ├── function_result_of_20.hpp │ │ │ │ │ │ ├── function_result_of_30.hpp │ │ │ │ │ │ ├── function_result_of_40.hpp │ │ │ │ │ │ └── function_result_of_50.hpp │ │ │ │ └── function.hpp │ │ │ ├── fusion.hpp │ │ │ ├── fusion │ │ │ │ └── at.hpp │ │ │ ├── object.hpp │ │ │ ├── object │ │ │ │ ├── const_cast.hpp │ │ │ │ ├── construct.hpp │ │ │ │ ├── delete.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── construct.hpp │ │ │ │ │ ├── construct_eval.hpp │ │ │ │ │ ├── new.hpp │ │ │ │ │ ├── new_eval.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── construct.hpp │ │ │ │ │ │ ├── construct_10.hpp │ │ │ │ │ │ ├── construct_20.hpp │ │ │ │ │ │ ├── construct_30.hpp │ │ │ │ │ │ ├── construct_40.hpp │ │ │ │ │ │ ├── construct_50.hpp │ │ │ │ │ │ ├── construct_eval.hpp │ │ │ │ │ │ ├── construct_eval_10.hpp │ │ │ │ │ │ ├── construct_eval_20.hpp │ │ │ │ │ │ ├── construct_eval_30.hpp │ │ │ │ │ │ ├── construct_eval_40.hpp │ │ │ │ │ │ ├── construct_eval_50.hpp │ │ │ │ │ │ ├── new.hpp │ │ │ │ │ │ ├── new_10.hpp │ │ │ │ │ │ ├── new_20.hpp │ │ │ │ │ │ ├── new_30.hpp │ │ │ │ │ │ ├── new_40.hpp │ │ │ │ │ │ ├── new_50.hpp │ │ │ │ │ │ ├── new_eval.hpp │ │ │ │ │ │ ├── new_eval_10.hpp │ │ │ │ │ │ ├── new_eval_20.hpp │ │ │ │ │ │ ├── new_eval_30.hpp │ │ │ │ │ │ ├── new_eval_40.hpp │ │ │ │ │ │ └── new_eval_50.hpp │ │ │ │ │ └── target.hpp │ │ │ │ ├── dynamic_cast.hpp │ │ │ │ ├── new.hpp │ │ │ │ ├── reinterpret_cast.hpp │ │ │ │ └── static_cast.hpp │ │ │ ├── operator.hpp │ │ │ ├── operator │ │ │ │ ├── arithmetic.hpp │ │ │ │ ├── bitwise.hpp │ │ │ │ ├── comparison.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── define_operator.hpp │ │ │ │ │ ├── mem_fun_ptr_eval_result_of.hpp │ │ │ │ │ ├── mem_fun_ptr_gen.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── mem_fun_ptr_gen.hpp │ │ │ │ │ │ ├── mem_fun_ptr_gen_10.hpp │ │ │ │ │ │ ├── mem_fun_ptr_gen_20.hpp │ │ │ │ │ │ ├── mem_fun_ptr_gen_30.hpp │ │ │ │ │ │ ├── mem_fun_ptr_gen_40.hpp │ │ │ │ │ │ └── mem_fun_ptr_gen_50.hpp │ │ │ │ │ └── undef_operator.hpp │ │ │ │ ├── if_else.hpp │ │ │ │ ├── io.hpp │ │ │ │ ├── logical.hpp │ │ │ │ ├── member.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── member.hpp │ │ │ │ │ ├── member_10.hpp │ │ │ │ │ ├── member_20.hpp │ │ │ │ │ ├── member_30.hpp │ │ │ │ │ ├── member_40.hpp │ │ │ │ │ └── member_50.hpp │ │ │ │ └── self.hpp │ │ │ ├── phoenix.hpp │ │ │ ├── scope.hpp │ │ │ ├── scope │ │ │ │ ├── detail │ │ │ │ │ ├── dynamic.hpp │ │ │ │ │ ├── local_gen.hpp │ │ │ │ │ ├── local_variable.hpp │ │ │ │ │ ├── make_locals.hpp │ │ │ │ │ └── preprocessed │ │ │ │ │ │ ├── dynamic.hpp │ │ │ │ │ │ ├── dynamic_10.hpp │ │ │ │ │ │ ├── dynamic_20.hpp │ │ │ │ │ │ ├── dynamic_30.hpp │ │ │ │ │ │ ├── dynamic_40.hpp │ │ │ │ │ │ ├── dynamic_50.hpp │ │ │ │ │ │ ├── make_locals.hpp │ │ │ │ │ │ ├── make_locals_10.hpp │ │ │ │ │ │ ├── make_locals_20.hpp │ │ │ │ │ │ ├── make_locals_30.hpp │ │ │ │ │ │ ├── make_locals_40.hpp │ │ │ │ │ │ └── make_locals_50.hpp │ │ │ │ ├── dynamic.hpp │ │ │ │ ├── lambda.hpp │ │ │ │ ├── let.hpp │ │ │ │ ├── local_variable.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── lambda.hpp │ │ │ │ │ ├── lambda_10.hpp │ │ │ │ │ ├── lambda_20.hpp │ │ │ │ │ ├── lambda_30.hpp │ │ │ │ │ ├── lambda_40.hpp │ │ │ │ │ └── lambda_50.hpp │ │ │ │ ├── scoped_environment.hpp │ │ │ │ └── this.hpp │ │ │ ├── statement.hpp │ │ │ ├── statement │ │ │ │ ├── detail │ │ │ │ │ ├── catch_push_back.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── catch_push_back.hpp │ │ │ │ │ │ ├── catch_push_back_10.hpp │ │ │ │ │ │ ├── catch_push_back_20.hpp │ │ │ │ │ │ ├── catch_push_back_30.hpp │ │ │ │ │ │ ├── catch_push_back_40.hpp │ │ │ │ │ │ ├── catch_push_back_50.hpp │ │ │ │ │ │ ├── switch.hpp │ │ │ │ │ │ ├── switch_10.hpp │ │ │ │ │ │ ├── switch_20.hpp │ │ │ │ │ │ ├── switch_30.hpp │ │ │ │ │ │ ├── switch_40.hpp │ │ │ │ │ │ ├── switch_50.hpp │ │ │ │ │ │ ├── try_catch_eval.hpp │ │ │ │ │ │ ├── try_catch_eval_10.hpp │ │ │ │ │ │ ├── try_catch_eval_20.hpp │ │ │ │ │ │ ├── try_catch_eval_30.hpp │ │ │ │ │ │ ├── try_catch_eval_40.hpp │ │ │ │ │ │ ├── try_catch_eval_50.hpp │ │ │ │ │ │ ├── try_catch_expression.hpp │ │ │ │ │ │ ├── try_catch_expression_10.hpp │ │ │ │ │ │ ├── try_catch_expression_20.hpp │ │ │ │ │ │ ├── try_catch_expression_30.hpp │ │ │ │ │ │ ├── try_catch_expression_40.hpp │ │ │ │ │ │ └── try_catch_expression_50.hpp │ │ │ │ │ ├── switch.hpp │ │ │ │ │ ├── try_catch_eval.hpp │ │ │ │ │ └── try_catch_expression.hpp │ │ │ │ ├── do_while.hpp │ │ │ │ ├── for.hpp │ │ │ │ ├── if.hpp │ │ │ │ ├── sequence.hpp │ │ │ │ ├── switch.hpp │ │ │ │ ├── throw.hpp │ │ │ │ ├── try_catch.hpp │ │ │ │ └── while.hpp │ │ │ ├── stl.hpp │ │ │ ├── stl │ │ │ │ ├── algorithm.hpp │ │ │ │ ├── algorithm │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── begin.hpp │ │ │ │ │ │ ├── decay_array.hpp │ │ │ │ │ │ ├── end.hpp │ │ │ │ │ │ ├── has_equal_range.hpp │ │ │ │ │ │ ├── has_find.hpp │ │ │ │ │ │ ├── has_lower_bound.hpp │ │ │ │ │ │ ├── has_remove.hpp │ │ │ │ │ │ ├── has_remove_if.hpp │ │ │ │ │ │ ├── has_reverse.hpp │ │ │ │ │ │ ├── has_sort.hpp │ │ │ │ │ │ ├── has_unique.hpp │ │ │ │ │ │ ├── has_upper_bound.hpp │ │ │ │ │ │ ├── is_std_hash_map.hpp │ │ │ │ │ │ ├── is_std_hash_set.hpp │ │ │ │ │ │ ├── is_std_list.hpp │ │ │ │ │ │ ├── is_std_map.hpp │ │ │ │ │ │ ├── is_std_set.hpp │ │ │ │ │ │ ├── std_hash_map_fwd.hpp │ │ │ │ │ │ └── std_hash_set_fwd.hpp │ │ │ │ │ ├── iteration.hpp │ │ │ │ │ ├── querying.hpp │ │ │ │ │ └── transformation.hpp │ │ │ │ ├── cmath.hpp │ │ │ │ ├── container.hpp │ │ │ │ └── container │ │ │ │ │ ├── container.hpp │ │ │ │ │ └── detail │ │ │ │ │ └── container.hpp │ │ │ ├── support │ │ │ │ ├── detail │ │ │ │ │ ├── iterate.hpp │ │ │ │ │ ├── iterate_define.hpp │ │ │ │ │ └── iterate_undef.hpp │ │ │ │ ├── iterate.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── vector.hpp │ │ │ │ │ ├── vector_10.hpp │ │ │ │ │ ├── vector_20.hpp │ │ │ │ │ ├── vector_30.hpp │ │ │ │ │ ├── vector_40.hpp │ │ │ │ │ └── vector_50.hpp │ │ │ │ ├── preprocessor │ │ │ │ │ └── round.hpp │ │ │ │ └── vector.hpp │ │ │ └── version.hpp │ │ ├── pointee.hpp │ │ ├── pointer_cast.hpp │ │ ├── pointer_to_other.hpp │ │ ├── polygon │ │ │ ├── detail │ │ │ │ ├── boolean_op.hpp │ │ │ │ ├── boolean_op_45.hpp │ │ │ │ ├── iterator_compact_to_points.hpp │ │ │ │ ├── iterator_geometry_to_set.hpp │ │ │ │ ├── iterator_points_to_compact.hpp │ │ │ │ ├── max_cover.hpp │ │ │ │ ├── minkowski.hpp │ │ │ │ ├── polygon_45_formation.hpp │ │ │ │ ├── polygon_45_set_view.hpp │ │ │ │ ├── polygon_45_touch.hpp │ │ │ │ ├── polygon_90_set_view.hpp │ │ │ │ ├── polygon_90_touch.hpp │ │ │ │ ├── polygon_arbitrary_formation.hpp │ │ │ │ ├── polygon_formation.hpp │ │ │ │ ├── polygon_set_view.hpp │ │ │ │ ├── polygon_simplify.hpp │ │ │ │ ├── polygon_sort_adaptor.hpp │ │ │ │ ├── property_merge.hpp │ │ │ │ ├── property_merge_45.hpp │ │ │ │ ├── rectangle_formation.hpp │ │ │ │ ├── scan_arbitrary.hpp │ │ │ │ ├── voronoi_ctypes.hpp │ │ │ │ ├── voronoi_predicates.hpp │ │ │ │ ├── voronoi_robust_fpt.hpp │ │ │ │ └── voronoi_structures.hpp │ │ │ ├── gmp_override.hpp │ │ │ ├── gtl.hpp │ │ │ ├── interval_concept.hpp │ │ │ ├── interval_data.hpp │ │ │ ├── interval_traits.hpp │ │ │ ├── isotropy.hpp │ │ │ ├── point_concept.hpp │ │ │ ├── point_data.hpp │ │ │ ├── point_traits.hpp │ │ │ ├── polygon.hpp │ │ │ ├── polygon_45_data.hpp │ │ │ ├── polygon_45_set_concept.hpp │ │ │ ├── polygon_45_set_data.hpp │ │ │ ├── polygon_45_set_traits.hpp │ │ │ ├── polygon_45_with_holes_data.hpp │ │ │ ├── polygon_90_data.hpp │ │ │ ├── polygon_90_set_concept.hpp │ │ │ ├── polygon_90_set_data.hpp │ │ │ ├── polygon_90_set_traits.hpp │ │ │ ├── polygon_90_with_holes_data.hpp │ │ │ ├── polygon_data.hpp │ │ │ ├── polygon_set_concept.hpp │ │ │ ├── polygon_set_data.hpp │ │ │ ├── polygon_set_traits.hpp │ │ │ ├── polygon_traits.hpp │ │ │ ├── polygon_with_holes_data.hpp │ │ │ ├── rectangle_concept.hpp │ │ │ ├── rectangle_data.hpp │ │ │ ├── rectangle_traits.hpp │ │ │ ├── segment_concept.hpp │ │ │ ├── segment_data.hpp │ │ │ ├── segment_traits.hpp │ │ │ ├── segment_utils.hpp │ │ │ ├── transform.hpp │ │ │ ├── voronoi.hpp │ │ │ ├── voronoi_builder.hpp │ │ │ ├── voronoi_diagram.hpp │ │ │ └── voronoi_geometry_type.hpp │ │ ├── polymorphic_cast.hpp │ │ ├── pool │ │ │ ├── detail │ │ │ │ ├── for.m4 │ │ │ │ ├── guard.hpp │ │ │ │ ├── mutex.hpp │ │ │ │ ├── pool_construct.bat │ │ │ │ ├── pool_construct.ipp │ │ │ │ ├── pool_construct.m4 │ │ │ │ ├── pool_construct.sh │ │ │ │ ├── pool_construct_simple.bat │ │ │ │ ├── pool_construct_simple.ipp │ │ │ │ ├── pool_construct_simple.m4 │ │ │ │ └── pool_construct_simple.sh │ │ │ ├── object_pool.hpp │ │ │ ├── pool.hpp │ │ │ ├── pool_alloc.hpp │ │ │ ├── poolfwd.hpp │ │ │ ├── simple_segregated_storage.hpp │ │ │ └── singleton_pool.hpp │ │ ├── predef.h │ │ ├── predef │ │ │ ├── architecture.h │ │ │ ├── architecture │ │ │ │ ├── alpha.h │ │ │ │ ├── arm.h │ │ │ │ ├── blackfin.h │ │ │ │ ├── convex.h │ │ │ │ ├── ia64.h │ │ │ │ ├── m68k.h │ │ │ │ ├── mips.h │ │ │ │ ├── parisc.h │ │ │ │ ├── ppc.h │ │ │ │ ├── pyramid.h │ │ │ │ ├── rs6k.h │ │ │ │ ├── sparc.h │ │ │ │ ├── superh.h │ │ │ │ ├── sys370.h │ │ │ │ ├── sys390.h │ │ │ │ ├── x86.h │ │ │ │ ├── x86 │ │ │ │ │ ├── 32.h │ │ │ │ │ └── 64.h │ │ │ │ └── z.h │ │ │ ├── compiler.h │ │ │ ├── compiler │ │ │ │ ├── borland.h │ │ │ │ ├── clang.h │ │ │ │ ├── comeau.h │ │ │ │ ├── compaq.h │ │ │ │ ├── diab.h │ │ │ │ ├── digitalmars.h │ │ │ │ ├── dignus.h │ │ │ │ ├── edg.h │ │ │ │ ├── ekopath.h │ │ │ │ ├── gcc.h │ │ │ │ ├── gcc_xml.h │ │ │ │ ├── greenhills.h │ │ │ │ ├── hp_acc.h │ │ │ │ ├── iar.h │ │ │ │ ├── ibm.h │ │ │ │ ├── intel.h │ │ │ │ ├── kai.h │ │ │ │ ├── llvm.h │ │ │ │ ├── metaware.h │ │ │ │ ├── metrowerks.h │ │ │ │ ├── microtec.h │ │ │ │ ├── mpw.h │ │ │ │ ├── palm.h │ │ │ │ ├── pgi.h │ │ │ │ ├── sgi_mipspro.h │ │ │ │ ├── sunpro.h │ │ │ │ ├── tendra.h │ │ │ │ ├── visualc.h │ │ │ │ └── watcom.h │ │ │ ├── detail │ │ │ │ ├── _cassert.h │ │ │ │ ├── _exception.h │ │ │ │ ├── comp_detected.h │ │ │ │ ├── endian_compat.h │ │ │ │ ├── os_detected.h │ │ │ │ ├── platform_detected.h │ │ │ │ └── test.h │ │ │ ├── language.h │ │ │ ├── language │ │ │ │ ├── objc.h │ │ │ │ ├── stdc.h │ │ │ │ └── stdcpp.h │ │ │ ├── library.h │ │ │ ├── library │ │ │ │ ├── c.h │ │ │ │ ├── c │ │ │ │ │ ├── _prefix.h │ │ │ │ │ ├── gnu.h │ │ │ │ │ ├── uc.h │ │ │ │ │ ├── vms.h │ │ │ │ │ └── zos.h │ │ │ │ ├── std.h │ │ │ │ └── std │ │ │ │ │ ├── _prefix.h │ │ │ │ │ ├── cxx.h │ │ │ │ │ ├── dinkumware.h │ │ │ │ │ ├── libcomo.h │ │ │ │ │ ├── modena.h │ │ │ │ │ ├── msl.h │ │ │ │ │ ├── roguewave.h │ │ │ │ │ ├── sgi.h │ │ │ │ │ ├── stdcpp3.h │ │ │ │ │ ├── stlport.h │ │ │ │ │ └── vacpp.h │ │ │ ├── make.h │ │ │ ├── os.h │ │ │ ├── os │ │ │ │ ├── aix.h │ │ │ │ ├── amigaos.h │ │ │ │ ├── android.h │ │ │ │ ├── beos.h │ │ │ │ ├── bsd.h │ │ │ │ ├── bsd │ │ │ │ │ ├── bsdi.h │ │ │ │ │ ├── dragonfly.h │ │ │ │ │ ├── free.h │ │ │ │ │ ├── net.h │ │ │ │ │ └── open.h │ │ │ │ ├── cygwin.h │ │ │ │ ├── hpux.h │ │ │ │ ├── ios.h │ │ │ │ ├── irix.h │ │ │ │ ├── linux.h │ │ │ │ ├── macos.h │ │ │ │ ├── os400.h │ │ │ │ ├── qnxnto.h │ │ │ │ ├── solaris.h │ │ │ │ ├── unix.h │ │ │ │ ├── vms.h │ │ │ │ └── windows.h │ │ │ ├── other.h │ │ │ ├── other │ │ │ │ └── endian.h │ │ │ ├── platform.h │ │ │ ├── platform │ │ │ │ ├── mingw.h │ │ │ │ ├── windows_desktop.h │ │ │ │ ├── windows_phone.h │ │ │ │ ├── windows_runtime.h │ │ │ │ └── windows_store.h │ │ │ ├── version.h │ │ │ └── version_number.h │ │ ├── preprocessor.hpp │ │ ├── preprocessor │ │ │ ├── arithmetic.hpp │ │ │ ├── arithmetic │ │ │ │ ├── add.hpp │ │ │ │ ├── dec.hpp │ │ │ │ ├── detail │ │ │ │ │ └── div_base.hpp │ │ │ │ ├── div.hpp │ │ │ │ ├── inc.hpp │ │ │ │ ├── mod.hpp │ │ │ │ ├── mul.hpp │ │ │ │ └── sub.hpp │ │ │ ├── array.hpp │ │ │ ├── array │ │ │ │ ├── data.hpp │ │ │ │ ├── elem.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── remove.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── to_list.hpp │ │ │ │ ├── to_seq.hpp │ │ │ │ └── to_tuple.hpp │ │ │ ├── assert_msg.hpp │ │ │ ├── cat.hpp │ │ │ ├── comma.hpp │ │ │ ├── comma_if.hpp │ │ │ ├── comparison.hpp │ │ │ ├── comparison │ │ │ │ ├── equal.hpp │ │ │ │ ├── greater.hpp │ │ │ │ ├── greater_equal.hpp │ │ │ │ ├── less.hpp │ │ │ │ ├── less_equal.hpp │ │ │ │ └── not_equal.hpp │ │ │ ├── config │ │ │ │ ├── config.hpp │ │ │ │ └── limits.hpp │ │ │ ├── control.hpp │ │ │ ├── control │ │ │ │ ├── deduce_d.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── dmc │ │ │ │ │ │ └── while.hpp │ │ │ │ │ ├── edg │ │ │ │ │ │ └── while.hpp │ │ │ │ │ ├── msvc │ │ │ │ │ │ └── while.hpp │ │ │ │ │ └── while.hpp │ │ │ │ ├── expr_if.hpp │ │ │ │ ├── expr_iif.hpp │ │ │ │ ├── if.hpp │ │ │ │ ├── iif.hpp │ │ │ │ └── while.hpp │ │ │ ├── debug.hpp │ │ │ ├── debug │ │ │ │ ├── assert.hpp │ │ │ │ ├── error.hpp │ │ │ │ └── line.hpp │ │ │ ├── dec.hpp │ │ │ ├── detail │ │ │ │ ├── auto_rec.hpp │ │ │ │ ├── check.hpp │ │ │ │ ├── dmc │ │ │ │ │ └── auto_rec.hpp │ │ │ │ ├── is_binary.hpp │ │ │ │ ├── is_nullary.hpp │ │ │ │ ├── is_unary.hpp │ │ │ │ ├── null.hpp │ │ │ │ └── split.hpp │ │ │ ├── empty.hpp │ │ │ ├── enum.hpp │ │ │ ├── enum_params.hpp │ │ │ ├── enum_params_with_a_default.hpp │ │ │ ├── enum_params_with_defaults.hpp │ │ │ ├── enum_shifted.hpp │ │ │ ├── enum_shifted_params.hpp │ │ │ ├── expand.hpp │ │ │ ├── expr_if.hpp │ │ │ ├── facilities.hpp │ │ │ ├── facilities │ │ │ │ ├── apply.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── expand.hpp │ │ │ │ ├── identity.hpp │ │ │ │ ├── intercept.hpp │ │ │ │ ├── is_1.hpp │ │ │ │ ├── is_empty.hpp │ │ │ │ ├── is_empty_or_1.hpp │ │ │ │ └── overload.hpp │ │ │ ├── for.hpp │ │ │ ├── identity.hpp │ │ │ ├── if.hpp │ │ │ ├── inc.hpp │ │ │ ├── iterate.hpp │ │ │ ├── iteration.hpp │ │ │ ├── iteration │ │ │ │ ├── detail │ │ │ │ │ ├── bounds │ │ │ │ │ │ ├── lower1.hpp │ │ │ │ │ │ ├── lower2.hpp │ │ │ │ │ │ ├── lower3.hpp │ │ │ │ │ │ ├── lower4.hpp │ │ │ │ │ │ ├── lower5.hpp │ │ │ │ │ │ ├── upper1.hpp │ │ │ │ │ │ ├── upper2.hpp │ │ │ │ │ │ ├── upper3.hpp │ │ │ │ │ │ ├── upper4.hpp │ │ │ │ │ │ └── upper5.hpp │ │ │ │ │ ├── finish.hpp │ │ │ │ │ ├── iter │ │ │ │ │ │ ├── forward1.hpp │ │ │ │ │ │ ├── forward2.hpp │ │ │ │ │ │ ├── forward3.hpp │ │ │ │ │ │ ├── forward4.hpp │ │ │ │ │ │ ├── forward5.hpp │ │ │ │ │ │ ├── reverse1.hpp │ │ │ │ │ │ ├── reverse2.hpp │ │ │ │ │ │ ├── reverse3.hpp │ │ │ │ │ │ ├── reverse4.hpp │ │ │ │ │ │ └── reverse5.hpp │ │ │ │ │ ├── local.hpp │ │ │ │ │ ├── rlocal.hpp │ │ │ │ │ ├── self.hpp │ │ │ │ │ └── start.hpp │ │ │ │ ├── iterate.hpp │ │ │ │ ├── local.hpp │ │ │ │ └── self.hpp │ │ │ ├── library.hpp │ │ │ ├── limits.hpp │ │ │ ├── list.hpp │ │ │ ├── list │ │ │ │ ├── adt.hpp │ │ │ │ ├── append.hpp │ │ │ │ ├── at.hpp │ │ │ │ ├── cat.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── dmc │ │ │ │ │ │ └── fold_left.hpp │ │ │ │ │ ├── edg │ │ │ │ │ │ ├── fold_left.hpp │ │ │ │ │ │ └── fold_right.hpp │ │ │ │ │ ├── fold_left.hpp │ │ │ │ │ └── fold_right.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── filter.hpp │ │ │ │ ├── first_n.hpp │ │ │ │ ├── fold_left.hpp │ │ │ │ ├── fold_right.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── for_each_i.hpp │ │ │ │ ├── for_each_product.hpp │ │ │ │ ├── rest_n.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── to_array.hpp │ │ │ │ ├── to_seq.hpp │ │ │ │ ├── to_tuple.hpp │ │ │ │ └── transform.hpp │ │ │ ├── logical.hpp │ │ │ ├── logical │ │ │ │ ├── and.hpp │ │ │ │ ├── bitand.hpp │ │ │ │ ├── bitnor.hpp │ │ │ │ ├── bitor.hpp │ │ │ │ ├── bitxor.hpp │ │ │ │ ├── bool.hpp │ │ │ │ ├── compl.hpp │ │ │ │ ├── nor.hpp │ │ │ │ ├── not.hpp │ │ │ │ ├── or.hpp │ │ │ │ └── xor.hpp │ │ │ ├── max.hpp │ │ │ ├── min.hpp │ │ │ ├── punctuation.hpp │ │ │ ├── punctuation │ │ │ │ ├── comma.hpp │ │ │ │ ├── comma_if.hpp │ │ │ │ ├── paren.hpp │ │ │ │ └── paren_if.hpp │ │ │ ├── repeat.hpp │ │ │ ├── repeat_2nd.hpp │ │ │ ├── repeat_3rd.hpp │ │ │ ├── repeat_from_to.hpp │ │ │ ├── repeat_from_to_2nd.hpp │ │ │ ├── repeat_from_to_3rd.hpp │ │ │ ├── repetition.hpp │ │ │ ├── repetition │ │ │ │ ├── deduce_r.hpp │ │ │ │ ├── deduce_z.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── dmc │ │ │ │ │ │ └── for.hpp │ │ │ │ │ ├── edg │ │ │ │ │ │ └── for.hpp │ │ │ │ │ ├── for.hpp │ │ │ │ │ └── msvc │ │ │ │ │ │ └── for.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── enum_binary_params.hpp │ │ │ │ ├── enum_params.hpp │ │ │ │ ├── enum_params_with_a_default.hpp │ │ │ │ ├── enum_params_with_defaults.hpp │ │ │ │ ├── enum_shifted.hpp │ │ │ │ ├── enum_shifted_binary_params.hpp │ │ │ │ ├── enum_shifted_params.hpp │ │ │ │ ├── enum_trailing.hpp │ │ │ │ ├── enum_trailing_binary_params.hpp │ │ │ │ ├── enum_trailing_params.hpp │ │ │ │ ├── for.hpp │ │ │ │ ├── repeat.hpp │ │ │ │ └── repeat_from_to.hpp │ │ │ ├── selection.hpp │ │ │ ├── selection │ │ │ │ ├── max.hpp │ │ │ │ └── min.hpp │ │ │ ├── seq.hpp │ │ │ ├── seq │ │ │ │ ├── cat.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── binary_transform.hpp │ │ │ │ │ └── split.hpp │ │ │ │ ├── elem.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── filter.hpp │ │ │ │ ├── first_n.hpp │ │ │ │ ├── fold_left.hpp │ │ │ │ ├── fold_right.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── for_each_i.hpp │ │ │ │ ├── for_each_product.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── remove.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── rest_n.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── seq.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── subseq.hpp │ │ │ │ ├── to_array.hpp │ │ │ │ ├── to_list.hpp │ │ │ │ ├── to_tuple.hpp │ │ │ │ ├── transform.hpp │ │ │ │ └── variadic_seq_to_seq.hpp │ │ │ ├── slot.hpp │ │ │ ├── slot │ │ │ │ ├── counter.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── counter.hpp │ │ │ │ │ ├── def.hpp │ │ │ │ │ ├── shared.hpp │ │ │ │ │ ├── slot1.hpp │ │ │ │ │ ├── slot2.hpp │ │ │ │ │ ├── slot3.hpp │ │ │ │ │ ├── slot4.hpp │ │ │ │ │ └── slot5.hpp │ │ │ │ └── slot.hpp │ │ │ ├── stringize.hpp │ │ │ ├── tuple.hpp │ │ │ ├── tuple │ │ │ │ ├── eat.hpp │ │ │ │ ├── elem.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── rem.hpp │ │ │ │ ├── remove.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── to_array.hpp │ │ │ │ ├── to_list.hpp │ │ │ │ └── to_seq.hpp │ │ │ ├── variadic.hpp │ │ │ ├── variadic │ │ │ │ ├── elem.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── to_array.hpp │ │ │ │ ├── to_list.hpp │ │ │ │ ├── to_seq.hpp │ │ │ │ └── to_tuple.hpp │ │ │ ├── while.hpp │ │ │ └── wstringize.hpp │ │ ├── program_options.hpp │ │ ├── program_options │ │ │ ├── cmdline.hpp │ │ │ ├── config.hpp │ │ │ ├── detail │ │ │ │ ├── cmdline.hpp │ │ │ │ ├── config_file.hpp │ │ │ │ ├── convert.hpp │ │ │ │ ├── parsers.hpp │ │ │ │ ├── utf8_codecvt_facet.hpp │ │ │ │ └── value_semantic.hpp │ │ │ ├── environment_iterator.hpp │ │ │ ├── eof_iterator.hpp │ │ │ ├── errors.hpp │ │ │ ├── option.hpp │ │ │ ├── options_description.hpp │ │ │ ├── parsers.hpp │ │ │ ├── positional_options.hpp │ │ │ ├── value_semantic.hpp │ │ │ ├── variables_map.hpp │ │ │ └── version.hpp │ │ ├── progress.hpp │ │ ├── property_map │ │ │ ├── compose_property_map.hpp │ │ │ ├── dynamic_property_map.hpp │ │ │ ├── function_property_map.hpp │ │ │ ├── parallel │ │ │ │ ├── basic_reduce.hpp │ │ │ │ ├── caching_property_map.hpp │ │ │ │ ├── detail │ │ │ │ │ └── untracked_pair.hpp │ │ │ │ ├── distributed_property_map.hpp │ │ │ │ ├── global_index_map.hpp │ │ │ │ ├── impl │ │ │ │ │ └── distributed_property_map.ipp │ │ │ │ ├── local_property_map.hpp │ │ │ │ ├── parallel_property_maps.hpp │ │ │ │ ├── process_group.hpp │ │ │ │ ├── simple_trigger.hpp │ │ │ │ ├── unsafe_serialize.hpp │ │ │ │ └── vector_property_map.hpp │ │ │ ├── property_map.hpp │ │ │ ├── property_map_iterator.hpp │ │ │ ├── shared_array_property_map.hpp │ │ │ ├── transform_value_property_map.hpp │ │ │ └── vector_property_map.hpp │ │ ├── property_tree │ │ │ ├── detail │ │ │ │ ├── exception_implementation.hpp │ │ │ │ ├── file_parser_error.hpp │ │ │ │ ├── info_parser_error.hpp │ │ │ │ ├── info_parser_read.hpp │ │ │ │ ├── info_parser_utils.hpp │ │ │ │ ├── info_parser_write.hpp │ │ │ │ ├── info_parser_writer_settings.hpp │ │ │ │ ├── json_parser_error.hpp │ │ │ │ ├── json_parser_read.hpp │ │ │ │ ├── json_parser_write.hpp │ │ │ │ ├── ptree_implementation.hpp │ │ │ │ ├── ptree_utils.hpp │ │ │ │ ├── rapidxml.hpp │ │ │ │ ├── xml_parser_error.hpp │ │ │ │ ├── xml_parser_flags.hpp │ │ │ │ ├── xml_parser_read_rapidxml.hpp │ │ │ │ ├── xml_parser_utils.hpp │ │ │ │ ├── xml_parser_write.hpp │ │ │ │ └── xml_parser_writer_settings.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── id_translator.hpp │ │ │ ├── info_parser.hpp │ │ │ ├── ini_parser.hpp │ │ │ ├── json_parser.hpp │ │ │ ├── ptree.hpp │ │ │ ├── ptree_fwd.hpp │ │ │ ├── ptree_serialization.hpp │ │ │ ├── stream_translator.hpp │ │ │ ├── string_path.hpp │ │ │ └── xml_parser.hpp │ │ ├── proto │ │ │ ├── args.hpp │ │ │ ├── context.hpp │ │ │ ├── context │ │ │ │ ├── callable.hpp │ │ │ │ ├── default.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── callable_eval.hpp │ │ │ │ │ ├── default_eval.hpp │ │ │ │ │ ├── null_eval.hpp │ │ │ │ │ └── preprocessed │ │ │ │ │ │ ├── callable_eval.hpp │ │ │ │ │ │ ├── default_eval.hpp │ │ │ │ │ │ └── null_eval.hpp │ │ │ │ └── null.hpp │ │ │ ├── core.hpp │ │ │ ├── debug.hpp │ │ │ ├── deep_copy.hpp │ │ │ ├── detail │ │ │ │ ├── and_n.hpp │ │ │ │ ├── any.hpp │ │ │ │ ├── args.hpp │ │ │ │ ├── as_expr.hpp │ │ │ │ ├── as_lvalue.hpp │ │ │ │ ├── basic_expr.hpp │ │ │ │ ├── class_member_traits.hpp │ │ │ │ ├── decltype.hpp │ │ │ │ ├── deduce_domain.hpp │ │ │ │ ├── deduce_domain_n.hpp │ │ │ │ ├── deep_copy.hpp │ │ │ │ ├── deprecated.hpp │ │ │ │ ├── dont_care.hpp │ │ │ │ ├── expr.hpp │ │ │ │ ├── expr_funop.hpp │ │ │ │ ├── extends_funop.hpp │ │ │ │ ├── extends_funop_const.hpp │ │ │ │ ├── funop.hpp │ │ │ │ ├── generate_by_value.hpp │ │ │ │ ├── ignore_unused.hpp │ │ │ │ ├── is_noncopyable.hpp │ │ │ │ ├── lambda_matches.hpp │ │ │ │ ├── local.hpp │ │ │ │ ├── make_expr.hpp │ │ │ │ ├── make_expr_.hpp │ │ │ │ ├── make_expr_funop.hpp │ │ │ │ ├── matches_.hpp │ │ │ │ ├── memfun_funop.hpp │ │ │ │ ├── or_n.hpp │ │ │ │ ├── poly_function.hpp │ │ │ │ ├── poly_function_funop.hpp │ │ │ │ ├── poly_function_traits.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── and_n.hpp │ │ │ │ │ ├── args.hpp │ │ │ │ │ ├── basic_expr.hpp │ │ │ │ │ ├── class_member_traits.hpp │ │ │ │ │ ├── deduce_domain_n.hpp │ │ │ │ │ ├── deep_copy.hpp │ │ │ │ │ ├── expr.hpp │ │ │ │ │ ├── expr_variadic.hpp │ │ │ │ │ ├── extends_funop.hpp │ │ │ │ │ ├── extends_funop_const.hpp │ │ │ │ │ ├── funop.hpp │ │ │ │ │ ├── generate_by_value.hpp │ │ │ │ │ ├── lambda_matches.hpp │ │ │ │ │ ├── make_expr.hpp │ │ │ │ │ ├── make_expr_.hpp │ │ │ │ │ ├── make_expr_funop.hpp │ │ │ │ │ ├── matches_.hpp │ │ │ │ │ ├── memfun_funop.hpp │ │ │ │ │ ├── or_n.hpp │ │ │ │ │ ├── poly_function_funop.hpp │ │ │ │ │ ├── poly_function_traits.hpp │ │ │ │ │ ├── template_arity_helper.hpp │ │ │ │ │ ├── traits.hpp │ │ │ │ │ ├── unpack_expr_.hpp │ │ │ │ │ └── vararg_matches_impl.hpp │ │ │ │ ├── remove_typename.hpp │ │ │ │ ├── static_const.hpp │ │ │ │ ├── template_arity.hpp │ │ │ │ ├── template_arity_helper.hpp │ │ │ │ ├── traits.hpp │ │ │ │ ├── unpack_expr_.hpp │ │ │ │ └── vararg_matches_impl.hpp │ │ │ ├── domain.hpp │ │ │ ├── eval.hpp │ │ │ ├── expr.hpp │ │ │ ├── extends.hpp │ │ │ ├── functional.hpp │ │ │ ├── functional │ │ │ │ ├── fusion.hpp │ │ │ │ ├── fusion │ │ │ │ │ ├── at.hpp │ │ │ │ │ ├── pop_back.hpp │ │ │ │ │ ├── pop_front.hpp │ │ │ │ │ ├── push_back.hpp │ │ │ │ │ ├── push_front.hpp │ │ │ │ │ └── reverse.hpp │ │ │ │ ├── range.hpp │ │ │ │ ├── range │ │ │ │ │ ├── begin.hpp │ │ │ │ │ ├── empty.hpp │ │ │ │ │ ├── end.hpp │ │ │ │ │ ├── rbegin.hpp │ │ │ │ │ ├── rend.hpp │ │ │ │ │ └── size.hpp │ │ │ │ ├── std.hpp │ │ │ │ └── std │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ └── utility.hpp │ │ │ ├── fusion.hpp │ │ │ ├── generate.hpp │ │ │ ├── literal.hpp │ │ │ ├── make_expr.hpp │ │ │ ├── matches.hpp │ │ │ ├── operators.hpp │ │ │ ├── proto.hpp │ │ │ ├── proto_fwd.hpp │ │ │ ├── proto_typeof.hpp │ │ │ ├── repeat.hpp │ │ │ ├── tags.hpp │ │ │ ├── traits.hpp │ │ │ ├── transform.hpp │ │ │ └── transform │ │ │ │ ├── arg.hpp │ │ │ │ ├── call.hpp │ │ │ │ ├── default.hpp │ │ │ │ ├── detail │ │ │ │ ├── call.hpp │ │ │ │ ├── construct_funop.hpp │ │ │ │ ├── construct_pod_funop.hpp │ │ │ │ ├── default_function_impl.hpp │ │ │ │ ├── expand_pack.hpp │ │ │ │ ├── fold_impl.hpp │ │ │ │ ├── lazy.hpp │ │ │ │ ├── make.hpp │ │ │ │ ├── make_gcc_workaround.hpp │ │ │ │ ├── pack.hpp │ │ │ │ ├── pack_impl.hpp │ │ │ │ ├── pass_through_impl.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── call.hpp │ │ │ │ │ ├── construct_funop.hpp │ │ │ │ │ ├── construct_pod_funop.hpp │ │ │ │ │ ├── default_function_impl.hpp │ │ │ │ │ ├── expand_pack.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── lazy.hpp │ │ │ │ │ ├── make.hpp │ │ │ │ │ ├── make_gcc_workaround.hpp │ │ │ │ │ ├── pack_impl.hpp │ │ │ │ │ ├── pass_through_impl.hpp │ │ │ │ │ └── when.hpp │ │ │ │ └── when.hpp │ │ │ │ ├── env.hpp │ │ │ │ ├── fold.hpp │ │ │ │ ├── fold_tree.hpp │ │ │ │ ├── impl.hpp │ │ │ │ ├── integral_c.hpp │ │ │ │ ├── lazy.hpp │ │ │ │ ├── make.hpp │ │ │ │ ├── pass_through.hpp │ │ │ │ └── when.hpp │ │ ├── ptr_container │ │ │ ├── clone_allocator.hpp │ │ │ ├── detail │ │ │ │ ├── associative_ptr_container.hpp │ │ │ │ ├── default_deleter.hpp │ │ │ │ ├── is_convertible.hpp │ │ │ │ ├── map_iterator.hpp │ │ │ │ ├── meta_functions.hpp │ │ │ │ ├── move.hpp │ │ │ │ ├── reversible_ptr_container.hpp │ │ │ │ ├── scoped_deleter.hpp │ │ │ │ ├── serialize_ptr_map_adapter.hpp │ │ │ │ ├── serialize_reversible_cont.hpp │ │ │ │ ├── serialize_xml_names.hpp │ │ │ │ ├── static_move_ptr.hpp │ │ │ │ ├── throw_exception.hpp │ │ │ │ └── void_ptr_iterator.hpp │ │ │ ├── exception.hpp │ │ │ ├── indirect_fun.hpp │ │ │ ├── nullable.hpp │ │ │ ├── ptr_array.hpp │ │ │ ├── ptr_circular_buffer.hpp │ │ │ ├── ptr_container.hpp │ │ │ ├── ptr_deque.hpp │ │ │ ├── ptr_inserter.hpp │ │ │ ├── ptr_list.hpp │ │ │ ├── ptr_map.hpp │ │ │ ├── ptr_map_adapter.hpp │ │ │ ├── ptr_sequence_adapter.hpp │ │ │ ├── ptr_set.hpp │ │ │ ├── ptr_set_adapter.hpp │ │ │ ├── ptr_unordered_map.hpp │ │ │ ├── ptr_unordered_set.hpp │ │ │ ├── ptr_vector.hpp │ │ │ ├── serialize_ptr_array.hpp │ │ │ ├── serialize_ptr_circular_buffer.hpp │ │ │ ├── serialize_ptr_container.hpp │ │ │ ├── serialize_ptr_deque.hpp │ │ │ ├── serialize_ptr_list.hpp │ │ │ ├── serialize_ptr_map.hpp │ │ │ ├── serialize_ptr_set.hpp │ │ │ ├── serialize_ptr_unordered_map.hpp │ │ │ ├── serialize_ptr_unordered_set.hpp │ │ │ └── serialize_ptr_vector.hpp │ │ ├── python.hpp │ │ ├── python │ │ │ ├── arg_from_python.hpp │ │ │ ├── args.hpp │ │ │ ├── args_fwd.hpp │ │ │ ├── back_reference.hpp │ │ │ ├── base_type_traits.hpp │ │ │ ├── bases.hpp │ │ │ ├── borrowed.hpp │ │ │ ├── call.hpp │ │ │ ├── call_method.hpp │ │ │ ├── cast.hpp │ │ │ ├── class.hpp │ │ │ ├── class_fwd.hpp │ │ │ ├── converter │ │ │ │ ├── arg_from_python.hpp │ │ │ │ ├── arg_to_python.hpp │ │ │ │ ├── arg_to_python_base.hpp │ │ │ │ ├── as_to_python_function.hpp │ │ │ │ ├── builtin_converters.hpp │ │ │ │ ├── constructor_function.hpp │ │ │ │ ├── context_result_converter.hpp │ │ │ │ ├── convertible_function.hpp │ │ │ │ ├── from_python.hpp │ │ │ │ ├── implicit.hpp │ │ │ │ ├── obj_mgr_arg_from_python.hpp │ │ │ │ ├── object_manager.hpp │ │ │ │ ├── pointer_type_id.hpp │ │ │ │ ├── pyobject_traits.hpp │ │ │ │ ├── pyobject_type.hpp │ │ │ │ ├── pytype_function.hpp │ │ │ │ ├── pytype_object_mgr_traits.hpp │ │ │ │ ├── registered.hpp │ │ │ │ ├── registered_pointee.hpp │ │ │ │ ├── registrations.hpp │ │ │ │ ├── registry.hpp │ │ │ │ ├── return_from_python.hpp │ │ │ │ ├── rvalue_from_python_data.hpp │ │ │ │ ├── shared_ptr_deleter.hpp │ │ │ │ ├── shared_ptr_from_python.hpp │ │ │ │ ├── shared_ptr_to_python.hpp │ │ │ │ └── to_python_function_type.hpp │ │ │ ├── copy_const_reference.hpp │ │ │ ├── copy_non_const_reference.hpp │ │ │ ├── data_members.hpp │ │ │ ├── def.hpp │ │ │ ├── def_visitor.hpp │ │ │ ├── default_call_policies.hpp │ │ │ ├── detail │ │ │ │ ├── aix_init_module.hpp │ │ │ │ ├── api_placeholder.hpp │ │ │ │ ├── borrowed_ptr.hpp │ │ │ │ ├── caller.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── construct.hpp │ │ │ │ ├── convertible.hpp │ │ │ │ ├── copy_ctor_mutates_rhs.hpp │ │ │ │ ├── cv_category.hpp │ │ │ │ ├── dealloc.hpp │ │ │ │ ├── decorated_type_id.hpp │ │ │ │ ├── decref_guard.hpp │ │ │ │ ├── def_helper.hpp │ │ │ │ ├── def_helper_fwd.hpp │ │ │ │ ├── defaults_def.hpp │ │ │ │ ├── defaults_gen.hpp │ │ │ │ ├── dependent.hpp │ │ │ │ ├── destroy.hpp │ │ │ │ ├── enable_if.hpp │ │ │ │ ├── exception_handler.hpp │ │ │ │ ├── force_instantiate.hpp │ │ │ │ ├── if_else.hpp │ │ │ │ ├── indirect_traits.hpp │ │ │ │ ├── invoke.hpp │ │ │ │ ├── is_auto_ptr.hpp │ │ │ │ ├── is_shared_ptr.hpp │ │ │ │ ├── is_wrapper.hpp │ │ │ │ ├── is_xxx.hpp │ │ │ │ ├── make_keyword_range_fn.hpp │ │ │ │ ├── make_tuple.hpp │ │ │ │ ├── map_entry.hpp │ │ │ │ ├── mpl_lambda.hpp │ │ │ │ ├── msvc_typeinfo.hpp │ │ │ │ ├── none.hpp │ │ │ │ ├── not_specified.hpp │ │ │ │ ├── nullary_function_adaptor.hpp │ │ │ │ ├── operator_id.hpp │ │ │ │ ├── overloads_fwd.hpp │ │ │ │ ├── pointee.hpp │ │ │ │ ├── prefix.hpp │ │ │ │ ├── preprocessor.hpp │ │ │ │ ├── python22_fixed.h │ │ │ │ ├── python_type.hpp │ │ │ │ ├── raw_pyobject.hpp │ │ │ │ ├── referent_storage.hpp │ │ │ │ ├── result.hpp │ │ │ │ ├── scope.hpp │ │ │ │ ├── sfinae.hpp │ │ │ │ ├── signature.hpp │ │ │ │ ├── string_literal.hpp │ │ │ │ ├── target.hpp │ │ │ │ ├── translate_exception.hpp │ │ │ │ ├── type_list.hpp │ │ │ │ ├── type_list_impl.hpp │ │ │ │ ├── type_list_impl_no_pts.hpp │ │ │ │ ├── unwind_type.hpp │ │ │ │ ├── unwrap_type_id.hpp │ │ │ │ ├── unwrap_wrapper.hpp │ │ │ │ ├── value_arg.hpp │ │ │ │ ├── value_is_shared_ptr.hpp │ │ │ │ ├── value_is_xxx.hpp │ │ │ │ ├── void_ptr.hpp │ │ │ │ ├── void_return.hpp │ │ │ │ ├── wrap_python.hpp │ │ │ │ └── wrapper_base.hpp │ │ │ ├── dict.hpp │ │ │ ├── docstring_options.hpp │ │ │ ├── enum.hpp │ │ │ ├── errors.hpp │ │ │ ├── exception_translator.hpp │ │ │ ├── exec.hpp │ │ │ ├── extract.hpp │ │ │ ├── handle.hpp │ │ │ ├── handle_fwd.hpp │ │ │ ├── has_back_reference.hpp │ │ │ ├── implicit.hpp │ │ │ ├── import.hpp │ │ │ ├── init.hpp │ │ │ ├── instance_holder.hpp │ │ │ ├── iterator.hpp │ │ │ ├── list.hpp │ │ │ ├── long.hpp │ │ │ ├── lvalue_from_pytype.hpp │ │ │ ├── make_constructor.hpp │ │ │ ├── make_function.hpp │ │ │ ├── manage_new_object.hpp │ │ │ ├── module.hpp │ │ │ ├── module_init.hpp │ │ │ ├── numeric.hpp │ │ │ ├── object.hpp │ │ │ ├── object │ │ │ │ ├── add_to_namespace.hpp │ │ │ │ ├── class.hpp │ │ │ │ ├── class_detail.hpp │ │ │ │ ├── class_metadata.hpp │ │ │ │ ├── class_wrapper.hpp │ │ │ │ ├── enum_base.hpp │ │ │ │ ├── find_instance.hpp │ │ │ │ ├── forward.hpp │ │ │ │ ├── function.hpp │ │ │ │ ├── function_doc_signature.hpp │ │ │ │ ├── function_handle.hpp │ │ │ │ ├── function_object.hpp │ │ │ │ ├── inheritance.hpp │ │ │ │ ├── inheritance_query.hpp │ │ │ │ ├── instance.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── iterator_core.hpp │ │ │ │ ├── life_support.hpp │ │ │ │ ├── make_holder.hpp │ │ │ │ ├── make_instance.hpp │ │ │ │ ├── make_ptr_instance.hpp │ │ │ │ ├── pickle_support.hpp │ │ │ │ ├── pointer_holder.hpp │ │ │ │ ├── py_function.hpp │ │ │ │ ├── stl_iterator_core.hpp │ │ │ │ ├── value_holder.hpp │ │ │ │ └── value_holder_fwd.hpp │ │ │ ├── object_attributes.hpp │ │ │ ├── object_call.hpp │ │ │ ├── object_core.hpp │ │ │ ├── object_fwd.hpp │ │ │ ├── object_items.hpp │ │ │ ├── object_operators.hpp │ │ │ ├── object_protocol.hpp │ │ │ ├── object_protocol_core.hpp │ │ │ ├── object_slices.hpp │ │ │ ├── opaque_pointer_converter.hpp │ │ │ ├── operators.hpp │ │ │ ├── other.hpp │ │ │ ├── overloads.hpp │ │ │ ├── override.hpp │ │ │ ├── pointee.hpp │ │ │ ├── proxy.hpp │ │ │ ├── ptr.hpp │ │ │ ├── pure_virtual.hpp │ │ │ ├── raw_function.hpp │ │ │ ├── refcount.hpp │ │ │ ├── reference_existing_object.hpp │ │ │ ├── register_ptr_to_python.hpp │ │ │ ├── return_arg.hpp │ │ │ ├── return_by_value.hpp │ │ │ ├── return_internal_reference.hpp │ │ │ ├── return_opaque_pointer.hpp │ │ │ ├── return_value_policy.hpp │ │ │ ├── scope.hpp │ │ │ ├── self.hpp │ │ │ ├── signature.hpp │ │ │ ├── slice.hpp │ │ │ ├── slice_nil.hpp │ │ │ ├── ssize_t.hpp │ │ │ ├── stl_iterator.hpp │ │ │ ├── str.hpp │ │ │ ├── suite │ │ │ │ └── indexing │ │ │ │ │ ├── container_utils.hpp │ │ │ │ │ ├── detail │ │ │ │ │ └── indexing_suite_detail.hpp │ │ │ │ │ ├── indexing_suite.hpp │ │ │ │ │ ├── map_indexing_suite.hpp │ │ │ │ │ └── vector_indexing_suite.hpp │ │ │ ├── tag.hpp │ │ │ ├── to_python_converter.hpp │ │ │ ├── to_python_indirect.hpp │ │ │ ├── to_python_value.hpp │ │ │ ├── tuple.hpp │ │ │ ├── type_id.hpp │ │ │ ├── with_custodian_and_ward.hpp │ │ │ └── wrapper.hpp │ │ ├── random.hpp │ │ ├── random │ │ │ ├── additive_combine.hpp │ │ │ ├── bernoulli_distribution.hpp │ │ │ ├── beta_distribution.hpp │ │ │ ├── binomial_distribution.hpp │ │ │ ├── cauchy_distribution.hpp │ │ │ ├── chi_squared_distribution.hpp │ │ │ ├── detail │ │ │ │ ├── auto_link.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── const_mod.hpp │ │ │ │ ├── disable_warnings.hpp │ │ │ │ ├── enable_warnings.hpp │ │ │ │ ├── generator_bits.hpp │ │ │ │ ├── generator_seed_seq.hpp │ │ │ │ ├── integer_log2.hpp │ │ │ │ ├── iterator_mixin.hpp │ │ │ │ ├── large_arithmetic.hpp │ │ │ │ ├── operators.hpp │ │ │ │ ├── ptr_helper.hpp │ │ │ │ ├── seed.hpp │ │ │ │ ├── seed_impl.hpp │ │ │ │ ├── signed_unsigned_tools.hpp │ │ │ │ ├── uniform_int_float.hpp │ │ │ │ └── vector_io.hpp │ │ │ ├── discard_block.hpp │ │ │ ├── discrete_distribution.hpp │ │ │ ├── exponential_distribution.hpp │ │ │ ├── extreme_value_distribution.hpp │ │ │ ├── fisher_f_distribution.hpp │ │ │ ├── gamma_distribution.hpp │ │ │ ├── generate_canonical.hpp │ │ │ ├── geometric_distribution.hpp │ │ │ ├── independent_bits.hpp │ │ │ ├── inversive_congruential.hpp │ │ │ ├── lagged_fibonacci.hpp │ │ │ ├── laplace_distribution.hpp │ │ │ ├── linear_congruential.hpp │ │ │ ├── linear_feedback_shift.hpp │ │ │ ├── lognormal_distribution.hpp │ │ │ ├── mersenne_twister.hpp │ │ │ ├── negative_binomial_distribution.hpp │ │ │ ├── normal_distribution.hpp │ │ │ ├── piecewise_constant_distribution.hpp │ │ │ ├── piecewise_linear_distribution.hpp │ │ │ ├── poisson_distribution.hpp │ │ │ ├── random_device.hpp │ │ │ ├── random_number_generator.hpp │ │ │ ├── ranlux.hpp │ │ │ ├── seed_seq.hpp │ │ │ ├── shuffle_order.hpp │ │ │ ├── shuffle_output.hpp │ │ │ ├── student_t_distribution.hpp │ │ │ ├── subtract_with_carry.hpp │ │ │ ├── taus88.hpp │ │ │ ├── triangle_distribution.hpp │ │ │ ├── uniform_01.hpp │ │ │ ├── uniform_int.hpp │ │ │ ├── uniform_int_distribution.hpp │ │ │ ├── uniform_on_sphere.hpp │ │ │ ├── uniform_real.hpp │ │ │ ├── uniform_real_distribution.hpp │ │ │ ├── uniform_smallint.hpp │ │ │ ├── variate_generator.hpp │ │ │ ├── weibull_distribution.hpp │ │ │ └── xor_combine.hpp │ │ ├── range.hpp │ │ ├── range │ │ │ ├── adaptor │ │ │ │ ├── adjacent_filtered.hpp │ │ │ │ ├── argument_fwd.hpp │ │ │ │ ├── copied.hpp │ │ │ │ ├── define_adaptor.hpp │ │ │ │ ├── filtered.hpp │ │ │ │ ├── formatted.hpp │ │ │ │ ├── indexed.hpp │ │ │ │ ├── indirected.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── replaced.hpp │ │ │ │ ├── replaced_if.hpp │ │ │ │ ├── reversed.hpp │ │ │ │ ├── sliced.hpp │ │ │ │ ├── strided.hpp │ │ │ │ ├── tokenized.hpp │ │ │ │ ├── transformed.hpp │ │ │ │ ├── type_erased.hpp │ │ │ │ └── uniqued.hpp │ │ │ ├── adaptors.hpp │ │ │ ├── algorithm.hpp │ │ │ ├── algorithm │ │ │ │ ├── adjacent_find.hpp │ │ │ │ ├── binary_search.hpp │ │ │ │ ├── copy.hpp │ │ │ │ ├── copy_backward.hpp │ │ │ │ ├── count.hpp │ │ │ │ ├── count_if.hpp │ │ │ │ ├── equal.hpp │ │ │ │ ├── equal_range.hpp │ │ │ │ ├── fill.hpp │ │ │ │ ├── fill_n.hpp │ │ │ │ ├── find.hpp │ │ │ │ ├── find_end.hpp │ │ │ │ ├── find_first_of.hpp │ │ │ │ ├── find_if.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── generate.hpp │ │ │ │ ├── heap_algorithm.hpp │ │ │ │ ├── inplace_merge.hpp │ │ │ │ ├── lexicographical_compare.hpp │ │ │ │ ├── lower_bound.hpp │ │ │ │ ├── max_element.hpp │ │ │ │ ├── merge.hpp │ │ │ │ ├── min_element.hpp │ │ │ │ ├── mismatch.hpp │ │ │ │ ├── nth_element.hpp │ │ │ │ ├── partial_sort.hpp │ │ │ │ ├── partial_sort_copy.hpp │ │ │ │ ├── partition.hpp │ │ │ │ ├── permutation.hpp │ │ │ │ ├── random_shuffle.hpp │ │ │ │ ├── remove.hpp │ │ │ │ ├── remove_copy.hpp │ │ │ │ ├── remove_copy_if.hpp │ │ │ │ ├── remove_if.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── replace_copy.hpp │ │ │ │ ├── replace_copy_if.hpp │ │ │ │ ├── replace_if.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── reverse_copy.hpp │ │ │ │ ├── rotate.hpp │ │ │ │ ├── rotate_copy.hpp │ │ │ │ ├── search.hpp │ │ │ │ ├── search_n.hpp │ │ │ │ ├── set_algorithm.hpp │ │ │ │ ├── sort.hpp │ │ │ │ ├── stable_partition.hpp │ │ │ │ ├── stable_sort.hpp │ │ │ │ ├── swap_ranges.hpp │ │ │ │ ├── transform.hpp │ │ │ │ ├── unique.hpp │ │ │ │ ├── unique_copy.hpp │ │ │ │ └── upper_bound.hpp │ │ │ ├── algorithm_ext.hpp │ │ │ ├── algorithm_ext │ │ │ │ ├── copy_n.hpp │ │ │ │ ├── erase.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── iota.hpp │ │ │ │ ├── is_sorted.hpp │ │ │ │ ├── overwrite.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ └── push_front.hpp │ │ │ ├── any_range.hpp │ │ │ ├── as_array.hpp │ │ │ ├── as_literal.hpp │ │ │ ├── atl.hpp │ │ │ ├── begin.hpp │ │ │ ├── category.hpp │ │ │ ├── combine.hpp │ │ │ ├── concepts.hpp │ │ │ ├── config.hpp │ │ │ ├── const_iterator.hpp │ │ │ ├── const_reverse_iterator.hpp │ │ │ ├── counting_range.hpp │ │ │ ├── detail │ │ │ │ ├── any_iterator.hpp │ │ │ │ ├── any_iterator_buffer.hpp │ │ │ │ ├── any_iterator_interface.hpp │ │ │ │ ├── any_iterator_wrapper.hpp │ │ │ │ ├── as_literal.hpp │ │ │ │ ├── begin.hpp │ │ │ │ ├── collection_traits.hpp │ │ │ │ ├── collection_traits_detail.hpp │ │ │ │ ├── combine_cxx03.hpp │ │ │ │ ├── combine_cxx11.hpp │ │ │ │ ├── combine_no_rvalue.hpp │ │ │ │ ├── combine_rvalue.hpp │ │ │ │ ├── common.hpp │ │ │ │ ├── default_constructible_unary_fn.hpp │ │ │ │ ├── demote_iterator_traversal_tag.hpp │ │ │ │ ├── detail_str.hpp │ │ │ │ ├── difference_type.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── end.hpp │ │ │ │ ├── extract_optional_type.hpp │ │ │ │ ├── has_member_size.hpp │ │ │ │ ├── implementation_help.hpp │ │ │ │ ├── join_iterator.hpp │ │ │ │ ├── microsoft.hpp │ │ │ │ ├── misc_concept.hpp │ │ │ │ ├── msvc_has_iterator_workaround.hpp │ │ │ │ ├── range_return.hpp │ │ │ │ ├── remove_extent.hpp │ │ │ │ ├── safe_bool.hpp │ │ │ │ ├── sfinae.hpp │ │ │ │ ├── size_type.hpp │ │ │ │ ├── sizer.hpp │ │ │ │ ├── str_types.hpp │ │ │ │ └── value_type.hpp │ │ │ ├── difference_type.hpp │ │ │ ├── distance.hpp │ │ │ ├── empty.hpp │ │ │ ├── end.hpp │ │ │ ├── functions.hpp │ │ │ ├── has_range_iterator.hpp │ │ │ ├── irange.hpp │ │ │ ├── istream_range.hpp │ │ │ ├── iterator.hpp │ │ │ ├── iterator_range.hpp │ │ │ ├── iterator_range_core.hpp │ │ │ ├── iterator_range_hash.hpp │ │ │ ├── iterator_range_io.hpp │ │ │ ├── join.hpp │ │ │ ├── metafunctions.hpp │ │ │ ├── mfc.hpp │ │ │ ├── mfc_map.hpp │ │ │ ├── mutable_iterator.hpp │ │ │ ├── numeric.hpp │ │ │ ├── pointer.hpp │ │ │ ├── range_fwd.hpp │ │ │ ├── rbegin.hpp │ │ │ ├── reference.hpp │ │ │ ├── rend.hpp │ │ │ ├── result_iterator.hpp │ │ │ ├── reverse_iterator.hpp │ │ │ ├── reverse_result_iterator.hpp │ │ │ ├── size.hpp │ │ │ ├── size_type.hpp │ │ │ ├── sub_range.hpp │ │ │ ├── traversal.hpp │ │ │ └── value_type.hpp │ │ ├── ratio.hpp │ │ ├── ratio │ │ │ ├── config.hpp │ │ │ ├── detail │ │ │ │ ├── mpl │ │ │ │ │ ├── abs.hpp │ │ │ │ │ ├── gcd.hpp │ │ │ │ │ ├── lcm.hpp │ │ │ │ │ └── sign.hpp │ │ │ │ ├── overflow_helpers.hpp │ │ │ │ └── ratio_io.hpp │ │ │ ├── include.hpp │ │ │ ├── mpl │ │ │ │ ├── abs.hpp │ │ │ │ ├── arithmetic.hpp │ │ │ │ ├── comparison.hpp │ │ │ │ ├── divides.hpp │ │ │ │ ├── equal_to.hpp │ │ │ │ ├── gcd.hpp │ │ │ │ ├── greater.hpp │ │ │ │ ├── greater_equal.hpp │ │ │ │ ├── lcm.hpp │ │ │ │ ├── less.hpp │ │ │ │ ├── less_equal.hpp │ │ │ │ ├── minus.hpp │ │ │ │ ├── negate.hpp │ │ │ │ ├── not_equal_to.hpp │ │ │ │ ├── numeric_cast.hpp │ │ │ │ ├── plus.hpp │ │ │ │ ├── rational_c_tag.hpp │ │ │ │ ├── rational_constant.hpp │ │ │ │ ├── sign.hpp │ │ │ │ └── times.hpp │ │ │ ├── ratio.hpp │ │ │ ├── ratio_fwd.hpp │ │ │ └── ratio_io.hpp │ │ ├── rational.hpp │ │ ├── ref.hpp │ │ ├── regex.h │ │ ├── regex.hpp │ │ ├── regex │ │ │ ├── concepts.hpp │ │ │ ├── config.hpp │ │ │ ├── config │ │ │ │ ├── borland.hpp │ │ │ │ └── cwchar.hpp │ │ │ ├── icu.hpp │ │ │ ├── mfc.hpp │ │ │ ├── pattern_except.hpp │ │ │ ├── pending │ │ │ │ ├── object_cache.hpp │ │ │ │ ├── static_mutex.hpp │ │ │ │ └── unicode_iterator.hpp │ │ │ ├── regex_traits.hpp │ │ │ ├── user.hpp │ │ │ └── v4 │ │ │ │ ├── basic_regex.hpp │ │ │ │ ├── basic_regex_creator.hpp │ │ │ │ ├── basic_regex_parser.hpp │ │ │ │ ├── c_regex_traits.hpp │ │ │ │ ├── char_regex_traits.hpp │ │ │ │ ├── cpp_regex_traits.hpp │ │ │ │ ├── cregex.hpp │ │ │ │ ├── error_type.hpp │ │ │ │ ├── fileiter.hpp │ │ │ │ ├── instances.hpp │ │ │ │ ├── iterator_category.hpp │ │ │ │ ├── iterator_traits.hpp │ │ │ │ ├── match_flags.hpp │ │ │ │ ├── match_results.hpp │ │ │ │ ├── mem_block_cache.hpp │ │ │ │ ├── perl_matcher.hpp │ │ │ │ ├── perl_matcher_common.hpp │ │ │ │ ├── perl_matcher_non_recursive.hpp │ │ │ │ ├── perl_matcher_recursive.hpp │ │ │ │ ├── primary_transform.hpp │ │ │ │ ├── protected_call.hpp │ │ │ │ ├── regbase.hpp │ │ │ │ ├── regex.hpp │ │ │ │ ├── regex_format.hpp │ │ │ │ ├── regex_fwd.hpp │ │ │ │ ├── regex_grep.hpp │ │ │ │ ├── regex_iterator.hpp │ │ │ │ ├── regex_match.hpp │ │ │ │ ├── regex_merge.hpp │ │ │ │ ├── regex_raw_buffer.hpp │ │ │ │ ├── regex_replace.hpp │ │ │ │ ├── regex_search.hpp │ │ │ │ ├── regex_split.hpp │ │ │ │ ├── regex_token_iterator.hpp │ │ │ │ ├── regex_traits.hpp │ │ │ │ ├── regex_traits_defaults.hpp │ │ │ │ ├── regex_workaround.hpp │ │ │ │ ├── states.hpp │ │ │ │ ├── sub_match.hpp │ │ │ │ ├── syntax_type.hpp │ │ │ │ ├── u32regex_iterator.hpp │ │ │ │ ├── u32regex_token_iterator.hpp │ │ │ │ └── w32_regex_traits.hpp │ │ ├── regex_fwd.hpp │ │ ├── scope_exit.hpp │ │ ├── scoped_array.hpp │ │ ├── scoped_ptr.hpp │ │ ├── serialization │ │ │ ├── access.hpp │ │ │ ├── array.hpp │ │ │ ├── assume_abstract.hpp │ │ │ ├── base_object.hpp │ │ │ ├── binary_object.hpp │ │ │ ├── bitset.hpp │ │ │ ├── collection_size_type.hpp │ │ │ ├── collection_traits.hpp │ │ │ ├── collections_load_imp.hpp │ │ │ ├── collections_save_imp.hpp │ │ │ ├── complex.hpp │ │ │ ├── config.hpp │ │ │ ├── deque.hpp │ │ │ ├── detail │ │ │ │ ├── get_data.hpp │ │ │ │ ├── shared_count_132.hpp │ │ │ │ ├── shared_ptr_132.hpp │ │ │ │ ├── shared_ptr_nmt_132.hpp │ │ │ │ └── stack_constructor.hpp │ │ │ ├── ephemeral.hpp │ │ │ ├── export.hpp │ │ │ ├── extended_type_info.hpp │ │ │ ├── extended_type_info_no_rtti.hpp │ │ │ ├── extended_type_info_typeid.hpp │ │ │ ├── factory.hpp │ │ │ ├── force_include.hpp │ │ │ ├── forward_list.hpp │ │ │ ├── hash_collections_load_imp.hpp │ │ │ ├── hash_collections_save_imp.hpp │ │ │ ├── hash_map.hpp │ │ │ ├── hash_set.hpp │ │ │ ├── is_bitwise_serializable.hpp │ │ │ ├── item_version_type.hpp │ │ │ ├── level.hpp │ │ │ ├── level_enum.hpp │ │ │ ├── list.hpp │ │ │ ├── map.hpp │ │ │ ├── nvp.hpp │ │ │ ├── optional.hpp │ │ │ ├── pfto.hpp │ │ │ ├── priority_queue.hpp │ │ │ ├── queue.hpp │ │ │ ├── scoped_ptr.hpp │ │ │ ├── serialization.hpp │ │ │ ├── set.hpp │ │ │ ├── shared_ptr.hpp │ │ │ ├── shared_ptr_132.hpp │ │ │ ├── shared_ptr_helper.hpp │ │ │ ├── singleton.hpp │ │ │ ├── slist.hpp │ │ │ ├── smart_cast.hpp │ │ │ ├── split_free.hpp │ │ │ ├── split_member.hpp │ │ │ ├── stack.hpp │ │ │ ├── state_saver.hpp │ │ │ ├── static_warning.hpp │ │ │ ├── string.hpp │ │ │ ├── strong_typedef.hpp │ │ │ ├── throw_exception.hpp │ │ │ ├── tracking.hpp │ │ │ ├── tracking_enum.hpp │ │ │ ├── traits.hpp │ │ │ ├── type_info_implementation.hpp │ │ │ ├── unique_ptr.hpp │ │ │ ├── unordered_collections_load_imp.hpp │ │ │ ├── unordered_collections_save_imp.hpp │ │ │ ├── unordered_map.hpp │ │ │ ├── unordered_set.hpp │ │ │ ├── utility.hpp │ │ │ ├── valarray.hpp │ │ │ ├── variant.hpp │ │ │ ├── vector.hpp │ │ │ ├── vector_135.hpp │ │ │ ├── version.hpp │ │ │ ├── void_cast.hpp │ │ │ ├── void_cast_fwd.hpp │ │ │ ├── weak_ptr.hpp │ │ │ └── wrapper.hpp │ │ ├── shared_array.hpp │ │ ├── shared_container_iterator.hpp │ │ ├── shared_ptr.hpp │ │ ├── signal.hpp │ │ ├── signals.hpp │ │ ├── signals │ │ │ ├── connection.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── gen_signal_N.pl │ │ │ │ ├── named_slot_map.hpp │ │ │ │ ├── signal_base.hpp │ │ │ │ ├── signals_common.hpp │ │ │ │ └── slot_call_iterator.hpp │ │ │ ├── signal0.hpp │ │ │ ├── signal1.hpp │ │ │ ├── signal10.hpp │ │ │ ├── signal2.hpp │ │ │ ├── signal3.hpp │ │ │ ├── signal4.hpp │ │ │ ├── signal5.hpp │ │ │ ├── signal6.hpp │ │ │ ├── signal7.hpp │ │ │ ├── signal8.hpp │ │ │ ├── signal9.hpp │ │ │ ├── signal_template.hpp │ │ │ ├── slot.hpp │ │ │ └── trackable.hpp │ │ ├── signals2.hpp │ │ ├── signals2 │ │ │ ├── connection.hpp │ │ │ ├── deconstruct.hpp │ │ │ ├── deconstruct_ptr.hpp │ │ │ ├── detail │ │ │ │ ├── auto_buffer.hpp │ │ │ │ ├── foreign_ptr.hpp │ │ │ │ ├── lwm_nop.hpp │ │ │ │ ├── lwm_pthreads.hpp │ │ │ │ ├── lwm_win32_cs.hpp │ │ │ │ ├── null_output_iterator.hpp │ │ │ │ ├── preprocessed_arg_type.hpp │ │ │ │ ├── preprocessed_arg_type_template.hpp │ │ │ │ ├── replace_slot_function.hpp │ │ │ │ ├── result_type_wrapper.hpp │ │ │ │ ├── signal_template.hpp │ │ │ │ ├── signals_common.hpp │ │ │ │ ├── signals_common_macros.hpp │ │ │ │ ├── slot_call_iterator.hpp │ │ │ │ ├── slot_groups.hpp │ │ │ │ ├── slot_template.hpp │ │ │ │ ├── tracked_objects_visitor.hpp │ │ │ │ ├── unique_lock.hpp │ │ │ │ ├── variadic_arg_type.hpp │ │ │ │ └── variadic_slot_invoker.hpp │ │ │ ├── dummy_mutex.hpp │ │ │ ├── expired_slot.hpp │ │ │ ├── last_value.hpp │ │ │ ├── mutex.hpp │ │ │ ├── optional_last_value.hpp │ │ │ ├── postconstructible.hpp │ │ │ ├── predestructible.hpp │ │ │ ├── preprocessed_signal.hpp │ │ │ ├── preprocessed_slot.hpp │ │ │ ├── shared_connection_block.hpp │ │ │ ├── signal.hpp │ │ │ ├── signal_base.hpp │ │ │ ├── signal_type.hpp │ │ │ ├── slot.hpp │ │ │ ├── slot_base.hpp │ │ │ ├── trackable.hpp │ │ │ ├── variadic_signal.hpp │ │ │ └── variadic_slot.hpp │ │ ├── smart_ptr.hpp │ │ ├── smart_ptr │ │ │ ├── allocate_shared_array.hpp │ │ │ ├── bad_weak_ptr.hpp │ │ │ ├── detail │ │ │ │ ├── array_allocator.hpp │ │ │ │ ├── array_count_impl.hpp │ │ │ │ ├── array_traits.hpp │ │ │ │ ├── array_utility.hpp │ │ │ │ ├── atomic_count.hpp │ │ │ │ ├── atomic_count_gcc.hpp │ │ │ │ ├── atomic_count_gcc_x86.hpp │ │ │ │ ├── atomic_count_nt.hpp │ │ │ │ ├── atomic_count_pt.hpp │ │ │ │ ├── atomic_count_solaris.hpp │ │ │ │ ├── atomic_count_spin.hpp │ │ │ │ ├── atomic_count_std_atomic.hpp │ │ │ │ ├── atomic_count_sync.hpp │ │ │ │ ├── atomic_count_win32.hpp │ │ │ │ ├── lightweight_mutex.hpp │ │ │ │ ├── lwm_nop.hpp │ │ │ │ ├── lwm_pthreads.hpp │ │ │ │ ├── lwm_win32_cs.hpp │ │ │ │ ├── operator_bool.hpp │ │ │ │ ├── quick_allocator.hpp │ │ │ │ ├── shared_count.hpp │ │ │ │ ├── sp_convertible.hpp │ │ │ │ ├── sp_counted_base.hpp │ │ │ │ ├── sp_counted_base_acc_ia64.hpp │ │ │ │ ├── sp_counted_base_aix.hpp │ │ │ │ ├── sp_counted_base_cw_ppc.hpp │ │ │ │ ├── sp_counted_base_cw_x86.hpp │ │ │ │ ├── sp_counted_base_gcc_ia64.hpp │ │ │ │ ├── sp_counted_base_gcc_mips.hpp │ │ │ │ ├── sp_counted_base_gcc_ppc.hpp │ │ │ │ ├── sp_counted_base_gcc_sparc.hpp │ │ │ │ ├── sp_counted_base_gcc_x86.hpp │ │ │ │ ├── sp_counted_base_nt.hpp │ │ │ │ ├── sp_counted_base_pt.hpp │ │ │ │ ├── sp_counted_base_snc_ps3.hpp │ │ │ │ ├── sp_counted_base_solaris.hpp │ │ │ │ ├── sp_counted_base_spin.hpp │ │ │ │ ├── sp_counted_base_std_atomic.hpp │ │ │ │ ├── sp_counted_base_sync.hpp │ │ │ │ ├── sp_counted_base_vacpp_ppc.hpp │ │ │ │ ├── sp_counted_base_w32.hpp │ │ │ │ ├── sp_counted_impl.hpp │ │ │ │ ├── sp_forward.hpp │ │ │ │ ├── sp_has_sync.hpp │ │ │ │ ├── sp_if_array.hpp │ │ │ │ ├── sp_interlocked.hpp │ │ │ │ ├── sp_nullptr_t.hpp │ │ │ │ ├── spinlock.hpp │ │ │ │ ├── spinlock_gcc_arm.hpp │ │ │ │ ├── spinlock_nt.hpp │ │ │ │ ├── spinlock_pool.hpp │ │ │ │ ├── spinlock_pt.hpp │ │ │ │ ├── spinlock_std_atomic.hpp │ │ │ │ ├── spinlock_sync.hpp │ │ │ │ ├── spinlock_w32.hpp │ │ │ │ ├── up_if_array.hpp │ │ │ │ ├── up_if_not_array.hpp │ │ │ │ └── yield_k.hpp │ │ │ ├── enable_shared_from_raw.hpp │ │ │ ├── enable_shared_from_this.hpp │ │ │ ├── intrusive_ptr.hpp │ │ │ ├── intrusive_ref_counter.hpp │ │ │ ├── make_shared.hpp │ │ │ ├── make_shared_array.hpp │ │ │ ├── make_shared_object.hpp │ │ │ ├── make_unique.hpp │ │ │ ├── make_unique_array.hpp │ │ │ ├── make_unique_object.hpp │ │ │ ├── owner_less.hpp │ │ │ ├── scoped_array.hpp │ │ │ ├── scoped_ptr.hpp │ │ │ ├── shared_array.hpp │ │ │ ├── shared_ptr.hpp │ │ │ └── weak_ptr.hpp │ │ ├── spirit.hpp │ │ ├── spirit │ │ │ ├── home │ │ │ │ ├── classic.hpp │ │ │ │ ├── classic │ │ │ │ │ ├── actor.hpp │ │ │ │ │ ├── actor │ │ │ │ │ │ ├── assign_actor.hpp │ │ │ │ │ │ ├── assign_key_actor.hpp │ │ │ │ │ │ ├── clear_actor.hpp │ │ │ │ │ │ ├── decrement_actor.hpp │ │ │ │ │ │ ├── erase_actor.hpp │ │ │ │ │ │ ├── increment_actor.hpp │ │ │ │ │ │ ├── insert_at_actor.hpp │ │ │ │ │ │ ├── insert_key_actor.hpp │ │ │ │ │ │ ├── push_back_actor.hpp │ │ │ │ │ │ ├── push_front_actor.hpp │ │ │ │ │ │ ├── ref_actor.hpp │ │ │ │ │ │ ├── ref_const_ref_actor.hpp │ │ │ │ │ │ ├── ref_const_ref_const_ref_a.hpp │ │ │ │ │ │ ├── ref_const_ref_value_actor.hpp │ │ │ │ │ │ ├── ref_value_actor.hpp │ │ │ │ │ │ ├── swap_actor.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── attribute.hpp │ │ │ │ │ ├── attribute │ │ │ │ │ │ ├── closure.hpp │ │ │ │ │ │ ├── closure_context.hpp │ │ │ │ │ │ ├── closure_fwd.hpp │ │ │ │ │ │ ├── parametric.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── core.hpp │ │ │ │ │ ├── core │ │ │ │ │ │ ├── assert.hpp │ │ │ │ │ │ ├── composite │ │ │ │ │ │ │ ├── actions.hpp │ │ │ │ │ │ │ ├── alternative.hpp │ │ │ │ │ │ │ ├── composite.hpp │ │ │ │ │ │ │ ├── difference.hpp │ │ │ │ │ │ │ ├── directives.hpp │ │ │ │ │ │ │ ├── epsilon.hpp │ │ │ │ │ │ │ ├── exclusive_or.hpp │ │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ │ ├── alternative.ipp │ │ │ │ │ │ │ │ ├── difference.ipp │ │ │ │ │ │ │ │ ├── directives.ipp │ │ │ │ │ │ │ │ ├── exclusive_or.ipp │ │ │ │ │ │ │ │ ├── intersection.ipp │ │ │ │ │ │ │ │ ├── kleene_star.ipp │ │ │ │ │ │ │ │ ├── list.ipp │ │ │ │ │ │ │ │ ├── optional.ipp │ │ │ │ │ │ │ │ ├── positive.ipp │ │ │ │ │ │ │ │ ├── sequence.ipp │ │ │ │ │ │ │ │ ├── sequential_and.ipp │ │ │ │ │ │ │ │ └── sequential_or.ipp │ │ │ │ │ │ │ ├── intersection.hpp │ │ │ │ │ │ │ ├── kleene_star.hpp │ │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ │ ├── no_actions.hpp │ │ │ │ │ │ │ ├── operators.hpp │ │ │ │ │ │ │ ├── optional.hpp │ │ │ │ │ │ │ ├── positive.hpp │ │ │ │ │ │ │ ├── sequence.hpp │ │ │ │ │ │ │ ├── sequential_and.hpp │ │ │ │ │ │ │ └── sequential_or.hpp │ │ │ │ │ │ ├── config.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── match.ipp │ │ │ │ │ │ │ ├── match_attr_traits.ipp │ │ │ │ │ │ │ └── parser.ipp │ │ │ │ │ │ ├── match.hpp │ │ │ │ │ │ ├── nil.hpp │ │ │ │ │ │ ├── non_terminal │ │ │ │ │ │ │ ├── grammar.hpp │ │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ │ ├── grammar.ipp │ │ │ │ │ │ │ │ ├── object_with_id.ipp │ │ │ │ │ │ │ │ ├── rule.ipp │ │ │ │ │ │ │ │ ├── static.hpp │ │ │ │ │ │ │ │ └── subrule.ipp │ │ │ │ │ │ │ ├── parser_context.hpp │ │ │ │ │ │ │ ├── parser_id.hpp │ │ │ │ │ │ │ ├── rule.hpp │ │ │ │ │ │ │ ├── subrule.hpp │ │ │ │ │ │ │ └── subrule_fwd.hpp │ │ │ │ │ │ ├── parser.hpp │ │ │ │ │ │ ├── primitives │ │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ │ ├── numerics.ipp │ │ │ │ │ │ │ │ └── primitives.ipp │ │ │ │ │ │ │ ├── numerics.hpp │ │ │ │ │ │ │ ├── numerics_fwd.hpp │ │ │ │ │ │ │ └── primitives.hpp │ │ │ │ │ │ ├── safe_bool.hpp │ │ │ │ │ │ ├── scanner │ │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ │ └── skipper.ipp │ │ │ │ │ │ │ ├── scanner.hpp │ │ │ │ │ │ │ ├── scanner_fwd.hpp │ │ │ │ │ │ │ ├── skipper.hpp │ │ │ │ │ │ │ └── skipper_fwd.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── debug.hpp │ │ │ │ │ ├── debug │ │ │ │ │ │ ├── debug_node.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ └── parser_names.ipp │ │ │ │ │ │ ├── minimal.hpp │ │ │ │ │ │ ├── parser_names.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── dynamic.hpp │ │ │ │ │ ├── dynamic │ │ │ │ │ │ ├── for.hpp │ │ │ │ │ │ ├── if.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── conditions.ipp │ │ │ │ │ │ │ ├── select.ipp │ │ │ │ │ │ │ └── switch.ipp │ │ │ │ │ │ ├── lazy.hpp │ │ │ │ │ │ ├── rule_alias.hpp │ │ │ │ │ │ ├── select.hpp │ │ │ │ │ │ ├── stored_rule.hpp │ │ │ │ │ │ ├── stored_rule_fwd.hpp │ │ │ │ │ │ ├── switch.hpp │ │ │ │ │ │ ├── typeof.hpp │ │ │ │ │ │ └── while.hpp │ │ │ │ │ ├── error_handling.hpp │ │ │ │ │ ├── error_handling │ │ │ │ │ │ ├── exceptions.hpp │ │ │ │ │ │ ├── exceptions_fwd.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ └── exceptions.ipp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ ├── iterator │ │ │ │ │ │ ├── file_iterator.hpp │ │ │ │ │ │ ├── file_iterator_fwd.hpp │ │ │ │ │ │ ├── fixed_size_queue.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── file_iterator.ipp │ │ │ │ │ │ │ └── position_iterator.ipp │ │ │ │ │ │ ├── multi_pass.hpp │ │ │ │ │ │ ├── multi_pass_fwd.hpp │ │ │ │ │ │ ├── position_iterator.hpp │ │ │ │ │ │ ├── position_iterator_fwd.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── meta.hpp │ │ │ │ │ ├── meta │ │ │ │ │ │ ├── as_parser.hpp │ │ │ │ │ │ ├── fundamental.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── fundamental.ipp │ │ │ │ │ │ │ ├── parser_traits.ipp │ │ │ │ │ │ │ ├── refactoring.ipp │ │ │ │ │ │ │ └── traverse.ipp │ │ │ │ │ │ ├── parser_traits.hpp │ │ │ │ │ │ ├── refactoring.hpp │ │ │ │ │ │ └── traverse.hpp │ │ │ │ │ ├── namespace.hpp │ │ │ │ │ ├── phoenix.hpp │ │ │ │ │ ├── phoenix │ │ │ │ │ │ ├── actor.hpp │ │ │ │ │ │ ├── binders.hpp │ │ │ │ │ │ ├── casts.hpp │ │ │ │ │ │ ├── closures.hpp │ │ │ │ │ │ ├── composite.hpp │ │ │ │ │ │ ├── functions.hpp │ │ │ │ │ │ ├── new.hpp │ │ │ │ │ │ ├── operators.hpp │ │ │ │ │ │ ├── primitives.hpp │ │ │ │ │ │ ├── special_ops.hpp │ │ │ │ │ │ ├── statements.hpp │ │ │ │ │ │ ├── tuple_helpers.hpp │ │ │ │ │ │ └── tuples.hpp │ │ │ │ │ ├── symbols.hpp │ │ │ │ │ ├── symbols │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── symbols.ipp │ │ │ │ │ │ │ └── tst.ipp │ │ │ │ │ │ ├── symbols.hpp │ │ │ │ │ │ ├── symbols_fwd.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── tree │ │ │ │ │ │ ├── ast.hpp │ │ │ │ │ │ ├── ast_fwd.hpp │ │ │ │ │ │ ├── common.hpp │ │ │ │ │ │ ├── common_fwd.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── parse_tree_utils.ipp │ │ │ │ │ │ │ └── tree_to_xml.ipp │ │ │ │ │ │ ├── parse_tree.hpp │ │ │ │ │ │ ├── parse_tree_fwd.hpp │ │ │ │ │ │ ├── parse_tree_utils.hpp │ │ │ │ │ │ ├── parsetree.dtd │ │ │ │ │ │ ├── tree_to_xml.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ ├── utility.hpp │ │ │ │ │ ├── utility │ │ │ │ │ │ ├── chset.hpp │ │ │ │ │ │ ├── chset_operators.hpp │ │ │ │ │ │ ├── confix.hpp │ │ │ │ │ │ ├── confix_fwd.hpp │ │ │ │ │ │ ├── distinct.hpp │ │ │ │ │ │ ├── distinct_fwd.hpp │ │ │ │ │ │ ├── escape_char.hpp │ │ │ │ │ │ ├── escape_char_fwd.hpp │ │ │ │ │ │ ├── flush_multi_pass.hpp │ │ │ │ │ │ ├── functor_parser.hpp │ │ │ │ │ │ ├── grammar_def.hpp │ │ │ │ │ │ ├── grammar_def_fwd.hpp │ │ │ │ │ │ ├── impl │ │ │ │ │ │ │ ├── chset.ipp │ │ │ │ │ │ │ ├── chset │ │ │ │ │ │ │ │ ├── basic_chset.hpp │ │ │ │ │ │ │ │ ├── basic_chset.ipp │ │ │ │ │ │ │ │ ├── range_run.hpp │ │ │ │ │ │ │ │ └── range_run.ipp │ │ │ │ │ │ │ ├── chset_operators.ipp │ │ │ │ │ │ │ ├── confix.ipp │ │ │ │ │ │ │ ├── escape_char.ipp │ │ │ │ │ │ │ ├── lists.ipp │ │ │ │ │ │ │ └── regex.ipp │ │ │ │ │ │ ├── lists.hpp │ │ │ │ │ │ ├── lists_fwd.hpp │ │ │ │ │ │ ├── loops.hpp │ │ │ │ │ │ ├── regex.hpp │ │ │ │ │ │ ├── rule_parser.hpp │ │ │ │ │ │ ├── scoped_lock.hpp │ │ │ │ │ │ └── typeof.hpp │ │ │ │ │ └── version.hpp │ │ │ │ ├── karma.hpp │ │ │ │ ├── karma │ │ │ │ │ ├── action.hpp │ │ │ │ │ ├── action │ │ │ │ │ │ └── action.hpp │ │ │ │ │ ├── auto.hpp │ │ │ │ │ ├── auto │ │ │ │ │ │ ├── auto.hpp │ │ │ │ │ │ ├── create_generator.hpp │ │ │ │ │ │ └── meta_create.hpp │ │ │ │ │ ├── auxiliary.hpp │ │ │ │ │ ├── auxiliary │ │ │ │ │ │ ├── attr_cast.hpp │ │ │ │ │ │ ├── eol.hpp │ │ │ │ │ │ ├── eps.hpp │ │ │ │ │ │ └── lazy.hpp │ │ │ │ │ ├── binary.hpp │ │ │ │ │ ├── binary │ │ │ │ │ │ ├── binary.hpp │ │ │ │ │ │ └── padding.hpp │ │ │ │ │ ├── char.hpp │ │ │ │ │ ├── char │ │ │ │ │ │ ├── char.hpp │ │ │ │ │ │ ├── char_class.hpp │ │ │ │ │ │ └── char_generator.hpp │ │ │ │ │ ├── delimit_flag.hpp │ │ │ │ │ ├── delimit_out.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── alternative_function.hpp │ │ │ │ │ │ ├── as.hpp │ │ │ │ │ │ ├── attributes.hpp │ │ │ │ │ │ ├── default_width.hpp │ │ │ │ │ │ ├── enable_lit.hpp │ │ │ │ │ │ ├── extract_from.hpp │ │ │ │ │ │ ├── fail_function.hpp │ │ │ │ │ │ ├── generate.hpp │ │ │ │ │ │ ├── generate_auto.hpp │ │ │ │ │ │ ├── generate_to.hpp │ │ │ │ │ │ ├── get_casetag.hpp │ │ │ │ │ │ ├── get_stricttag.hpp │ │ │ │ │ │ ├── indirect_iterator.hpp │ │ │ │ │ │ ├── output_iterator.hpp │ │ │ │ │ │ ├── pass_container.hpp │ │ │ │ │ │ ├── string_compare.hpp │ │ │ │ │ │ ├── string_generate.hpp │ │ │ │ │ │ └── unused_delimiter.hpp │ │ │ │ │ ├── directive.hpp │ │ │ │ │ ├── directive │ │ │ │ │ │ ├── as.hpp │ │ │ │ │ │ ├── buffer.hpp │ │ │ │ │ │ ├── center_alignment.hpp │ │ │ │ │ │ ├── columns.hpp │ │ │ │ │ │ ├── delimit.hpp │ │ │ │ │ │ ├── duplicate.hpp │ │ │ │ │ │ ├── encoding.hpp │ │ │ │ │ │ ├── left_alignment.hpp │ │ │ │ │ │ ├── maxwidth.hpp │ │ │ │ │ │ ├── no_delimit.hpp │ │ │ │ │ │ ├── omit.hpp │ │ │ │ │ │ ├── repeat.hpp │ │ │ │ │ │ ├── right_alignment.hpp │ │ │ │ │ │ ├── strict_relaxed.hpp │ │ │ │ │ │ ├── upper_lower_case.hpp │ │ │ │ │ │ └── verbatim.hpp │ │ │ │ │ ├── domain.hpp │ │ │ │ │ ├── format.hpp │ │ │ │ │ ├── format_auto.hpp │ │ │ │ │ ├── generate.hpp │ │ │ │ │ ├── generate_attr.hpp │ │ │ │ │ ├── generator.hpp │ │ │ │ │ ├── meta_compiler.hpp │ │ │ │ │ ├── nonterminal.hpp │ │ │ │ │ ├── nonterminal │ │ │ │ │ │ ├── debug_handler.hpp │ │ │ │ │ │ ├── debug_handler_state.hpp │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── fcall.hpp │ │ │ │ │ │ │ ├── generator_binder.hpp │ │ │ │ │ │ │ └── parameterized.hpp │ │ │ │ │ │ ├── grammar.hpp │ │ │ │ │ │ ├── nonterminal_fwd.hpp │ │ │ │ │ │ ├── rule.hpp │ │ │ │ │ │ └── simple_trace.hpp │ │ │ │ │ ├── numeric.hpp │ │ │ │ │ ├── numeric │ │ │ │ │ │ ├── bool.hpp │ │ │ │ │ │ ├── bool_policies.hpp │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── bool_utils.hpp │ │ │ │ │ │ │ ├── numeric_utils.hpp │ │ │ │ │ │ │ └── real_utils.hpp │ │ │ │ │ │ ├── int.hpp │ │ │ │ │ │ ├── real.hpp │ │ │ │ │ │ ├── real_policies.hpp │ │ │ │ │ │ └── uint.hpp │ │ │ │ │ ├── operator.hpp │ │ │ │ │ ├── operator │ │ │ │ │ │ ├── alternative.hpp │ │ │ │ │ │ ├── and_predicate.hpp │ │ │ │ │ │ ├── kleene.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── not_predicate.hpp │ │ │ │ │ │ ├── optional.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ └── sequence.hpp │ │ │ │ │ ├── phoenix_attributes.hpp │ │ │ │ │ ├── reference.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ ├── stream │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── format_manip.hpp │ │ │ │ │ │ │ ├── format_manip_auto.hpp │ │ │ │ │ │ │ └── iterator_sink.hpp │ │ │ │ │ │ ├── format_manip.hpp │ │ │ │ │ │ ├── format_manip_attr.hpp │ │ │ │ │ │ ├── ostream_iterator.hpp │ │ │ │ │ │ └── stream.hpp │ │ │ │ │ ├── string.hpp │ │ │ │ │ ├── string │ │ │ │ │ │ ├── lit.hpp │ │ │ │ │ │ └── symbols.hpp │ │ │ │ │ └── what.hpp │ │ │ │ ├── lex.hpp │ │ │ │ ├── lex │ │ │ │ │ ├── argument.hpp │ │ │ │ │ ├── argument_phoenix.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ └── sequence_function.hpp │ │ │ │ │ ├── domain.hpp │ │ │ │ │ ├── lexer.hpp │ │ │ │ │ ├── lexer │ │ │ │ │ │ ├── action.hpp │ │ │ │ │ │ ├── char_token_def.hpp │ │ │ │ │ │ ├── lexer.hpp │ │ │ │ │ │ ├── lexertl │ │ │ │ │ │ │ ├── functor.hpp │ │ │ │ │ │ │ ├── functor_data.hpp │ │ │ │ │ │ │ ├── generate_static.hpp │ │ │ │ │ │ │ ├── iterator.hpp │ │ │ │ │ │ │ ├── iterator_tokenizer.hpp │ │ │ │ │ │ │ ├── lexer.hpp │ │ │ │ │ │ │ ├── position_token.hpp │ │ │ │ │ │ │ ├── semantic_action_data.hpp │ │ │ │ │ │ │ ├── static_functor_data.hpp │ │ │ │ │ │ │ ├── static_lexer.hpp │ │ │ │ │ │ │ ├── static_version.hpp │ │ │ │ │ │ │ ├── token.hpp │ │ │ │ │ │ │ └── wrap_action.hpp │ │ │ │ │ │ ├── pass_flags.hpp │ │ │ │ │ │ ├── sequence.hpp │ │ │ │ │ │ ├── string_token_def.hpp │ │ │ │ │ │ ├── support_functions.hpp │ │ │ │ │ │ ├── support_functions_expression.hpp │ │ │ │ │ │ ├── terminals.hpp │ │ │ │ │ │ └── token_def.hpp │ │ │ │ │ ├── lexer_lexertl.hpp │ │ │ │ │ ├── lexer_static_lexertl.hpp │ │ │ │ │ ├── lexer_type.hpp │ │ │ │ │ ├── meta_compiler.hpp │ │ │ │ │ ├── primitives.hpp │ │ │ │ │ ├── qi.hpp │ │ │ │ │ ├── qi │ │ │ │ │ │ ├── in_state.hpp │ │ │ │ │ │ ├── plain_raw_token.hpp │ │ │ │ │ │ ├── plain_token.hpp │ │ │ │ │ │ ├── plain_tokenid.hpp │ │ │ │ │ │ ├── plain_tokenid_mask.hpp │ │ │ │ │ │ └── state_switcher.hpp │ │ │ │ │ ├── reference.hpp │ │ │ │ │ ├── tokenize_and_parse.hpp │ │ │ │ │ └── tokenize_and_parse_attr.hpp │ │ │ │ ├── qi.hpp │ │ │ │ ├── qi │ │ │ │ │ ├── action.hpp │ │ │ │ │ ├── action │ │ │ │ │ │ └── action.hpp │ │ │ │ │ ├── auto.hpp │ │ │ │ │ ├── auto │ │ │ │ │ │ ├── auto.hpp │ │ │ │ │ │ ├── create_parser.hpp │ │ │ │ │ │ └── meta_create.hpp │ │ │ │ │ ├── auxiliary.hpp │ │ │ │ │ ├── auxiliary │ │ │ │ │ │ ├── attr.hpp │ │ │ │ │ │ ├── attr_cast.hpp │ │ │ │ │ │ ├── eoi.hpp │ │ │ │ │ │ ├── eol.hpp │ │ │ │ │ │ ├── eps.hpp │ │ │ │ │ │ └── lazy.hpp │ │ │ │ │ ├── binary.hpp │ │ │ │ │ ├── binary │ │ │ │ │ │ └── binary.hpp │ │ │ │ │ ├── char.hpp │ │ │ │ │ ├── char │ │ │ │ │ │ ├── char.hpp │ │ │ │ │ │ ├── char_class.hpp │ │ │ │ │ │ └── char_parser.hpp │ │ │ │ │ ├── copy.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── alternative_function.hpp │ │ │ │ │ │ ├── assign_to.hpp │ │ │ │ │ │ ├── attributes.hpp │ │ │ │ │ │ ├── construct.hpp │ │ │ │ │ │ ├── enable_lit.hpp │ │ │ │ │ │ ├── expect_function.hpp │ │ │ │ │ │ ├── fail_function.hpp │ │ │ │ │ │ ├── parse.hpp │ │ │ │ │ │ ├── parse_auto.hpp │ │ │ │ │ │ ├── pass_container.hpp │ │ │ │ │ │ ├── pass_function.hpp │ │ │ │ │ │ ├── permute_function.hpp │ │ │ │ │ │ ├── string_parse.hpp │ │ │ │ │ │ └── unused_skipper.hpp │ │ │ │ │ ├── directive.hpp │ │ │ │ │ ├── directive │ │ │ │ │ │ ├── as.hpp │ │ │ │ │ │ ├── encoding.hpp │ │ │ │ │ │ ├── hold.hpp │ │ │ │ │ │ ├── lexeme.hpp │ │ │ │ │ │ ├── matches.hpp │ │ │ │ │ │ ├── no_case.hpp │ │ │ │ │ │ ├── no_skip.hpp │ │ │ │ │ │ ├── omit.hpp │ │ │ │ │ │ ├── raw.hpp │ │ │ │ │ │ ├── repeat.hpp │ │ │ │ │ │ └── skip.hpp │ │ │ │ │ ├── domain.hpp │ │ │ │ │ ├── match.hpp │ │ │ │ │ ├── match_auto.hpp │ │ │ │ │ ├── meta_compiler.hpp │ │ │ │ │ ├── nonterminal.hpp │ │ │ │ │ ├── nonterminal │ │ │ │ │ │ ├── debug_handler.hpp │ │ │ │ │ │ ├── debug_handler_state.hpp │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── fcall.hpp │ │ │ │ │ │ │ ├── parameterized.hpp │ │ │ │ │ │ │ └── parser_binder.hpp │ │ │ │ │ │ ├── error_handler.hpp │ │ │ │ │ │ ├── grammar.hpp │ │ │ │ │ │ ├── nonterminal_fwd.hpp │ │ │ │ │ │ ├── rule.hpp │ │ │ │ │ │ ├── simple_trace.hpp │ │ │ │ │ │ └── success_handler.hpp │ │ │ │ │ ├── numeric.hpp │ │ │ │ │ ├── numeric │ │ │ │ │ │ ├── bool.hpp │ │ │ │ │ │ ├── bool_policies.hpp │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── numeric_utils.hpp │ │ │ │ │ │ │ └── real_impl.hpp │ │ │ │ │ │ ├── int.hpp │ │ │ │ │ │ ├── numeric_utils.hpp │ │ │ │ │ │ ├── real.hpp │ │ │ │ │ │ ├── real_policies.hpp │ │ │ │ │ │ └── uint.hpp │ │ │ │ │ ├── operator.hpp │ │ │ │ │ ├── operator │ │ │ │ │ │ ├── alternative.hpp │ │ │ │ │ │ ├── and_predicate.hpp │ │ │ │ │ │ ├── difference.hpp │ │ │ │ │ │ ├── expect.hpp │ │ │ │ │ │ ├── kleene.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── not_predicate.hpp │ │ │ │ │ │ ├── optional.hpp │ │ │ │ │ │ ├── permutation.hpp │ │ │ │ │ │ ├── plus.hpp │ │ │ │ │ │ ├── sequence.hpp │ │ │ │ │ │ ├── sequence_base.hpp │ │ │ │ │ │ └── sequential_or.hpp │ │ │ │ │ ├── parse.hpp │ │ │ │ │ ├── parse_attr.hpp │ │ │ │ │ ├── parser.hpp │ │ │ │ │ ├── reference.hpp │ │ │ │ │ ├── skip_flag.hpp │ │ │ │ │ ├── skip_over.hpp │ │ │ │ │ ├── stream.hpp │ │ │ │ │ ├── stream │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── iterator_source.hpp │ │ │ │ │ │ │ ├── match_manip.hpp │ │ │ │ │ │ │ └── match_manip_auto.hpp │ │ │ │ │ │ ├── match_manip.hpp │ │ │ │ │ │ ├── match_manip_attr.hpp │ │ │ │ │ │ └── stream.hpp │ │ │ │ │ ├── string.hpp │ │ │ │ │ ├── string │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ └── tst.hpp │ │ │ │ │ │ ├── lit.hpp │ │ │ │ │ │ ├── symbols.hpp │ │ │ │ │ │ ├── tst.hpp │ │ │ │ │ │ └── tst_map.hpp │ │ │ │ │ └── what.hpp │ │ │ │ ├── support.hpp │ │ │ │ ├── support │ │ │ │ │ ├── action_dispatch.hpp │ │ │ │ │ ├── adapt_adt_attributes.hpp │ │ │ │ │ ├── algorithm │ │ │ │ │ │ ├── any.hpp │ │ │ │ │ │ ├── any_if.hpp │ │ │ │ │ │ ├── any_if_ns.hpp │ │ │ │ │ │ └── any_ns.hpp │ │ │ │ │ ├── argument.hpp │ │ │ │ │ ├── argument_expression.hpp │ │ │ │ │ ├── assert_msg.hpp │ │ │ │ │ ├── attributes.hpp │ │ │ │ │ ├── attributes_fwd.hpp │ │ │ │ │ ├── auto.hpp │ │ │ │ │ ├── auto │ │ │ │ │ │ └── meta_create.hpp │ │ │ │ │ ├── auxiliary │ │ │ │ │ │ └── attr_cast.hpp │ │ │ │ │ ├── char_class.hpp │ │ │ │ │ ├── char_encoding │ │ │ │ │ │ ├── ascii.hpp │ │ │ │ │ │ ├── iso8859_1.hpp │ │ │ │ │ │ ├── standard.hpp │ │ │ │ │ │ ├── standard_wide.hpp │ │ │ │ │ │ ├── unicode.hpp │ │ │ │ │ │ └── unicode │ │ │ │ │ │ │ ├── DerivedCoreProperties.txt │ │ │ │ │ │ │ ├── PropList.txt │ │ │ │ │ │ │ ├── Scripts.txt │ │ │ │ │ │ │ ├── UnicodeData.txt │ │ │ │ │ │ │ ├── category_table.hpp │ │ │ │ │ │ │ ├── create_tables.cpp │ │ │ │ │ │ │ ├── lowercase_table.hpp │ │ │ │ │ │ │ ├── query.hpp │ │ │ │ │ │ │ ├── script_table.hpp │ │ │ │ │ │ │ └── uppercase_table.hpp │ │ │ │ │ ├── char_set │ │ │ │ │ │ ├── basic_chset.hpp │ │ │ │ │ │ ├── range.hpp │ │ │ │ │ │ ├── range_functions.hpp │ │ │ │ │ │ ├── range_run.hpp │ │ │ │ │ │ └── range_run_impl.hpp │ │ │ │ │ ├── common_terminals.hpp │ │ │ │ │ ├── container.hpp │ │ │ │ │ ├── context.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── as_variant.hpp │ │ │ │ │ │ ├── endian.hpp │ │ │ │ │ │ ├── endian │ │ │ │ │ │ │ ├── cover_operators.hpp │ │ │ │ │ │ │ └── endian.hpp │ │ │ │ │ │ ├── get_encoding.hpp │ │ │ │ │ │ ├── hold_any.hpp │ │ │ │ │ │ ├── is_spirit_tag.hpp │ │ │ │ │ │ ├── lexer │ │ │ │ │ │ │ ├── char_traits.hpp │ │ │ │ │ │ │ ├── consts.hpp │ │ │ │ │ │ │ ├── containers │ │ │ │ │ │ │ │ ├── ptr_list.hpp │ │ │ │ │ │ │ │ └── ptr_vector.hpp │ │ │ │ │ │ │ ├── conversion │ │ │ │ │ │ │ │ └── char_state_machine.hpp │ │ │ │ │ │ │ ├── debug.hpp │ │ │ │ │ │ │ ├── file_input.hpp │ │ │ │ │ │ │ ├── generate_cpp.hpp │ │ │ │ │ │ │ ├── generate_re2c.hpp │ │ │ │ │ │ │ ├── generator.hpp │ │ │ │ │ │ │ ├── input.hpp │ │ │ │ │ │ │ ├── internals.hpp │ │ │ │ │ │ │ ├── parser │ │ │ │ │ │ │ │ ├── parser.hpp │ │ │ │ │ │ │ │ ├── tokeniser │ │ │ │ │ │ │ │ │ ├── num_token.hpp │ │ │ │ │ │ │ │ │ ├── re_tokeniser.hpp │ │ │ │ │ │ │ │ │ ├── re_tokeniser_helper.hpp │ │ │ │ │ │ │ │ │ └── re_tokeniser_state.hpp │ │ │ │ │ │ │ │ └── tree │ │ │ │ │ │ │ │ │ ├── end_node.hpp │ │ │ │ │ │ │ │ │ ├── iteration_node.hpp │ │ │ │ │ │ │ │ │ ├── leaf_node.hpp │ │ │ │ │ │ │ │ │ ├── node.hpp │ │ │ │ │ │ │ │ │ ├── selection_node.hpp │ │ │ │ │ │ │ │ │ └── sequence_node.hpp │ │ │ │ │ │ │ ├── partition │ │ │ │ │ │ │ │ ├── charset.hpp │ │ │ │ │ │ │ │ └── equivset.hpp │ │ │ │ │ │ │ ├── rules.hpp │ │ │ │ │ │ │ ├── runtime_error.hpp │ │ │ │ │ │ │ ├── serialise.hpp │ │ │ │ │ │ │ ├── size_t.hpp │ │ │ │ │ │ │ ├── state_machine.hpp │ │ │ │ │ │ │ └── string_token.hpp │ │ │ │ │ │ ├── make_cons.hpp │ │ │ │ │ │ ├── make_vector.hpp │ │ │ │ │ │ ├── math │ │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ │ └── fp_traits.hpp │ │ │ │ │ │ │ ├── fpclassify.hpp │ │ │ │ │ │ │ └── signbit.hpp │ │ │ │ │ │ ├── pow10.hpp │ │ │ │ │ │ ├── scoped_enum_emulation.hpp │ │ │ │ │ │ ├── sign.hpp │ │ │ │ │ │ └── what_function.hpp │ │ │ │ │ ├── extended_variant.hpp │ │ │ │ │ ├── handles_container.hpp │ │ │ │ │ ├── has_semantic_action.hpp │ │ │ │ │ ├── info.hpp │ │ │ │ │ ├── iterators │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ ├── buf_id_check_policy.hpp │ │ │ │ │ │ │ ├── buffering_input_iterator_policy.hpp │ │ │ │ │ │ │ ├── combine_policies.hpp │ │ │ │ │ │ │ ├── first_owner_policy.hpp │ │ │ │ │ │ │ ├── fixed_size_queue.hpp │ │ │ │ │ │ │ ├── fixed_size_queue_policy.hpp │ │ │ │ │ │ │ ├── functor_input_policy.hpp │ │ │ │ │ │ │ ├── input_iterator_policy.hpp │ │ │ │ │ │ │ ├── istream_policy.hpp │ │ │ │ │ │ │ ├── lex_input_policy.hpp │ │ │ │ │ │ │ ├── multi_pass.hpp │ │ │ │ │ │ │ ├── no_check_policy.hpp │ │ │ │ │ │ │ ├── ref_counted_policy.hpp │ │ │ │ │ │ │ ├── split_functor_input_policy.hpp │ │ │ │ │ │ │ └── split_std_deque_policy.hpp │ │ │ │ │ │ ├── istream_iterator.hpp │ │ │ │ │ │ ├── line_pos_iterator.hpp │ │ │ │ │ │ ├── look_ahead.hpp │ │ │ │ │ │ ├── multi_pass.hpp │ │ │ │ │ │ ├── multi_pass_fwd.hpp │ │ │ │ │ │ └── ostream_iterator.hpp │ │ │ │ │ ├── lazy.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── make_component.hpp │ │ │ │ │ ├── meta_compiler.hpp │ │ │ │ │ ├── modify.hpp │ │ │ │ │ ├── multi_pass.hpp │ │ │ │ │ ├── multi_pass_wrapper.hpp │ │ │ │ │ ├── nonterminal │ │ │ │ │ │ ├── expand_arg.hpp │ │ │ │ │ │ ├── extract_param.hpp │ │ │ │ │ │ └── locals.hpp │ │ │ │ │ ├── numeric_traits.hpp │ │ │ │ │ ├── sequence_base_id.hpp │ │ │ │ │ ├── string_traits.hpp │ │ │ │ │ ├── terminal.hpp │ │ │ │ │ ├── terminal_expression.hpp │ │ │ │ │ ├── unused.hpp │ │ │ │ │ ├── utf8.hpp │ │ │ │ │ ├── utree.hpp │ │ │ │ │ └── utree │ │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── utree_detail1.hpp │ │ │ │ │ │ └── utree_detail2.hpp │ │ │ │ │ │ ├── operators.hpp │ │ │ │ │ │ ├── utree.hpp │ │ │ │ │ │ ├── utree_traits.hpp │ │ │ │ │ │ └── utree_traits_fwd.hpp │ │ │ │ ├── x3.hpp │ │ │ │ └── x3 │ │ │ │ │ ├── auxiliary.hpp │ │ │ │ │ ├── auxiliary │ │ │ │ │ ├── any_parser.hpp │ │ │ │ │ ├── attr.hpp │ │ │ │ │ ├── eoi.hpp │ │ │ │ │ ├── eol.hpp │ │ │ │ │ ├── eps.hpp │ │ │ │ │ └── guard.hpp │ │ │ │ │ ├── char.hpp │ │ │ │ │ ├── char │ │ │ │ │ ├── any_char.hpp │ │ │ │ │ ├── char.hpp │ │ │ │ │ ├── char_class.hpp │ │ │ │ │ ├── char_parser.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ └── cast_char.hpp │ │ │ │ │ ├── literal_char.hpp │ │ │ │ │ ├── negated_char_parser.hpp │ │ │ │ │ └── unicode.hpp │ │ │ │ │ ├── core.hpp │ │ │ │ │ ├── core │ │ │ │ │ ├── action.hpp │ │ │ │ │ ├── call.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ └── parse_into_container.hpp │ │ │ │ │ ├── parse.hpp │ │ │ │ │ ├── parser.hpp │ │ │ │ │ ├── proxy.hpp │ │ │ │ │ └── skip_over.hpp │ │ │ │ │ ├── directive.hpp │ │ │ │ │ ├── directive │ │ │ │ │ ├── expect.hpp │ │ │ │ │ ├── lexeme.hpp │ │ │ │ │ ├── no_skip.hpp │ │ │ │ │ ├── omit.hpp │ │ │ │ │ ├── raw.hpp │ │ │ │ │ ├── skip.hpp │ │ │ │ │ └── with.hpp │ │ │ │ │ ├── extensions.hpp │ │ │ │ │ ├── extensions │ │ │ │ │ └── seek.hpp │ │ │ │ │ ├── nonterminal.hpp │ │ │ │ │ ├── nonterminal │ │ │ │ │ ├── debug_handler_state.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── rule.hpp │ │ │ │ │ │ └── transform_attribute.hpp │ │ │ │ │ ├── rule.hpp │ │ │ │ │ └── simple_trace.hpp │ │ │ │ │ ├── numeric.hpp │ │ │ │ │ ├── numeric │ │ │ │ │ ├── bool.hpp │ │ │ │ │ ├── bool_policies.hpp │ │ │ │ │ ├── int.hpp │ │ │ │ │ ├── real.hpp │ │ │ │ │ ├── real_policies.hpp │ │ │ │ │ └── uint.hpp │ │ │ │ │ ├── operator.hpp │ │ │ │ │ ├── operator │ │ │ │ │ ├── alternative.hpp │ │ │ │ │ ├── and_predicate.hpp │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── alternative.hpp │ │ │ │ │ │ └── sequence.hpp │ │ │ │ │ ├── difference.hpp │ │ │ │ │ ├── kleene.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── not_predicate.hpp │ │ │ │ │ ├── optional.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ └── sequence.hpp │ │ │ │ │ ├── string.hpp │ │ │ │ │ ├── string │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── string_parse.hpp │ │ │ │ │ │ └── tst.hpp │ │ │ │ │ ├── literal_string.hpp │ │ │ │ │ ├── symbols.hpp │ │ │ │ │ ├── tst.hpp │ │ │ │ │ └── tst_map.hpp │ │ │ │ │ └── support │ │ │ │ │ ├── ast │ │ │ │ │ ├── position_tagged.hpp │ │ │ │ │ └── variant.hpp │ │ │ │ │ ├── context.hpp │ │ │ │ │ ├── numeric_utils │ │ │ │ │ ├── detail │ │ │ │ │ │ └── extract_int.hpp │ │ │ │ │ ├── extract_int.hpp │ │ │ │ │ ├── extract_real.hpp │ │ │ │ │ ├── pow10.hpp │ │ │ │ │ └── sign.hpp │ │ │ │ │ ├── subcontext.hpp │ │ │ │ │ ├── traits │ │ │ │ │ ├── attribute_category.hpp │ │ │ │ │ ├── attribute_of.hpp │ │ │ │ │ ├── attribute_type.hpp │ │ │ │ │ ├── container_traits.hpp │ │ │ │ │ ├── handles_container.hpp │ │ │ │ │ ├── has_attribute.hpp │ │ │ │ │ ├── is_parser.hpp │ │ │ │ │ ├── is_substitute.hpp │ │ │ │ │ ├── is_variant.hpp │ │ │ │ │ ├── make_attribute.hpp │ │ │ │ │ ├── move_to.hpp │ │ │ │ │ ├── numeric_traits.hpp │ │ │ │ │ ├── optional_traits.hpp │ │ │ │ │ ├── print_attribute.hpp │ │ │ │ │ ├── print_token.hpp │ │ │ │ │ ├── string_traits.hpp │ │ │ │ │ ├── transform_attribute.hpp │ │ │ │ │ ├── tuple_traits.hpp │ │ │ │ │ ├── value_traits.hpp │ │ │ │ │ ├── variant_find_substitute.hpp │ │ │ │ │ └── variant_has_substitute.hpp │ │ │ │ │ ├── unused.hpp │ │ │ │ │ └── utility │ │ │ │ │ ├── detail │ │ │ │ │ └── testing.hpp │ │ │ │ │ ├── error_reporting.hpp │ │ │ │ │ ├── integer_sequence.hpp │ │ │ │ │ ├── is_callable.hpp │ │ │ │ │ ├── lambda_visitor.hpp │ │ │ │ │ ├── sfinae.hpp │ │ │ │ │ ├── testing.hpp │ │ │ │ │ ├── unrefcv.hpp │ │ │ │ │ └── utf8.hpp │ │ │ ├── include │ │ │ │ ├── classic.hpp │ │ │ │ ├── classic_actions.hpp │ │ │ │ ├── classic_actor.hpp │ │ │ │ ├── classic_alternative.hpp │ │ │ │ ├── classic_as_parser.hpp │ │ │ │ ├── classic_assert.hpp │ │ │ │ ├── classic_assign_actor.hpp │ │ │ │ ├── classic_assign_key_actor.hpp │ │ │ │ ├── classic_ast.hpp │ │ │ │ ├── classic_ast_fwd.hpp │ │ │ │ ├── classic_attribute.hpp │ │ │ │ ├── classic_basic_chset.hpp │ │ │ │ ├── classic_chset.hpp │ │ │ │ ├── classic_chset_operators.hpp │ │ │ │ ├── classic_clear_actor.hpp │ │ │ │ ├── classic_closure.hpp │ │ │ │ ├── classic_closure_context.hpp │ │ │ │ ├── classic_closure_fwd.hpp │ │ │ │ ├── classic_common.hpp │ │ │ │ ├── classic_common_fwd.hpp │ │ │ │ ├── classic_composite.hpp │ │ │ │ ├── classic_config.hpp │ │ │ │ ├── classic_confix.hpp │ │ │ │ ├── classic_confix_fwd.hpp │ │ │ │ ├── classic_core.hpp │ │ │ │ ├── classic_debug.hpp │ │ │ │ ├── classic_debug_node.hpp │ │ │ │ ├── classic_decrement_actor.hpp │ │ │ │ ├── classic_difference.hpp │ │ │ │ ├── classic_directives.hpp │ │ │ │ ├── classic_distinct.hpp │ │ │ │ ├── classic_distinct_fwd.hpp │ │ │ │ ├── classic_dynamic.hpp │ │ │ │ ├── classic_epsilon.hpp │ │ │ │ ├── classic_erase_actor.hpp │ │ │ │ ├── classic_error_handling.hpp │ │ │ │ ├── classic_escape_char.hpp │ │ │ │ ├── classic_escape_char_fwd.hpp │ │ │ │ ├── classic_exceptions.hpp │ │ │ │ ├── classic_exceptions_fwd.hpp │ │ │ │ ├── classic_exclusive_or.hpp │ │ │ │ ├── classic_file_iterator.hpp │ │ │ │ ├── classic_file_iterator_fwd.hpp │ │ │ │ ├── classic_fixed_size_queue.hpp │ │ │ │ ├── classic_flush_multi_pass.hpp │ │ │ │ ├── classic_for.hpp │ │ │ │ ├── classic_functor_parser.hpp │ │ │ │ ├── classic_fundamental.hpp │ │ │ │ ├── classic_grammar.hpp │ │ │ │ ├── classic_grammar_def.hpp │ │ │ │ ├── classic_grammar_def_fwd.hpp │ │ │ │ ├── classic_if.hpp │ │ │ │ ├── classic_increment_actor.hpp │ │ │ │ ├── classic_insert_at_actor.hpp │ │ │ │ ├── classic_insert_key_actor.hpp │ │ │ │ ├── classic_intersection.hpp │ │ │ │ ├── classic_iterator.hpp │ │ │ │ ├── classic_kleene_star.hpp │ │ │ │ ├── classic_lazy.hpp │ │ │ │ ├── classic_list.hpp │ │ │ │ ├── classic_lists.hpp │ │ │ │ ├── classic_lists_fwd.hpp │ │ │ │ ├── classic_loops.hpp │ │ │ │ ├── classic_match.hpp │ │ │ │ ├── classic_meta.hpp │ │ │ │ ├── classic_minimal.hpp │ │ │ │ ├── classic_multi_pass.hpp │ │ │ │ ├── classic_multi_pass_fwd.hpp │ │ │ │ ├── classic_nil.hpp │ │ │ │ ├── classic_no_actions.hpp │ │ │ │ ├── classic_numerics.hpp │ │ │ │ ├── classic_numerics_fwd.hpp │ │ │ │ ├── classic_operators.hpp │ │ │ │ ├── classic_optional.hpp │ │ │ │ ├── classic_parametric.hpp │ │ │ │ ├── classic_parse_tree.hpp │ │ │ │ ├── classic_parse_tree_fwd.hpp │ │ │ │ ├── classic_parse_tree_utils.hpp │ │ │ │ ├── classic_parser.hpp │ │ │ │ ├── classic_parser_context.hpp │ │ │ │ ├── classic_parser_id.hpp │ │ │ │ ├── classic_parser_names.hpp │ │ │ │ ├── classic_parser_traits.hpp │ │ │ │ ├── classic_position_iterator.hpp │ │ │ │ ├── classic_position_iterator_fwd.hpp │ │ │ │ ├── classic_positive.hpp │ │ │ │ ├── classic_primitives.hpp │ │ │ │ ├── classic_push_back_actor.hpp │ │ │ │ ├── classic_push_front_actor.hpp │ │ │ │ ├── classic_range_run.hpp │ │ │ │ ├── classic_ref_actor.hpp │ │ │ │ ├── classic_ref_const_ref_actor.hpp │ │ │ │ ├── classic_ref_const_ref_const_ref_a.hpp │ │ │ │ ├── classic_ref_const_ref_value_actor.hpp │ │ │ │ ├── classic_ref_value_actor.hpp │ │ │ │ ├── classic_refactoring.hpp │ │ │ │ ├── classic_regex.hpp │ │ │ │ ├── classic_rule.hpp │ │ │ │ ├── classic_rule_alias.hpp │ │ │ │ ├── classic_rule_parser.hpp │ │ │ │ ├── classic_safe_bool.hpp │ │ │ │ ├── classic_scanner.hpp │ │ │ │ ├── classic_scanner_fwd.hpp │ │ │ │ ├── classic_scoped_lock.hpp │ │ │ │ ├── classic_select.hpp │ │ │ │ ├── classic_sequence.hpp │ │ │ │ ├── classic_sequential_and.hpp │ │ │ │ ├── classic_sequential_or.hpp │ │ │ │ ├── classic_skipper.hpp │ │ │ │ ├── classic_skipper_fwd.hpp │ │ │ │ ├── classic_spirit.hpp │ │ │ │ ├── classic_static.hpp │ │ │ │ ├── classic_stored_rule.hpp │ │ │ │ ├── classic_stored_rule_fwd.hpp │ │ │ │ ├── classic_subrule.hpp │ │ │ │ ├── classic_subrule_fwd.hpp │ │ │ │ ├── classic_swap_actor.hpp │ │ │ │ ├── classic_switch.hpp │ │ │ │ ├── classic_symbols.hpp │ │ │ │ ├── classic_symbols_fwd.hpp │ │ │ │ ├── classic_traverse.hpp │ │ │ │ ├── classic_tree_to_xml.hpp │ │ │ │ ├── classic_typeof.hpp │ │ │ │ ├── classic_utility.hpp │ │ │ │ ├── classic_version.hpp │ │ │ │ ├── classic_while.hpp │ │ │ │ ├── karma.hpp │ │ │ │ ├── karma_action.hpp │ │ │ │ ├── karma_alternative.hpp │ │ │ │ ├── karma_and_predicate.hpp │ │ │ │ ├── karma_as.hpp │ │ │ │ ├── karma_attr_cast.hpp │ │ │ │ ├── karma_auto.hpp │ │ │ │ ├── karma_auxiliary.hpp │ │ │ │ ├── karma_binary.hpp │ │ │ │ ├── karma_bool.hpp │ │ │ │ ├── karma_buffer.hpp │ │ │ │ ├── karma_center_alignment.hpp │ │ │ │ ├── karma_char.hpp │ │ │ │ ├── karma_char_.hpp │ │ │ │ ├── karma_char_class.hpp │ │ │ │ ├── karma_columns.hpp │ │ │ │ ├── karma_delimit.hpp │ │ │ │ ├── karma_directive.hpp │ │ │ │ ├── karma_domain.hpp │ │ │ │ ├── karma_duplicate.hpp │ │ │ │ ├── karma_eol.hpp │ │ │ │ ├── karma_eps.hpp │ │ │ │ ├── karma_format.hpp │ │ │ │ ├── karma_format_attr.hpp │ │ │ │ ├── karma_format_auto.hpp │ │ │ │ ├── karma_generate.hpp │ │ │ │ ├── karma_generate_attr.hpp │ │ │ │ ├── karma_generate_auto.hpp │ │ │ │ ├── karma_grammar.hpp │ │ │ │ ├── karma_int.hpp │ │ │ │ ├── karma_kleene.hpp │ │ │ │ ├── karma_lazy.hpp │ │ │ │ ├── karma_left_alignment.hpp │ │ │ │ ├── karma_list.hpp │ │ │ │ ├── karma_maxwidth.hpp │ │ │ │ ├── karma_no_delimit.hpp │ │ │ │ ├── karma_nonterminal.hpp │ │ │ │ ├── karma_not_predicate.hpp │ │ │ │ ├── karma_numeric.hpp │ │ │ │ ├── karma_omit.hpp │ │ │ │ ├── karma_operator.hpp │ │ │ │ ├── karma_optional.hpp │ │ │ │ ├── karma_phoenix_attributes.hpp │ │ │ │ ├── karma_plus.hpp │ │ │ │ ├── karma_real.hpp │ │ │ │ ├── karma_repeat.hpp │ │ │ │ ├── karma_right_alignment.hpp │ │ │ │ ├── karma_rule.hpp │ │ │ │ ├── karma_sequence.hpp │ │ │ │ ├── karma_stream.hpp │ │ │ │ ├── karma_strict_relaxed.hpp │ │ │ │ ├── karma_string.hpp │ │ │ │ ├── karma_symbols.hpp │ │ │ │ ├── karma_uint.hpp │ │ │ │ ├── karma_upper_lower_case.hpp │ │ │ │ ├── karma_verbatim.hpp │ │ │ │ ├── karma_what.hpp │ │ │ │ ├── lex.hpp │ │ │ │ ├── lex_char_token_def.hpp │ │ │ │ ├── lex_domain.hpp │ │ │ │ ├── lex_generate_static_lexertl.hpp │ │ │ │ ├── lex_lexer.hpp │ │ │ │ ├── lex_lexertl.hpp │ │ │ │ ├── lex_lexertl_position_token.hpp │ │ │ │ ├── lex_lexertl_token.hpp │ │ │ │ ├── lex_plain_token.hpp │ │ │ │ ├── lex_primitives.hpp │ │ │ │ ├── lex_static_lexertl.hpp │ │ │ │ ├── lex_tokenize_and_parse.hpp │ │ │ │ ├── lex_tokenize_and_parse_attr.hpp │ │ │ │ ├── phoenix.hpp │ │ │ │ ├── phoenix1.hpp │ │ │ │ ├── phoenix1_actor.hpp │ │ │ │ ├── phoenix1_binders.hpp │ │ │ │ ├── phoenix1_casts.hpp │ │ │ │ ├── phoenix1_closures.hpp │ │ │ │ ├── phoenix1_composite.hpp │ │ │ │ ├── phoenix1_functions.hpp │ │ │ │ ├── phoenix1_new.hpp │ │ │ │ ├── phoenix1_operators.hpp │ │ │ │ ├── phoenix1_primitives.hpp │ │ │ │ ├── phoenix1_special_ops.hpp │ │ │ │ ├── phoenix1_statements.hpp │ │ │ │ ├── phoenix1_tuple_helpers.hpp │ │ │ │ ├── phoenix1_tuples.hpp │ │ │ │ ├── phoenix_algorithm.hpp │ │ │ │ ├── phoenix_bind.hpp │ │ │ │ ├── phoenix_container.hpp │ │ │ │ ├── phoenix_core.hpp │ │ │ │ ├── phoenix_function.hpp │ │ │ │ ├── phoenix_fusion.hpp │ │ │ │ ├── phoenix_limits.hpp │ │ │ │ ├── phoenix_object.hpp │ │ │ │ ├── phoenix_operator.hpp │ │ │ │ ├── phoenix_scope.hpp │ │ │ │ ├── phoenix_statement.hpp │ │ │ │ ├── phoenix_stl.hpp │ │ │ │ ├── phoenix_version.hpp │ │ │ │ ├── qi.hpp │ │ │ │ ├── qi_action.hpp │ │ │ │ ├── qi_alternative.hpp │ │ │ │ ├── qi_and_predicate.hpp │ │ │ │ ├── qi_as.hpp │ │ │ │ ├── qi_as_string.hpp │ │ │ │ ├── qi_attr.hpp │ │ │ │ ├── qi_attr_cast.hpp │ │ │ │ ├── qi_auto.hpp │ │ │ │ ├── qi_auxiliary.hpp │ │ │ │ ├── qi_binary.hpp │ │ │ │ ├── qi_bool.hpp │ │ │ │ ├── qi_char.hpp │ │ │ │ ├── qi_char_.hpp │ │ │ │ ├── qi_char_class.hpp │ │ │ │ ├── qi_copy.hpp │ │ │ │ ├── qi_core.hpp │ │ │ │ ├── qi_difference.hpp │ │ │ │ ├── qi_directive.hpp │ │ │ │ ├── qi_domain.hpp │ │ │ │ ├── qi_eoi.hpp │ │ │ │ ├── qi_eol.hpp │ │ │ │ ├── qi_eps.hpp │ │ │ │ ├── qi_expect.hpp │ │ │ │ ├── qi_grammar.hpp │ │ │ │ ├── qi_hold.hpp │ │ │ │ ├── qi_int.hpp │ │ │ │ ├── qi_kleene.hpp │ │ │ │ ├── qi_lazy.hpp │ │ │ │ ├── qi_lexeme.hpp │ │ │ │ ├── qi_list.hpp │ │ │ │ ├── qi_lit.hpp │ │ │ │ ├── qi_match.hpp │ │ │ │ ├── qi_match_attr.hpp │ │ │ │ ├── qi_match_auto.hpp │ │ │ │ ├── qi_matches.hpp │ │ │ │ ├── qi_no_case.hpp │ │ │ │ ├── qi_no_skip.hpp │ │ │ │ ├── qi_nonterminal.hpp │ │ │ │ ├── qi_not_predicate.hpp │ │ │ │ ├── qi_numeric.hpp │ │ │ │ ├── qi_omit.hpp │ │ │ │ ├── qi_operator.hpp │ │ │ │ ├── qi_optional.hpp │ │ │ │ ├── qi_parse.hpp │ │ │ │ ├── qi_parse_attr.hpp │ │ │ │ ├── qi_parse_auto.hpp │ │ │ │ ├── qi_permutation.hpp │ │ │ │ ├── qi_plus.hpp │ │ │ │ ├── qi_raw.hpp │ │ │ │ ├── qi_real.hpp │ │ │ │ ├── qi_repeat.hpp │ │ │ │ ├── qi_rule.hpp │ │ │ │ ├── qi_sequence.hpp │ │ │ │ ├── qi_sequential_or.hpp │ │ │ │ ├── qi_skip.hpp │ │ │ │ ├── qi_stream.hpp │ │ │ │ ├── qi_string.hpp │ │ │ │ ├── qi_symbols.hpp │ │ │ │ ├── qi_uint.hpp │ │ │ │ ├── qi_what.hpp │ │ │ │ ├── support.hpp │ │ │ │ ├── support_adapt_adt_attributes.hpp │ │ │ │ ├── support_any.hpp │ │ │ │ ├── support_any_if.hpp │ │ │ │ ├── support_any_if_ns.hpp │ │ │ │ ├── support_any_ns.hpp │ │ │ │ ├── support_argument.hpp │ │ │ │ ├── support_ascii.hpp │ │ │ │ ├── support_attributes.hpp │ │ │ │ ├── support_attributes_fwd.hpp │ │ │ │ ├── support_auto.hpp │ │ │ │ ├── support_char_class.hpp │ │ │ │ ├── support_container.hpp │ │ │ │ ├── support_extended_variant.hpp │ │ │ │ ├── support_info.hpp │ │ │ │ ├── support_iso8859_1.hpp │ │ │ │ ├── support_istream_iterator.hpp │ │ │ │ ├── support_line_pos_iterator.hpp │ │ │ │ ├── support_locals.hpp │ │ │ │ ├── support_look_ahead.hpp │ │ │ │ ├── support_modify.hpp │ │ │ │ ├── support_multi_pass.hpp │ │ │ │ ├── support_multi_pass_fwd.hpp │ │ │ │ ├── support_ostream_iterator.hpp │ │ │ │ ├── support_standard.hpp │ │ │ │ ├── support_standard_wide.hpp │ │ │ │ ├── support_string_traits.hpp │ │ │ │ ├── support_unused.hpp │ │ │ │ ├── support_utree.hpp │ │ │ │ └── version.hpp │ │ │ ├── repository │ │ │ │ ├── home │ │ │ │ │ ├── karma.hpp │ │ │ │ │ ├── karma │ │ │ │ │ │ ├── directive.hpp │ │ │ │ │ │ ├── directive │ │ │ │ │ │ │ └── confix.hpp │ │ │ │ │ │ ├── nonterminal.hpp │ │ │ │ │ │ └── nonterminal │ │ │ │ │ │ │ └── subrule.hpp │ │ │ │ │ ├── qi.hpp │ │ │ │ │ ├── qi │ │ │ │ │ │ ├── directive.hpp │ │ │ │ │ │ ├── directive │ │ │ │ │ │ │ ├── confix.hpp │ │ │ │ │ │ │ ├── distinct.hpp │ │ │ │ │ │ │ ├── kwd.hpp │ │ │ │ │ │ │ └── seek.hpp │ │ │ │ │ │ ├── nonterminal.hpp │ │ │ │ │ │ ├── nonterminal │ │ │ │ │ │ │ └── subrule.hpp │ │ │ │ │ │ ├── operator.hpp │ │ │ │ │ │ ├── operator │ │ │ │ │ │ │ ├── detail │ │ │ │ │ │ │ │ └── keywords.hpp │ │ │ │ │ │ │ └── keywords.hpp │ │ │ │ │ │ ├── primitive.hpp │ │ │ │ │ │ └── primitive │ │ │ │ │ │ │ ├── advance.hpp │ │ │ │ │ │ │ ├── flush_multi_pass.hpp │ │ │ │ │ │ │ └── iter_pos.hpp │ │ │ │ │ └── support │ │ │ │ │ │ ├── confix.hpp │ │ │ │ │ │ ├── distinct.hpp │ │ │ │ │ │ ├── flush_multi_pass.hpp │ │ │ │ │ │ ├── kwd.hpp │ │ │ │ │ │ ├── seek.hpp │ │ │ │ │ │ └── subrule_context.hpp │ │ │ │ └── include │ │ │ │ │ ├── karma.hpp │ │ │ │ │ ├── karma_confix.hpp │ │ │ │ │ ├── karma_directive.hpp │ │ │ │ │ ├── karma_nonterminal.hpp │ │ │ │ │ ├── karma_subrule.hpp │ │ │ │ │ ├── qi.hpp │ │ │ │ │ ├── qi_advance.hpp │ │ │ │ │ ├── qi_confix.hpp │ │ │ │ │ ├── qi_directive.hpp │ │ │ │ │ ├── qi_distinct.hpp │ │ │ │ │ ├── qi_flush_multi_pass.hpp │ │ │ │ │ ├── qi_iter_pos.hpp │ │ │ │ │ ├── qi_keywords.hpp │ │ │ │ │ ├── qi_kwd.hpp │ │ │ │ │ ├── qi_nonterminal.hpp │ │ │ │ │ ├── qi_primitive.hpp │ │ │ │ │ ├── qi_seek.hpp │ │ │ │ │ └── qi_subrule.hpp │ │ │ └── version.hpp │ │ ├── statechart │ │ │ ├── asynchronous_state_machine.hpp │ │ │ ├── custom_reaction.hpp │ │ │ ├── deep_history.hpp │ │ │ ├── deferral.hpp │ │ │ ├── detail │ │ │ │ ├── avoid_unused_warning.hpp │ │ │ │ ├── constructor.hpp │ │ │ │ ├── counted_base.hpp │ │ │ │ ├── leaf_state.hpp │ │ │ │ ├── memory.hpp │ │ │ │ ├── node_state.hpp │ │ │ │ ├── reaction_dispatcher.hpp │ │ │ │ ├── rtti_policy.hpp │ │ │ │ └── state_base.hpp │ │ │ ├── event.hpp │ │ │ ├── event_base.hpp │ │ │ ├── event_processor.hpp │ │ │ ├── exception_translator.hpp │ │ │ ├── fifo_scheduler.hpp │ │ │ ├── fifo_worker.hpp │ │ │ ├── history.hpp │ │ │ ├── in_state_reaction.hpp │ │ │ ├── null_exception_translator.hpp │ │ │ ├── processor_container.hpp │ │ │ ├── result.hpp │ │ │ ├── shallow_history.hpp │ │ │ ├── simple_state.hpp │ │ │ ├── state.hpp │ │ │ ├── state_machine.hpp │ │ │ ├── termination.hpp │ │ │ └── transition.hpp │ │ ├── static_assert.hpp │ │ ├── strong_typedef.hpp │ │ ├── swap.hpp │ │ ├── system │ │ │ ├── api_config.hpp │ │ │ ├── config.hpp │ │ │ ├── cygwin_error.hpp │ │ │ ├── detail │ │ │ │ ├── error_code.ipp │ │ │ │ └── local_free_on_destruction.hpp │ │ │ ├── error_code.hpp │ │ │ ├── linux_error.hpp │ │ │ ├── system_error.hpp │ │ │ └── windows_error.hpp │ │ ├── test │ │ │ ├── auto_unit_test.hpp │ │ │ ├── debug.hpp │ │ │ ├── debug_config.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── enable_warnings.hpp │ │ │ │ ├── fwd_decl.hpp │ │ │ │ ├── global_typedef.hpp │ │ │ │ ├── log_level.hpp │ │ │ │ ├── suppress_warnings.hpp │ │ │ │ ├── unit_test_parameters.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── exception_safety.hpp │ │ │ ├── execution_monitor.hpp │ │ │ ├── floating_point_comparison.hpp │ │ │ ├── framework.hpp │ │ │ ├── impl │ │ │ │ ├── compiler_log_formatter.ipp │ │ │ │ ├── cpp_main.ipp │ │ │ │ ├── debug.ipp │ │ │ │ ├── exception_safety.ipp │ │ │ │ ├── execution_monitor.ipp │ │ │ │ ├── framework.ipp │ │ │ │ ├── interaction_based.ipp │ │ │ │ ├── logged_expectations.ipp │ │ │ │ ├── plain_report_formatter.ipp │ │ │ │ ├── progress_monitor.ipp │ │ │ │ ├── results_collector.ipp │ │ │ │ ├── results_reporter.ipp │ │ │ │ ├── test_main.ipp │ │ │ │ ├── test_tools.ipp │ │ │ │ ├── unit_test_log.ipp │ │ │ │ ├── unit_test_main.ipp │ │ │ │ ├── unit_test_monitor.ipp │ │ │ │ ├── unit_test_parameters.ipp │ │ │ │ ├── unit_test_suite.ipp │ │ │ │ ├── xml_log_formatter.ipp │ │ │ │ └── xml_report_formatter.ipp │ │ │ ├── included │ │ │ │ ├── prg_exec_monitor.hpp │ │ │ │ ├── test_exec_monitor.hpp │ │ │ │ ├── unit_test.hpp │ │ │ │ └── unit_test_framework.hpp │ │ │ ├── interaction_based.hpp │ │ │ ├── logged_expectations.hpp │ │ │ ├── minimal.hpp │ │ │ ├── mock_object.hpp │ │ │ ├── output │ │ │ │ ├── compiler_log_formatter.hpp │ │ │ │ ├── plain_report_formatter.hpp │ │ │ │ ├── xml_log_formatter.hpp │ │ │ │ └── xml_report_formatter.hpp │ │ │ ├── output_test_stream.hpp │ │ │ ├── parameterized_test.hpp │ │ │ ├── predicate_result.hpp │ │ │ ├── prg_exec_monitor.hpp │ │ │ ├── progress_monitor.hpp │ │ │ ├── results_collector.hpp │ │ │ ├── results_reporter.hpp │ │ │ ├── test_case_template.hpp │ │ │ ├── test_exec_monitor.hpp │ │ │ ├── test_observer.hpp │ │ │ ├── test_tools.hpp │ │ │ ├── unit_test.hpp │ │ │ ├── unit_test_log.hpp │ │ │ ├── unit_test_log_formatter.hpp │ │ │ ├── unit_test_monitor.hpp │ │ │ ├── unit_test_suite.hpp │ │ │ ├── unit_test_suite_impl.hpp │ │ │ └── utils │ │ │ │ ├── algorithm.hpp │ │ │ │ ├── assign_op.hpp │ │ │ │ ├── basic_cstring │ │ │ │ ├── basic_cstring.hpp │ │ │ │ ├── basic_cstring_fwd.hpp │ │ │ │ ├── bcs_char_traits.hpp │ │ │ │ ├── compare.hpp │ │ │ │ └── io.hpp │ │ │ │ ├── callback.hpp │ │ │ │ ├── class_properties.hpp │ │ │ │ ├── custom_manip.hpp │ │ │ │ ├── fixed_mapping.hpp │ │ │ │ ├── foreach.hpp │ │ │ │ ├── iterator │ │ │ │ ├── ifstream_line_iterator.hpp │ │ │ │ ├── input_iterator_facade.hpp │ │ │ │ ├── istream_line_iterator.hpp │ │ │ │ └── token_iterator.hpp │ │ │ │ ├── lazy_ostream.hpp │ │ │ │ ├── named_params.hpp │ │ │ │ ├── nullstream.hpp │ │ │ │ ├── rtti.hpp │ │ │ │ ├── runtime │ │ │ │ ├── argument.hpp │ │ │ │ ├── cla │ │ │ │ │ ├── argument_factory.hpp │ │ │ │ │ ├── argv_traverser.cpp │ │ │ │ │ ├── argv_traverser.hpp │ │ │ │ │ ├── argv_traverser.ipp │ │ │ │ │ ├── basic_parameter.hpp │ │ │ │ │ ├── char_parameter.cpp │ │ │ │ │ ├── char_parameter.hpp │ │ │ │ │ ├── char_parameter.ipp │ │ │ │ │ ├── detail │ │ │ │ │ │ └── argument_value_usage.hpp │ │ │ │ │ ├── dual_name_parameter.cpp │ │ │ │ │ ├── dual_name_parameter.hpp │ │ │ │ │ ├── dual_name_parameter.ipp │ │ │ │ │ ├── fwd.hpp │ │ │ │ │ ├── id_policy.cpp │ │ │ │ │ ├── id_policy.hpp │ │ │ │ │ ├── id_policy.ipp │ │ │ │ │ ├── iface │ │ │ │ │ │ ├── argument_factory.hpp │ │ │ │ │ │ └── id_policy.hpp │ │ │ │ │ ├── modifier.hpp │ │ │ │ │ ├── named_parameter.cpp │ │ │ │ │ ├── named_parameter.hpp │ │ │ │ │ ├── named_parameter.ipp │ │ │ │ │ ├── parameter.hpp │ │ │ │ │ ├── parser.cpp │ │ │ │ │ ├── parser.hpp │ │ │ │ │ ├── parser.ipp │ │ │ │ │ ├── positional_parameter.hpp │ │ │ │ │ ├── typed_parameter.hpp │ │ │ │ │ ├── validation.cpp │ │ │ │ │ ├── validation.hpp │ │ │ │ │ ├── validation.ipp │ │ │ │ │ ├── value_generator.hpp │ │ │ │ │ └── value_handler.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── configuration.hpp │ │ │ │ ├── env │ │ │ │ │ ├── environment.cpp │ │ │ │ │ ├── environment.hpp │ │ │ │ │ ├── environment.ipp │ │ │ │ │ ├── fwd.hpp │ │ │ │ │ ├── modifier.hpp │ │ │ │ │ └── variable.hpp │ │ │ │ ├── file │ │ │ │ │ ├── config_file.cpp │ │ │ │ │ ├── config_file.hpp │ │ │ │ │ ├── config_file_iterator.cpp │ │ │ │ │ └── config_file_iterator.hpp │ │ │ │ ├── fwd.hpp │ │ │ │ ├── interpret_argument_value.hpp │ │ │ │ ├── parameter.hpp │ │ │ │ ├── trace.hpp │ │ │ │ └── validation.hpp │ │ │ │ ├── trivial_singleton.hpp │ │ │ │ ├── wrap_stringstream.hpp │ │ │ │ └── xml_printer.hpp │ │ ├── thread.hpp │ │ ├── thread │ │ │ ├── barrier.hpp │ │ │ ├── caller_context.hpp │ │ │ ├── completion_latch.hpp │ │ │ ├── condition.hpp │ │ │ ├── condition_variable.hpp │ │ │ ├── csbl │ │ │ │ ├── deque.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── memory.hpp │ │ │ │ ├── memory │ │ │ │ │ ├── allocator_arg.hpp │ │ │ │ │ ├── allocator_traits.hpp │ │ │ │ │ ├── config.hpp │ │ │ │ │ ├── default_delete.hpp │ │ │ │ │ ├── pointer_traits.hpp │ │ │ │ │ ├── scoped_allocator.hpp │ │ │ │ │ └── unique_ptr.hpp │ │ │ │ ├── tuple.hpp │ │ │ │ └── vector.hpp │ │ │ ├── cv_status.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── counter.hpp │ │ │ │ ├── delete.hpp │ │ │ │ ├── force_cast.hpp │ │ │ │ ├── function_wrapper.hpp │ │ │ │ ├── invoke.hpp │ │ │ │ ├── invoker.hpp │ │ │ │ ├── is_convertible.hpp │ │ │ │ ├── lockable_wrapper.hpp │ │ │ │ ├── log.hpp │ │ │ │ ├── make_tuple_indices.hpp │ │ │ │ ├── memory.hpp │ │ │ │ ├── move.hpp │ │ │ │ ├── nullary_function.hpp │ │ │ │ ├── platform.hpp │ │ │ │ ├── singleton.hpp │ │ │ │ ├── thread.hpp │ │ │ │ ├── thread_group.hpp │ │ │ │ ├── thread_heap_alloc.hpp │ │ │ │ ├── thread_interruption.hpp │ │ │ │ ├── tss_hooks.hpp │ │ │ │ ├── variadic_footer.hpp │ │ │ │ ├── variadic_header.hpp │ │ │ │ └── work.hpp │ │ │ ├── exceptional_ptr.hpp │ │ │ ├── exceptions.hpp │ │ │ ├── executor.hpp │ │ │ ├── executors │ │ │ │ ├── basic_thread_pool.hpp │ │ │ │ ├── executor.hpp │ │ │ │ ├── executor_adaptor.hpp │ │ │ │ ├── inline_executor.hpp │ │ │ │ ├── loop_executor.hpp │ │ │ │ ├── serial_executor.hpp │ │ │ │ ├── thread_executor.hpp │ │ │ │ └── work.hpp │ │ │ ├── externally_locked.hpp │ │ │ ├── externally_locked_stream.hpp │ │ │ ├── future.hpp │ │ │ ├── future_error_code.hpp │ │ │ ├── is_locked_by_this_thread.hpp │ │ │ ├── latch.hpp │ │ │ ├── lock_algorithms.hpp │ │ │ ├── lock_concepts.hpp │ │ │ ├── lock_factories.hpp │ │ │ ├── lock_guard.hpp │ │ │ ├── lock_options.hpp │ │ │ ├── lock_traits.hpp │ │ │ ├── lock_types.hpp │ │ │ ├── lockable_adapter.hpp │ │ │ ├── lockable_concepts.hpp │ │ │ ├── lockable_traits.hpp │ │ │ ├── locks.hpp │ │ │ ├── mutex.hpp │ │ │ ├── null_mutex.hpp │ │ │ ├── once.hpp │ │ │ ├── ostream_buffer.hpp │ │ │ ├── poly_lockable.hpp │ │ │ ├── poly_lockable_adapter.hpp │ │ │ ├── poly_shared_lockable.hpp │ │ │ ├── poly_shared_lockable_adapter.hpp │ │ │ ├── pthread │ │ │ │ ├── condition_variable.hpp │ │ │ │ ├── condition_variable_fwd.hpp │ │ │ │ ├── mutex.hpp │ │ │ │ ├── once.hpp │ │ │ │ ├── once_atomic.hpp │ │ │ │ ├── pthread_mutex_scoped_lock.hpp │ │ │ │ ├── recursive_mutex.hpp │ │ │ │ ├── shared_mutex.hpp │ │ │ │ ├── shared_mutex_assert.hpp │ │ │ │ ├── thread_data.hpp │ │ │ │ ├── thread_heap_alloc.hpp │ │ │ │ └── timespec.hpp │ │ │ ├── recursive_mutex.hpp │ │ │ ├── reverse_lock.hpp │ │ │ ├── scoped_thread.hpp │ │ │ ├── shared_lock_guard.hpp │ │ │ ├── shared_mutex.hpp │ │ │ ├── strict_lock.hpp │ │ │ ├── sync_bounded_queue.hpp │ │ │ ├── sync_queue.hpp │ │ │ ├── synchronized_value.hpp │ │ │ ├── testable_mutex.hpp │ │ │ ├── thread.hpp │ │ │ ├── thread_functors.hpp │ │ │ ├── thread_guard.hpp │ │ │ ├── thread_only.hpp │ │ │ ├── thread_pool.hpp │ │ │ ├── thread_time.hpp │ │ │ ├── tss.hpp │ │ │ ├── user_scheduler.hpp │ │ │ ├── v2 │ │ │ │ ├── shared_mutex.hpp │ │ │ │ └── thread.hpp │ │ │ ├── win32 │ │ │ │ ├── basic_recursive_mutex.hpp │ │ │ │ ├── basic_timed_mutex.hpp │ │ │ │ ├── condition_variable.hpp │ │ │ │ ├── interlocked_read.hpp │ │ │ │ ├── mfc_thread_init.hpp │ │ │ │ ├── mutex.hpp │ │ │ │ ├── once.hpp │ │ │ │ ├── recursive_mutex.hpp │ │ │ │ ├── shared_mutex.hpp │ │ │ │ ├── thread_data.hpp │ │ │ │ ├── thread_heap_alloc.hpp │ │ │ │ └── thread_primitives.hpp │ │ │ ├── with_lock_guard.hpp │ │ │ └── xtime.hpp │ │ ├── throw_exception.hpp │ │ ├── timer.hpp │ │ ├── timer │ │ │ ├── config.hpp │ │ │ └── timer.hpp │ │ ├── token_functions.hpp │ │ ├── token_iterator.hpp │ │ ├── tokenizer.hpp │ │ ├── tr1 │ │ │ ├── array.hpp │ │ │ ├── cmath.hpp │ │ │ ├── complex.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── config_all.hpp │ │ │ │ ├── functor2iterator.hpp │ │ │ │ └── math_overloads.hpp │ │ │ ├── functional.hpp │ │ │ ├── memory.hpp │ │ │ ├── random.hpp │ │ │ ├── regex.hpp │ │ │ ├── tr1 │ │ │ │ ├── algorithm │ │ │ │ ├── array │ │ │ │ ├── bcc32 │ │ │ │ │ ├── array.h │ │ │ │ │ ├── random.h │ │ │ │ │ ├── regex.h │ │ │ │ │ ├── tuple.h │ │ │ │ │ ├── type_tra.h │ │ │ │ │ └── unordere.h │ │ │ │ ├── bitset │ │ │ │ ├── cmath │ │ │ │ ├── complex │ │ │ │ ├── deque │ │ │ │ ├── exception │ │ │ │ ├── fstream │ │ │ │ ├── functional │ │ │ │ ├── iomanip │ │ │ │ ├── ios │ │ │ │ ├── iostream │ │ │ │ ├── istream │ │ │ │ ├── iterator │ │ │ │ ├── limits │ │ │ │ ├── list │ │ │ │ ├── locale │ │ │ │ ├── map │ │ │ │ ├── memory │ │ │ │ ├── new │ │ │ │ ├── numeric │ │ │ │ ├── ostream │ │ │ │ ├── queue │ │ │ │ ├── random │ │ │ │ ├── regex │ │ │ │ ├── set │ │ │ │ ├── sstream │ │ │ │ ├── stack │ │ │ │ ├── stdexcept │ │ │ │ ├── streambuf │ │ │ │ ├── string │ │ │ │ ├── strstream │ │ │ │ ├── sun │ │ │ │ │ ├── algorithm.SUNWCCh │ │ │ │ │ ├── array.SUNWCCh │ │ │ │ │ ├── bcc32.SUNWCCh │ │ │ │ │ ├── bitset.SUNWCCh │ │ │ │ │ ├── cmath.SUNWCCh │ │ │ │ │ ├── complex.SUNWCCh │ │ │ │ │ ├── deque.SUNWCCh │ │ │ │ │ ├── exception.SUNWCCh │ │ │ │ │ ├── fstream.SUNWCCh │ │ │ │ │ ├── functional.SUNWCCh │ │ │ │ │ ├── iomanip.SUNWCCh │ │ │ │ │ ├── ios.SUNWCCh │ │ │ │ │ ├── iostream.SUNWCCh │ │ │ │ │ ├── istream.SUNWCCh │ │ │ │ │ ├── iterator.SUNWCCh │ │ │ │ │ ├── limits.SUNWCCh │ │ │ │ │ ├── list.SUNWCCh │ │ │ │ │ ├── locale.SUNWCCh │ │ │ │ │ ├── map.SUNWCCh │ │ │ │ │ ├── memory.SUNWCCh │ │ │ │ │ ├── new.SUNWCCh │ │ │ │ │ ├── numeric.SUNWCCh │ │ │ │ │ ├── ostream.SUNWCCh │ │ │ │ │ ├── queue.SUNWCCh │ │ │ │ │ ├── random.SUNWCCh │ │ │ │ │ ├── regex.SUNWCCh │ │ │ │ │ ├── set.SUNWCCh │ │ │ │ │ ├── sstream.SUNWCCh │ │ │ │ │ ├── stack.SUNWCCh │ │ │ │ │ ├── stdexcept.SUNWCCh │ │ │ │ │ ├── streambuf.SUNWCCh │ │ │ │ │ ├── string.SUNWCCh │ │ │ │ │ ├── strstream.SUNWCCh │ │ │ │ │ ├── sun.SUNWCCh │ │ │ │ │ ├── tuple.SUNWCCh │ │ │ │ │ ├── type_traits.SUNWCCh │ │ │ │ │ ├── typeinfo.SUNWCCh │ │ │ │ │ ├── unordered_map.SUNWCCh │ │ │ │ │ ├── unordered_set.SUNWCCh │ │ │ │ │ ├── utility.SUNWCCh │ │ │ │ │ ├── valarray.SUNWCCh │ │ │ │ │ └── vector.SUNWCCh │ │ │ │ ├── tuple │ │ │ │ ├── type_traits │ │ │ │ ├── typeinfo │ │ │ │ ├── unordered_map │ │ │ │ ├── unordered_set │ │ │ │ ├── utility │ │ │ │ ├── valarray │ │ │ │ └── vector │ │ │ ├── tuple.hpp │ │ │ ├── type_traits.hpp │ │ │ ├── unordered_map.hpp │ │ │ ├── unordered_set.hpp │ │ │ └── utility.hpp │ │ ├── tti │ │ │ ├── detail │ │ │ │ ├── dcomp_mem_fun.hpp │ │ │ │ ├── ddata.hpp │ │ │ │ ├── ddeftype.hpp │ │ │ │ ├── dftclass.hpp │ │ │ │ ├── dfunction.hpp │ │ │ │ ├── dlambda.hpp │ │ │ │ ├── dmem_data.hpp │ │ │ │ ├── dmem_fun.hpp │ │ │ │ ├── dmem_type.hpp │ │ │ │ ├── dmetafunc.hpp │ │ │ │ ├── dnotype.hpp │ │ │ │ ├── dnullptr.hpp │ │ │ │ ├── dplaceholder.hpp │ │ │ │ ├── dptmf.hpp │ │ │ │ ├── dstatic_mem_data.hpp │ │ │ │ ├── dstatic_mem_fun.hpp │ │ │ │ ├── dtclass.hpp │ │ │ │ ├── dtemplate.hpp │ │ │ │ ├── dtemplate_params.hpp │ │ │ │ ├── dtfunction.hpp │ │ │ │ ├── dtype.hpp │ │ │ │ └── dvm_template_params.hpp │ │ │ ├── gen │ │ │ │ ├── has_data_gen.hpp │ │ │ │ ├── has_function_gen.hpp │ │ │ │ ├── has_member_data_gen.hpp │ │ │ │ ├── has_member_function_gen.hpp │ │ │ │ ├── has_static_member_data_gen.hpp │ │ │ │ ├── has_static_member_function_gen.hpp │ │ │ │ ├── has_template_gen.hpp │ │ │ │ ├── has_type_gen.hpp │ │ │ │ ├── member_type_gen.hpp │ │ │ │ └── namespace_gen.hpp │ │ │ ├── has_data.hpp │ │ │ ├── has_function.hpp │ │ │ ├── has_member_data.hpp │ │ │ ├── has_member_function.hpp │ │ │ ├── has_static_member_data.hpp │ │ │ ├── has_static_member_function.hpp │ │ │ ├── has_template.hpp │ │ │ ├── has_type.hpp │ │ │ ├── member_type.hpp │ │ │ └── tti.hpp │ │ ├── tuple │ │ │ ├── detail │ │ │ │ └── tuple_basic.hpp │ │ │ ├── tuple.hpp │ │ │ ├── tuple_comparison.hpp │ │ │ └── tuple_io.hpp │ │ ├── type.hpp │ │ ├── type_erasure │ │ │ ├── any.hpp │ │ │ ├── any_cast.hpp │ │ │ ├── binding.hpp │ │ │ ├── binding_of.hpp │ │ │ ├── builtin.hpp │ │ │ ├── call.hpp │ │ │ ├── callable.hpp │ │ │ ├── check_match.hpp │ │ │ ├── concept_interface.hpp │ │ │ ├── concept_of.hpp │ │ │ ├── config.hpp │ │ │ ├── constructible.hpp │ │ │ ├── deduced.hpp │ │ │ ├── derived.hpp │ │ │ ├── detail │ │ │ │ ├── access.hpp │ │ │ │ ├── adapt_to_vtable.hpp │ │ │ │ ├── any_base.hpp │ │ │ │ ├── check_call.hpp │ │ │ │ ├── check_map.hpp │ │ │ │ ├── const.hpp │ │ │ │ ├── construct.hpp │ │ │ │ ├── extract_concept.hpp │ │ │ │ ├── get_placeholders.hpp │ │ │ │ ├── get_signature.hpp │ │ │ │ ├── instantiate.hpp │ │ │ │ ├── macro.hpp │ │ │ │ ├── normalize.hpp │ │ │ │ ├── normalize_deduced.hpp │ │ │ │ ├── null.hpp │ │ │ │ ├── rebind_placeholders.hpp │ │ │ │ ├── storage.hpp │ │ │ │ └── vtable.hpp │ │ │ ├── exception.hpp │ │ │ ├── free.hpp │ │ │ ├── is_empty.hpp │ │ │ ├── is_placeholder.hpp │ │ │ ├── is_subconcept.hpp │ │ │ ├── iterator.hpp │ │ │ ├── member.hpp │ │ │ ├── operators.hpp │ │ │ ├── param.hpp │ │ │ ├── placeholder.hpp │ │ │ ├── placeholder_of.hpp │ │ │ ├── rebind_any.hpp │ │ │ ├── relaxed.hpp │ │ │ ├── require_match.hpp │ │ │ ├── same_type.hpp │ │ │ ├── static_binding.hpp │ │ │ ├── tuple.hpp │ │ │ └── typeid_of.hpp │ │ ├── type_index.hpp │ │ ├── type_index │ │ │ ├── ctti_type_index.hpp │ │ │ ├── detail │ │ │ │ ├── compile_time_type_info.hpp │ │ │ │ ├── ctti_register_class.hpp │ │ │ │ └── stl_register_class.hpp │ │ │ ├── stl_type_index.hpp │ │ │ └── type_index_facade.hpp │ │ ├── type_traits.hpp │ │ ├── type_traits │ │ │ ├── add_const.hpp │ │ │ ├── add_cv.hpp │ │ │ ├── add_lvalue_reference.hpp │ │ │ ├── add_pointer.hpp │ │ │ ├── add_reference.hpp │ │ │ ├── add_rvalue_reference.hpp │ │ │ ├── add_volatile.hpp │ │ │ ├── aligned_storage.hpp │ │ │ ├── alignment_of.hpp │ │ │ ├── alignment_traits.hpp │ │ │ ├── arithmetic_traits.hpp │ │ │ ├── array_traits.hpp │ │ │ ├── broken_compiler_spec.hpp │ │ │ ├── common_type.hpp │ │ │ ├── composite_traits.hpp │ │ │ ├── conditional.hpp │ │ │ ├── config.hpp │ │ │ ├── conversion_traits.hpp │ │ │ ├── cv_traits.hpp │ │ │ ├── decay.hpp │ │ │ ├── detail │ │ │ │ ├── bool_trait_def.hpp │ │ │ │ ├── bool_trait_undef.hpp │ │ │ │ ├── common_type_imp.hpp │ │ │ │ ├── cv_traits_impl.hpp │ │ │ │ ├── false_result.hpp │ │ │ │ ├── has_binary_operator.hpp │ │ │ │ ├── has_postfix_operator.hpp │ │ │ │ ├── has_prefix_operator.hpp │ │ │ │ ├── ice_and.hpp │ │ │ │ ├── ice_eq.hpp │ │ │ │ ├── ice_not.hpp │ │ │ │ ├── ice_or.hpp │ │ │ │ ├── is_function_ptr_helper.hpp │ │ │ │ ├── is_function_ptr_tester.hpp │ │ │ │ ├── is_mem_fun_pointer_impl.hpp │ │ │ │ ├── is_mem_fun_pointer_tester.hpp │ │ │ │ ├── size_t_trait_def.hpp │ │ │ │ ├── size_t_trait_undef.hpp │ │ │ │ ├── template_arity_spec.hpp │ │ │ │ ├── type_trait_def.hpp │ │ │ │ ├── type_trait_undef.hpp │ │ │ │ ├── wrap.hpp │ │ │ │ └── yes_no_type.hpp │ │ │ ├── extent.hpp │ │ │ ├── floating_point_promotion.hpp │ │ │ ├── function_traits.hpp │ │ │ ├── has_bit_and.hpp │ │ │ ├── has_bit_and_assign.hpp │ │ │ ├── has_bit_or.hpp │ │ │ ├── has_bit_or_assign.hpp │ │ │ ├── has_bit_xor.hpp │ │ │ ├── has_bit_xor_assign.hpp │ │ │ ├── has_complement.hpp │ │ │ ├── has_dereference.hpp │ │ │ ├── has_divides.hpp │ │ │ ├── has_divides_assign.hpp │ │ │ ├── has_equal_to.hpp │ │ │ ├── has_greater.hpp │ │ │ ├── has_greater_equal.hpp │ │ │ ├── has_left_shift.hpp │ │ │ ├── has_left_shift_assign.hpp │ │ │ ├── has_less.hpp │ │ │ ├── has_less_equal.hpp │ │ │ ├── has_logical_and.hpp │ │ │ ├── has_logical_not.hpp │ │ │ ├── has_logical_or.hpp │ │ │ ├── has_minus.hpp │ │ │ ├── has_minus_assign.hpp │ │ │ ├── has_modulus.hpp │ │ │ ├── has_modulus_assign.hpp │ │ │ ├── has_multiplies.hpp │ │ │ ├── has_multiplies_assign.hpp │ │ │ ├── has_negate.hpp │ │ │ ├── has_new_operator.hpp │ │ │ ├── has_not_equal_to.hpp │ │ │ ├── has_nothrow_assign.hpp │ │ │ ├── has_nothrow_constructor.hpp │ │ │ ├── has_nothrow_copy.hpp │ │ │ ├── has_nothrow_destructor.hpp │ │ │ ├── has_operator.hpp │ │ │ ├── has_plus.hpp │ │ │ ├── has_plus_assign.hpp │ │ │ ├── has_post_decrement.hpp │ │ │ ├── has_post_increment.hpp │ │ │ ├── has_pre_decrement.hpp │ │ │ ├── has_pre_increment.hpp │ │ │ ├── has_right_shift.hpp │ │ │ ├── has_right_shift_assign.hpp │ │ │ ├── has_trivial_assign.hpp │ │ │ ├── has_trivial_constructor.hpp │ │ │ ├── has_trivial_copy.hpp │ │ │ ├── has_trivial_destructor.hpp │ │ │ ├── has_trivial_move_assign.hpp │ │ │ ├── has_trivial_move_constructor.hpp │ │ │ ├── has_unary_minus.hpp │ │ │ ├── has_unary_plus.hpp │ │ │ ├── has_virtual_destructor.hpp │ │ │ ├── ice.hpp │ │ │ ├── integral_constant.hpp │ │ │ ├── integral_promotion.hpp │ │ │ ├── intrinsics.hpp │ │ │ ├── is_abstract.hpp │ │ │ ├── is_arithmetic.hpp │ │ │ ├── is_array.hpp │ │ │ ├── is_base_and_derived.hpp │ │ │ ├── is_base_of.hpp │ │ │ ├── is_base_of_tr1.hpp │ │ │ ├── is_class.hpp │ │ │ ├── is_complex.hpp │ │ │ ├── is_compound.hpp │ │ │ ├── is_const.hpp │ │ │ ├── is_convertible.hpp │ │ │ ├── is_copy_constructible.hpp │ │ │ ├── is_empty.hpp │ │ │ ├── is_enum.hpp │ │ │ ├── is_float.hpp │ │ │ ├── is_floating_point.hpp │ │ │ ├── is_function.hpp │ │ │ ├── is_fundamental.hpp │ │ │ ├── is_integral.hpp │ │ │ ├── is_lvalue_reference.hpp │ │ │ ├── is_member_function_pointer.hpp │ │ │ ├── is_member_object_pointer.hpp │ │ │ ├── is_member_pointer.hpp │ │ │ ├── is_nothrow_move_assignable.hpp │ │ │ ├── is_nothrow_move_constructible.hpp │ │ │ ├── is_object.hpp │ │ │ ├── is_pod.hpp │ │ │ ├── is_pointer.hpp │ │ │ ├── is_polymorphic.hpp │ │ │ ├── is_reference.hpp │ │ │ ├── is_rvalue_reference.hpp │ │ │ ├── is_same.hpp │ │ │ ├── is_scalar.hpp │ │ │ ├── is_signed.hpp │ │ │ ├── is_stateless.hpp │ │ │ ├── is_union.hpp │ │ │ ├── is_unsigned.hpp │ │ │ ├── is_virtual_base_of.hpp │ │ │ ├── is_void.hpp │ │ │ ├── is_volatile.hpp │ │ │ ├── make_signed.hpp │ │ │ ├── make_unsigned.hpp │ │ │ ├── object_traits.hpp │ │ │ ├── promote.hpp │ │ │ ├── rank.hpp │ │ │ ├── reference_traits.hpp │ │ │ ├── remove_all_extents.hpp │ │ │ ├── remove_bounds.hpp │ │ │ ├── remove_const.hpp │ │ │ ├── remove_cv.hpp │ │ │ ├── remove_extent.hpp │ │ │ ├── remove_pointer.hpp │ │ │ ├── remove_reference.hpp │ │ │ ├── remove_volatile.hpp │ │ │ ├── same_traits.hpp │ │ │ ├── transform_traits.hpp │ │ │ ├── transform_traits_spec.hpp │ │ │ └── type_with_alignment.hpp │ │ ├── typeof │ │ │ ├── dmc │ │ │ │ └── typeof_impl.hpp │ │ │ ├── encode_decode.hpp │ │ │ ├── encode_decode_params.hpp │ │ │ ├── incr_registration_group.hpp │ │ │ ├── int_encoding.hpp │ │ │ ├── integral_template_param.hpp │ │ │ ├── message.hpp │ │ │ ├── modifiers.hpp │ │ │ ├── msvc │ │ │ │ └── typeof_impl.hpp │ │ │ ├── native.hpp │ │ │ ├── pointers_data_members.hpp │ │ │ ├── register_functions.hpp │ │ │ ├── register_functions_iterate.hpp │ │ │ ├── register_fundamental.hpp │ │ │ ├── register_mem_functions.hpp │ │ │ ├── std │ │ │ │ ├── bitset.hpp │ │ │ │ ├── complex.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── fstream.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── iostream.hpp │ │ │ │ ├── istream.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── locale.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── memory.hpp │ │ │ │ ├── ostream.hpp │ │ │ │ ├── queue.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── sstream.hpp │ │ │ │ ├── stack.hpp │ │ │ │ ├── streambuf.hpp │ │ │ │ ├── string.hpp │ │ │ │ ├── utility.hpp │ │ │ │ ├── valarray.hpp │ │ │ │ └── vector.hpp │ │ │ ├── template_encoding.hpp │ │ │ ├── template_template_param.hpp │ │ │ ├── type_encoding.hpp │ │ │ ├── type_template_param.hpp │ │ │ ├── typeof.hpp │ │ │ ├── typeof_impl.hpp │ │ │ ├── unsupported.hpp │ │ │ ├── vector.hpp │ │ │ ├── vector100.hpp │ │ │ ├── vector150.hpp │ │ │ ├── vector200.hpp │ │ │ └── vector50.hpp │ │ ├── units │ │ │ ├── absolute.hpp │ │ │ ├── base_dimension.hpp │ │ │ ├── base_unit.hpp │ │ │ ├── base_units │ │ │ │ ├── angle │ │ │ │ │ ├── arcminute.hpp │ │ │ │ │ ├── arcsecond.hpp │ │ │ │ │ ├── degree.hpp │ │ │ │ │ ├── gradian.hpp │ │ │ │ │ ├── radian.hpp │ │ │ │ │ ├── revolution.hpp │ │ │ │ │ └── steradian.hpp │ │ │ │ ├── astronomical │ │ │ │ │ ├── astronomical_unit.hpp │ │ │ │ │ ├── light_day.hpp │ │ │ │ │ ├── light_hour.hpp │ │ │ │ │ ├── light_minute.hpp │ │ │ │ │ ├── light_second.hpp │ │ │ │ │ ├── light_year.hpp │ │ │ │ │ └── parsec.hpp │ │ │ │ ├── cgs │ │ │ │ │ ├── biot.hpp │ │ │ │ │ ├── centimeter.hpp │ │ │ │ │ └── gram.hpp │ │ │ │ ├── imperial │ │ │ │ │ ├── conversions.hpp │ │ │ │ │ ├── drachm.hpp │ │ │ │ │ ├── fluid_ounce.hpp │ │ │ │ │ ├── foot.hpp │ │ │ │ │ ├── furlong.hpp │ │ │ │ │ ├── gallon.hpp │ │ │ │ │ ├── gill.hpp │ │ │ │ │ ├── grain.hpp │ │ │ │ │ ├── hundredweight.hpp │ │ │ │ │ ├── inch.hpp │ │ │ │ │ ├── league.hpp │ │ │ │ │ ├── mile.hpp │ │ │ │ │ ├── ounce.hpp │ │ │ │ │ ├── pint.hpp │ │ │ │ │ ├── pound.hpp │ │ │ │ │ ├── quart.hpp │ │ │ │ │ ├── quarter.hpp │ │ │ │ │ ├── stone.hpp │ │ │ │ │ ├── thou.hpp │ │ │ │ │ ├── ton.hpp │ │ │ │ │ └── yard.hpp │ │ │ │ ├── metric │ │ │ │ │ ├── angstrom.hpp │ │ │ │ │ ├── are.hpp │ │ │ │ │ ├── atmosphere.hpp │ │ │ │ │ ├── bar.hpp │ │ │ │ │ ├── barn.hpp │ │ │ │ │ ├── day.hpp │ │ │ │ │ ├── fermi.hpp │ │ │ │ │ ├── hectare.hpp │ │ │ │ │ ├── hour.hpp │ │ │ │ │ ├── knot.hpp │ │ │ │ │ ├── liter.hpp │ │ │ │ │ ├── micron.hpp │ │ │ │ │ ├── minute.hpp │ │ │ │ │ ├── mmHg.hpp │ │ │ │ │ ├── nautical_mile.hpp │ │ │ │ │ ├── ton.hpp │ │ │ │ │ ├── torr.hpp │ │ │ │ │ └── year.hpp │ │ │ │ ├── si │ │ │ │ │ ├── ampere.hpp │ │ │ │ │ ├── candela.hpp │ │ │ │ │ ├── kelvin.hpp │ │ │ │ │ ├── kilogram.hpp │ │ │ │ │ ├── meter.hpp │ │ │ │ │ ├── mole.hpp │ │ │ │ │ └── second.hpp │ │ │ │ ├── temperature │ │ │ │ │ ├── celsius.hpp │ │ │ │ │ ├── conversions.hpp │ │ │ │ │ └── fahrenheit.hpp │ │ │ │ └── us │ │ │ │ │ ├── cup.hpp │ │ │ │ │ ├── dram.hpp │ │ │ │ │ ├── fluid_dram.hpp │ │ │ │ │ ├── fluid_ounce.hpp │ │ │ │ │ ├── foot.hpp │ │ │ │ │ ├── gallon.hpp │ │ │ │ │ ├── gill.hpp │ │ │ │ │ ├── grain.hpp │ │ │ │ │ ├── hundredweight.hpp │ │ │ │ │ ├── inch.hpp │ │ │ │ │ ├── mil.hpp │ │ │ │ │ ├── mile.hpp │ │ │ │ │ ├── minim.hpp │ │ │ │ │ ├── ounce.hpp │ │ │ │ │ ├── pint.hpp │ │ │ │ │ ├── pound.hpp │ │ │ │ │ ├── pound_force.hpp │ │ │ │ │ ├── quart.hpp │ │ │ │ │ ├── tablespoon.hpp │ │ │ │ │ ├── teaspoon.hpp │ │ │ │ │ ├── ton.hpp │ │ │ │ │ └── yard.hpp │ │ │ ├── cmath.hpp │ │ │ ├── config.hpp │ │ │ ├── conversion.hpp │ │ │ ├── derived_dimension.hpp │ │ │ ├── detail │ │ │ │ ├── absolute_impl.hpp │ │ │ │ ├── cmath_impl.hpp │ │ │ │ ├── conversion_impl.hpp │ │ │ │ ├── dim_impl.hpp │ │ │ │ ├── dimension_impl.hpp │ │ │ │ ├── dimension_list.hpp │ │ │ │ ├── dimensionless_unit.hpp │ │ │ │ ├── heterogeneous_conversion.hpp │ │ │ │ ├── linear_algebra.hpp │ │ │ │ ├── one.hpp │ │ │ │ ├── ordinal.hpp │ │ │ │ ├── prevent_redefinition.hpp │ │ │ │ ├── push_front_if.hpp │ │ │ │ ├── push_front_or_add.hpp │ │ │ │ ├── sort.hpp │ │ │ │ ├── static_rational_power.hpp │ │ │ │ ├── unscale.hpp │ │ │ │ └── utility.hpp │ │ │ ├── dim.hpp │ │ │ ├── dimension.hpp │ │ │ ├── dimensionless_quantity.hpp │ │ │ ├── dimensionless_type.hpp │ │ │ ├── dimensionless_unit.hpp │ │ │ ├── get_dimension.hpp │ │ │ ├── get_system.hpp │ │ │ ├── heterogeneous_system.hpp │ │ │ ├── homogeneous_system.hpp │ │ │ ├── io.hpp │ │ │ ├── is_dim.hpp │ │ │ ├── is_dimension_list.hpp │ │ │ ├── is_dimensionless.hpp │ │ │ ├── is_dimensionless_quantity.hpp │ │ │ ├── is_dimensionless_unit.hpp │ │ │ ├── is_quantity.hpp │ │ │ ├── is_quantity_of_dimension.hpp │ │ │ ├── is_quantity_of_system.hpp │ │ │ ├── is_unit.hpp │ │ │ ├── is_unit_of_dimension.hpp │ │ │ ├── is_unit_of_system.hpp │ │ │ ├── lambda.hpp │ │ │ ├── limits.hpp │ │ │ ├── make_scaled_unit.hpp │ │ │ ├── make_system.hpp │ │ │ ├── operators.hpp │ │ │ ├── physical_dimensions.hpp │ │ │ ├── physical_dimensions │ │ │ │ ├── absorbed_dose.hpp │ │ │ │ ├── acceleration.hpp │ │ │ │ ├── action.hpp │ │ │ │ ├── activity.hpp │ │ │ │ ├── amount.hpp │ │ │ │ ├── angular_acceleration.hpp │ │ │ │ ├── angular_momentum.hpp │ │ │ │ ├── angular_velocity.hpp │ │ │ │ ├── area.hpp │ │ │ │ ├── capacitance.hpp │ │ │ │ ├── conductance.hpp │ │ │ │ ├── conductivity.hpp │ │ │ │ ├── current.hpp │ │ │ │ ├── dose_equivalent.hpp │ │ │ │ ├── dynamic_viscosity.hpp │ │ │ │ ├── electric_charge.hpp │ │ │ │ ├── electric_potential.hpp │ │ │ │ ├── energy.hpp │ │ │ │ ├── energy_density.hpp │ │ │ │ ├── force.hpp │ │ │ │ ├── frequency.hpp │ │ │ │ ├── heat_capacity.hpp │ │ │ │ ├── illuminance.hpp │ │ │ │ ├── impedance.hpp │ │ │ │ ├── inductance.hpp │ │ │ │ ├── kinematic_viscosity.hpp │ │ │ │ ├── length.hpp │ │ │ │ ├── luminance.hpp │ │ │ │ ├── luminous_flux.hpp │ │ │ │ ├── luminous_intensity.hpp │ │ │ │ ├── magnetic_field_intensity.hpp │ │ │ │ ├── magnetic_flux.hpp │ │ │ │ ├── magnetic_flux_density.hpp │ │ │ │ ├── mass.hpp │ │ │ │ ├── mass_density.hpp │ │ │ │ ├── molar_energy.hpp │ │ │ │ ├── molar_heat_capacity.hpp │ │ │ │ ├── moment_of_inertia.hpp │ │ │ │ ├── momentum.hpp │ │ │ │ ├── permeability.hpp │ │ │ │ ├── permittivity.hpp │ │ │ │ ├── plane_angle.hpp │ │ │ │ ├── power.hpp │ │ │ │ ├── pressure.hpp │ │ │ │ ├── reluctance.hpp │ │ │ │ ├── resistance.hpp │ │ │ │ ├── resistivity.hpp │ │ │ │ ├── solid_angle.hpp │ │ │ │ ├── specific_energy.hpp │ │ │ │ ├── specific_heat_capacity.hpp │ │ │ │ ├── specific_volume.hpp │ │ │ │ ├── stress.hpp │ │ │ │ ├── surface_density.hpp │ │ │ │ ├── surface_tension.hpp │ │ │ │ ├── temperature.hpp │ │ │ │ ├── thermal_conductivity.hpp │ │ │ │ ├── time.hpp │ │ │ │ ├── torque.hpp │ │ │ │ ├── velocity.hpp │ │ │ │ ├── volume.hpp │ │ │ │ └── wavenumber.hpp │ │ │ ├── pow.hpp │ │ │ ├── quantity.hpp │ │ │ ├── reduce_unit.hpp │ │ │ ├── scale.hpp │ │ │ ├── scaled_base_unit.hpp │ │ │ ├── static_constant.hpp │ │ │ ├── static_rational.hpp │ │ │ ├── systems │ │ │ │ ├── abstract.hpp │ │ │ │ ├── angle │ │ │ │ │ ├── degrees.hpp │ │ │ │ │ ├── gradians.hpp │ │ │ │ │ └── revolutions.hpp │ │ │ │ ├── cgs.hpp │ │ │ │ ├── cgs │ │ │ │ │ ├── acceleration.hpp │ │ │ │ │ ├── area.hpp │ │ │ │ │ ├── base.hpp │ │ │ │ │ ├── current.hpp │ │ │ │ │ ├── dimensionless.hpp │ │ │ │ │ ├── dynamic_viscosity.hpp │ │ │ │ │ ├── energy.hpp │ │ │ │ │ ├── force.hpp │ │ │ │ │ ├── frequency.hpp │ │ │ │ │ ├── io.hpp │ │ │ │ │ ├── kinematic_viscosity.hpp │ │ │ │ │ ├── length.hpp │ │ │ │ │ ├── mass.hpp │ │ │ │ │ ├── mass_density.hpp │ │ │ │ │ ├── momentum.hpp │ │ │ │ │ ├── power.hpp │ │ │ │ │ ├── pressure.hpp │ │ │ │ │ ├── time.hpp │ │ │ │ │ ├── velocity.hpp │ │ │ │ │ ├── volume.hpp │ │ │ │ │ └── wavenumber.hpp │ │ │ │ ├── detail │ │ │ │ │ └── constants.hpp │ │ │ │ ├── si.hpp │ │ │ │ ├── si │ │ │ │ │ ├── absorbed_dose.hpp │ │ │ │ │ ├── acceleration.hpp │ │ │ │ │ ├── action.hpp │ │ │ │ │ ├── activity.hpp │ │ │ │ │ ├── amount.hpp │ │ │ │ │ ├── angular_acceleration.hpp │ │ │ │ │ ├── angular_momentum.hpp │ │ │ │ │ ├── angular_velocity.hpp │ │ │ │ │ ├── area.hpp │ │ │ │ │ ├── base.hpp │ │ │ │ │ ├── capacitance.hpp │ │ │ │ │ ├── catalytic_activity.hpp │ │ │ │ │ ├── codata │ │ │ │ │ │ ├── alpha_constants.hpp │ │ │ │ │ │ ├── atomic-nuclear_constants.hpp │ │ │ │ │ │ ├── deuteron_constants.hpp │ │ │ │ │ │ ├── electromagnetic_constants.hpp │ │ │ │ │ │ ├── electron_constants.hpp │ │ │ │ │ │ ├── helion_constants.hpp │ │ │ │ │ │ ├── muon_constants.hpp │ │ │ │ │ │ ├── neutron_constants.hpp │ │ │ │ │ │ ├── physico-chemical_constants.hpp │ │ │ │ │ │ ├── proton_constants.hpp │ │ │ │ │ │ ├── tau_constants.hpp │ │ │ │ │ │ ├── triton_constants.hpp │ │ │ │ │ │ ├── typedefs.hpp │ │ │ │ │ │ └── universal_constants.hpp │ │ │ │ │ ├── codata_constants.hpp │ │ │ │ │ ├── conductance.hpp │ │ │ │ │ ├── conductivity.hpp │ │ │ │ │ ├── current.hpp │ │ │ │ │ ├── dimensionless.hpp │ │ │ │ │ ├── dose_equivalent.hpp │ │ │ │ │ ├── dynamic_viscosity.hpp │ │ │ │ │ ├── electric_charge.hpp │ │ │ │ │ ├── electric_potential.hpp │ │ │ │ │ ├── energy.hpp │ │ │ │ │ ├── force.hpp │ │ │ │ │ ├── frequency.hpp │ │ │ │ │ ├── illuminance.hpp │ │ │ │ │ ├── impedance.hpp │ │ │ │ │ ├── inductance.hpp │ │ │ │ │ ├── io.hpp │ │ │ │ │ ├── kinematic_viscosity.hpp │ │ │ │ │ ├── length.hpp │ │ │ │ │ ├── luminous_flux.hpp │ │ │ │ │ ├── luminous_intensity.hpp │ │ │ │ │ ├── magnetic_field_intensity.hpp │ │ │ │ │ ├── magnetic_flux.hpp │ │ │ │ │ ├── magnetic_flux_density.hpp │ │ │ │ │ ├── mass.hpp │ │ │ │ │ ├── mass_density.hpp │ │ │ │ │ ├── moment_of_inertia.hpp │ │ │ │ │ ├── momentum.hpp │ │ │ │ │ ├── permeability.hpp │ │ │ │ │ ├── permittivity.hpp │ │ │ │ │ ├── plane_angle.hpp │ │ │ │ │ ├── power.hpp │ │ │ │ │ ├── prefixes.hpp │ │ │ │ │ ├── pressure.hpp │ │ │ │ │ ├── reluctance.hpp │ │ │ │ │ ├── resistance.hpp │ │ │ │ │ ├── resistivity.hpp │ │ │ │ │ ├── solid_angle.hpp │ │ │ │ │ ├── surface_density.hpp │ │ │ │ │ ├── surface_tension.hpp │ │ │ │ │ ├── temperature.hpp │ │ │ │ │ ├── time.hpp │ │ │ │ │ ├── torque.hpp │ │ │ │ │ ├── velocity.hpp │ │ │ │ │ ├── volume.hpp │ │ │ │ │ └── wavenumber.hpp │ │ │ │ └── temperature │ │ │ │ │ ├── celsius.hpp │ │ │ │ │ └── fahrenheit.hpp │ │ │ ├── unit.hpp │ │ │ └── units_fwd.hpp │ │ ├── unordered │ │ │ ├── detail │ │ │ │ ├── allocate.hpp │ │ │ │ ├── buckets.hpp │ │ │ │ ├── equivalent.hpp │ │ │ │ ├── extract_key.hpp │ │ │ │ ├── fwd.hpp │ │ │ │ ├── table.hpp │ │ │ │ ├── unique.hpp │ │ │ │ └── util.hpp │ │ │ ├── unordered_map.hpp │ │ │ ├── unordered_map_fwd.hpp │ │ │ ├── unordered_set.hpp │ │ │ └── unordered_set_fwd.hpp │ │ ├── unordered_map.hpp │ │ ├── unordered_set.hpp │ │ ├── utility.hpp │ │ ├── utility │ │ │ ├── addressof.hpp │ │ │ ├── base_from_member.hpp │ │ │ ├── binary.hpp │ │ │ ├── compare_pointees.hpp │ │ │ ├── declval.hpp │ │ │ ├── detail │ │ │ │ ├── in_place_factory_prefix.hpp │ │ │ │ ├── in_place_factory_suffix.hpp │ │ │ │ └── result_of_iterate.hpp │ │ │ ├── empty_deleter.hpp │ │ │ ├── enable_if.hpp │ │ │ ├── explicit_operator_bool.hpp │ │ │ ├── identity_type.hpp │ │ │ ├── in_place_factory.hpp │ │ │ ├── result_of.hpp │ │ │ ├── string_ref.hpp │ │ │ ├── string_ref_fwd.hpp │ │ │ ├── swap.hpp │ │ │ ├── typed_in_place_factory.hpp │ │ │ └── value_init.hpp │ │ ├── uuid │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ ├── uuid_generic.hpp │ │ │ │ └── uuid_x86.hpp │ │ │ ├── name_generator.hpp │ │ │ ├── nil_generator.hpp │ │ │ ├── random_generator.hpp │ │ │ ├── seed_rng.hpp │ │ │ ├── sha1.hpp │ │ │ ├── string_generator.hpp │ │ │ ├── uuid.hpp │ │ │ ├── uuid_generators.hpp │ │ │ ├── uuid_io.hpp │ │ │ └── uuid_serialize.hpp │ │ ├── variant.hpp │ │ ├── variant │ │ │ ├── apply_visitor.hpp │ │ │ ├── bad_visit.hpp │ │ │ ├── detail │ │ │ │ ├── apply_visitor_binary.hpp │ │ │ │ ├── apply_visitor_delayed.hpp │ │ │ │ ├── apply_visitor_unary.hpp │ │ │ │ ├── backup_holder.hpp │ │ │ │ ├── bool_trait_def.hpp │ │ │ │ ├── bool_trait_undef.hpp │ │ │ │ ├── cast_storage.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── enable_recursive.hpp │ │ │ │ ├── enable_recursive_fwd.hpp │ │ │ │ ├── forced_return.hpp │ │ │ │ ├── generic_result_type.hpp │ │ │ │ ├── hash_variant.hpp │ │ │ │ ├── initializer.hpp │ │ │ │ ├── make_variant_list.hpp │ │ │ │ ├── move.hpp │ │ │ │ ├── over_sequence.hpp │ │ │ │ ├── substitute.hpp │ │ │ │ ├── substitute_fwd.hpp │ │ │ │ ├── variant_io.hpp │ │ │ │ └── visitation_impl.hpp │ │ │ ├── get.hpp │ │ │ ├── multivisitors.hpp │ │ │ ├── polymorphic_get.hpp │ │ │ ├── recursive_variant.hpp │ │ │ ├── recursive_wrapper.hpp │ │ │ ├── recursive_wrapper_fwd.hpp │ │ │ ├── static_visitor.hpp │ │ │ ├── variant.hpp │ │ │ ├── variant_fwd.hpp │ │ │ └── visitor_ptr.hpp │ │ ├── version.hpp │ │ ├── visit_each.hpp │ │ ├── wave.hpp │ │ ├── wave │ │ │ ├── cpp_context.hpp │ │ │ ├── cpp_exceptions.hpp │ │ │ ├── cpp_iteration_context.hpp │ │ │ ├── cpp_throw.hpp │ │ │ ├── cpplexer │ │ │ │ ├── convert_trigraphs.hpp │ │ │ │ ├── cpp_lex_interface.hpp │ │ │ │ ├── cpp_lex_interface_generator.hpp │ │ │ │ ├── cpp_lex_iterator.hpp │ │ │ │ ├── cpp_lex_token.hpp │ │ │ │ ├── cpplexer_exceptions.hpp │ │ │ │ ├── detect_include_guards.hpp │ │ │ │ ├── re2clex │ │ │ │ │ ├── aq.hpp │ │ │ │ │ ├── cpp_re.hpp │ │ │ │ │ ├── cpp_re2c_lexer.hpp │ │ │ │ │ └── scanner.hpp │ │ │ │ ├── token_cache.hpp │ │ │ │ └── validate_universal_char.hpp │ │ │ ├── grammars │ │ │ │ ├── cpp_chlit_grammar.hpp │ │ │ │ ├── cpp_defined_grammar.hpp │ │ │ │ ├── cpp_defined_grammar_gen.hpp │ │ │ │ ├── cpp_expression_grammar.hpp │ │ │ │ ├── cpp_expression_grammar_gen.hpp │ │ │ │ ├── cpp_expression_value.hpp │ │ │ │ ├── cpp_grammar.hpp │ │ │ │ ├── cpp_grammar_gen.hpp │ │ │ │ ├── cpp_intlit_grammar.hpp │ │ │ │ ├── cpp_literal_grammar_gen.hpp │ │ │ │ ├── cpp_predef_macros_gen.hpp │ │ │ │ ├── cpp_predef_macros_grammar.hpp │ │ │ │ └── cpp_value_error.hpp │ │ │ ├── language_support.hpp │ │ │ ├── preprocessing_hooks.hpp │ │ │ ├── token_ids.hpp │ │ │ ├── util │ │ │ │ ├── cpp_ifblock.hpp │ │ │ │ ├── cpp_include_paths.hpp │ │ │ │ ├── cpp_iterator.hpp │ │ │ │ ├── cpp_macromap.hpp │ │ │ │ ├── cpp_macromap_predef.hpp │ │ │ │ ├── cpp_macromap_utils.hpp │ │ │ │ ├── file_position.hpp │ │ │ │ ├── filesystem_compatibility.hpp │ │ │ │ ├── flex_string.hpp │ │ │ │ ├── functor_input.hpp │ │ │ │ ├── insert_whitespace_detection.hpp │ │ │ │ ├── interpret_pragma.hpp │ │ │ │ ├── iteration_context.hpp │ │ │ │ ├── macro_definition.hpp │ │ │ │ ├── macro_helpers.hpp │ │ │ │ ├── pattern_parser.hpp │ │ │ │ ├── symbol_table.hpp │ │ │ │ ├── time_conversion_helper.hpp │ │ │ │ ├── transform_iterator.hpp │ │ │ │ └── unput_queue_iterator.hpp │ │ │ ├── wave_config.hpp │ │ │ ├── wave_config_constant.hpp │ │ │ ├── wave_version.hpp │ │ │ └── whitespace_handling.hpp │ │ ├── weak_ptr.hpp │ │ └── xpressive │ │ │ ├── basic_regex.hpp │ │ │ ├── detail │ │ │ ├── core │ │ │ │ ├── access.hpp │ │ │ │ ├── action.hpp │ │ │ │ ├── adaptor.hpp │ │ │ │ ├── finder.hpp │ │ │ │ ├── flow_control.hpp │ │ │ │ ├── icase.hpp │ │ │ │ ├── linker.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── matcher │ │ │ │ │ ├── action_matcher.hpp │ │ │ │ │ ├── alternate_end_matcher.hpp │ │ │ │ │ ├── alternate_matcher.hpp │ │ │ │ │ ├── any_matcher.hpp │ │ │ │ │ ├── assert_bol_matcher.hpp │ │ │ │ │ ├── assert_bos_matcher.hpp │ │ │ │ │ ├── assert_eol_matcher.hpp │ │ │ │ │ ├── assert_eos_matcher.hpp │ │ │ │ │ ├── assert_line_base.hpp │ │ │ │ │ ├── assert_word_matcher.hpp │ │ │ │ │ ├── attr_begin_matcher.hpp │ │ │ │ │ ├── attr_end_matcher.hpp │ │ │ │ │ ├── attr_matcher.hpp │ │ │ │ │ ├── charset_matcher.hpp │ │ │ │ │ ├── end_matcher.hpp │ │ │ │ │ ├── epsilon_matcher.hpp │ │ │ │ │ ├── keeper_matcher.hpp │ │ │ │ │ ├── literal_matcher.hpp │ │ │ │ │ ├── logical_newline_matcher.hpp │ │ │ │ │ ├── lookahead_matcher.hpp │ │ │ │ │ ├── lookbehind_matcher.hpp │ │ │ │ │ ├── mark_begin_matcher.hpp │ │ │ │ │ ├── mark_end_matcher.hpp │ │ │ │ │ ├── mark_matcher.hpp │ │ │ │ │ ├── optional_matcher.hpp │ │ │ │ │ ├── posix_charset_matcher.hpp │ │ │ │ │ ├── predicate_matcher.hpp │ │ │ │ │ ├── range_matcher.hpp │ │ │ │ │ ├── regex_byref_matcher.hpp │ │ │ │ │ ├── regex_matcher.hpp │ │ │ │ │ ├── repeat_begin_matcher.hpp │ │ │ │ │ ├── repeat_end_matcher.hpp │ │ │ │ │ ├── set_matcher.hpp │ │ │ │ │ ├── simple_repeat_matcher.hpp │ │ │ │ │ ├── string_matcher.hpp │ │ │ │ │ └── true_matcher.hpp │ │ │ │ ├── matchers.hpp │ │ │ │ ├── optimize.hpp │ │ │ │ ├── peeker.hpp │ │ │ │ ├── quant_style.hpp │ │ │ │ ├── regex_domain.hpp │ │ │ │ ├── regex_impl.hpp │ │ │ │ ├── results_cache.hpp │ │ │ │ ├── state.hpp │ │ │ │ ├── sub_match_impl.hpp │ │ │ │ └── sub_match_vector.hpp │ │ │ ├── detail_fwd.hpp │ │ │ ├── dynamic │ │ │ │ ├── dynamic.hpp │ │ │ │ ├── matchable.hpp │ │ │ │ ├── parse_charset.hpp │ │ │ │ ├── parser.hpp │ │ │ │ ├── parser_enum.hpp │ │ │ │ ├── parser_traits.hpp │ │ │ │ └── sequence.hpp │ │ │ ├── static │ │ │ │ ├── compile.hpp │ │ │ │ ├── grammar.hpp │ │ │ │ ├── is_pure.hpp │ │ │ │ ├── modifier.hpp │ │ │ │ ├── placeholders.hpp │ │ │ │ ├── static.hpp │ │ │ │ ├── transforms │ │ │ │ │ ├── as_action.hpp │ │ │ │ │ ├── as_alternate.hpp │ │ │ │ │ ├── as_independent.hpp │ │ │ │ │ ├── as_inverse.hpp │ │ │ │ │ ├── as_marker.hpp │ │ │ │ │ ├── as_matcher.hpp │ │ │ │ │ ├── as_modifier.hpp │ │ │ │ │ ├── as_quantifier.hpp │ │ │ │ │ ├── as_sequence.hpp │ │ │ │ │ └── as_set.hpp │ │ │ │ ├── transmogrify.hpp │ │ │ │ ├── type_traits.hpp │ │ │ │ ├── visitor.hpp │ │ │ │ └── width_of.hpp │ │ │ └── utility │ │ │ │ ├── algorithm.hpp │ │ │ │ ├── any.hpp │ │ │ │ ├── boyer_moore.hpp │ │ │ │ ├── chset │ │ │ │ ├── basic_chset.hpp │ │ │ │ ├── basic_chset.ipp │ │ │ │ ├── chset.hpp │ │ │ │ ├── range_run.hpp │ │ │ │ └── range_run.ipp │ │ │ │ ├── cons.hpp │ │ │ │ ├── counted_base.hpp │ │ │ │ ├── dont_care.hpp │ │ │ │ ├── hash_peek_bitset.hpp │ │ │ │ ├── ignore_unused.hpp │ │ │ │ ├── literals.hpp │ │ │ │ ├── never_true.hpp │ │ │ │ ├── save_restore.hpp │ │ │ │ ├── sequence_stack.hpp │ │ │ │ ├── symbols.hpp │ │ │ │ ├── tracking_ptr.hpp │ │ │ │ ├── traits_utils.hpp │ │ │ │ └── width.hpp │ │ │ ├── match_results.hpp │ │ │ ├── regex_actions.hpp │ │ │ ├── regex_algorithms.hpp │ │ │ ├── regex_compiler.hpp │ │ │ ├── regex_constants.hpp │ │ │ ├── regex_error.hpp │ │ │ ├── regex_iterator.hpp │ │ │ ├── regex_primitives.hpp │ │ │ ├── regex_token_iterator.hpp │ │ │ ├── regex_traits.hpp │ │ │ ├── sub_match.hpp │ │ │ ├── traits │ │ │ ├── c_regex_traits.hpp │ │ │ ├── cpp_regex_traits.hpp │ │ │ ├── detail │ │ │ │ └── c_ctype.hpp │ │ │ └── null_regex_traits.hpp │ │ │ ├── xpressive.hpp │ │ │ ├── xpressive_dynamic.hpp │ │ │ ├── xpressive_fwd.hpp │ │ │ ├── xpressive_static.hpp │ │ │ └── xpressive_typeof.hpp │ │ ├── editline │ │ └── readline.h │ │ ├── flann │ │ ├── algorithms │ │ │ ├── all_indices.h │ │ │ ├── autotuned_index.h │ │ │ ├── center_chooser.h │ │ │ ├── composite_index.h │ │ │ ├── dist.h │ │ │ ├── hierarchical_clustering_index.h │ │ │ ├── kdtree_cuda_3d_index.cu │ │ │ ├── kdtree_cuda_3d_index.h │ │ │ ├── kdtree_cuda_builder.h │ │ │ ├── kdtree_index.h │ │ │ ├── kdtree_single_index.h │ │ │ ├── kmeans_index.h │ │ │ ├── linear_index.h │ │ │ ├── lsh_index.h │ │ │ └── nn_index.h │ │ ├── config.h │ │ ├── config.h.in │ │ ├── defines.h │ │ ├── flann.cpp │ │ ├── flann.h │ │ ├── flann.hpp │ │ ├── flann_cpp.cpp │ │ ├── general.h │ │ ├── io │ │ │ └── hdf5.h │ │ ├── mpi │ │ │ ├── client.h │ │ │ ├── flann_mpi_client.cpp │ │ │ ├── flann_mpi_server.cpp │ │ │ ├── index.h │ │ │ ├── matrix.h │ │ │ ├── queries.h │ │ │ └── server.h │ │ ├── nn │ │ │ ├── ground_truth.h │ │ │ ├── index_testing.h │ │ │ └── simplex_downhill.h │ │ └── util │ │ │ ├── allocator.h │ │ │ ├── any.h │ │ │ ├── cuda │ │ │ ├── heap.h │ │ │ └── result_set.h │ │ │ ├── cutil_math.h │ │ │ ├── dynamic_bitset.h │ │ │ ├── heap.h │ │ │ ├── logger.h │ │ │ ├── lsh_table.h │ │ │ ├── matrix.h │ │ │ ├── object_factory.h │ │ │ ├── params.h │ │ │ ├── random.h │ │ │ ├── result_set.h │ │ │ ├── sampling.h │ │ │ ├── saving.h │ │ │ ├── serialization.h │ │ │ └── timer.h │ │ ├── freeglut │ │ ├── freeglut.h │ │ ├── freeglut_ext.h │ │ ├── freeglut_std.h │ │ └── glut.h │ │ ├── gmp.h │ │ ├── libsndfile │ │ ├── sndfile.h │ │ └── sndfile.hh │ │ ├── mpf2mpfr.h │ │ ├── mpfr.h │ │ ├── nanoflann.hpp │ │ ├── opencv_3_1 │ │ ├── opencv │ │ │ ├── cv.h │ │ │ ├── cv.hpp │ │ │ ├── cvaux.h │ │ │ ├── cvaux.hpp │ │ │ ├── cvwimage.h │ │ │ ├── cxcore.h │ │ │ ├── cxcore.hpp │ │ │ ├── cxeigen.hpp │ │ │ ├── cxmisc.h │ │ │ ├── highgui.h │ │ │ └── ml.h │ │ └── opencv2 │ │ │ ├── calib3d.hpp │ │ │ ├── calib3d │ │ │ ├── calib3d.hpp │ │ │ └── calib3d_c.h │ │ │ ├── core.hpp │ │ │ ├── core │ │ │ ├── affine.hpp │ │ │ ├── base.hpp │ │ │ ├── bufferpool.hpp │ │ │ ├── core.hpp │ │ │ ├── core_c.h │ │ │ ├── cuda.hpp │ │ │ ├── cuda.inl.hpp │ │ │ ├── cuda_stream_accessor.hpp │ │ │ ├── cuda_types.hpp │ │ │ ├── cvdef.h │ │ │ ├── cvstd.hpp │ │ │ ├── cvstd.inl.hpp │ │ │ ├── directx.hpp │ │ │ ├── eigen.hpp │ │ │ ├── fast_math.hpp │ │ │ ├── hal │ │ │ │ ├── hal.hpp │ │ │ │ ├── interface.h │ │ │ │ ├── intrin.hpp │ │ │ │ ├── intrin_cpp.hpp │ │ │ │ ├── intrin_neon.hpp │ │ │ │ └── intrin_sse.hpp │ │ │ ├── ippasync.hpp │ │ │ ├── mat.hpp │ │ │ ├── mat.inl.hpp │ │ │ ├── matx.hpp │ │ │ ├── neon_utils.hpp │ │ │ ├── ocl.hpp │ │ │ ├── ocl_genbase.hpp │ │ │ ├── opengl.hpp │ │ │ ├── operations.hpp │ │ │ ├── optim.hpp │ │ │ ├── persistence.hpp │ │ │ ├── private.cuda.hpp │ │ │ ├── private.hpp │ │ │ ├── ptr.inl.hpp │ │ │ ├── saturate.hpp │ │ │ ├── sse_utils.hpp │ │ │ ├── traits.hpp │ │ │ ├── types.hpp │ │ │ ├── types_c.h │ │ │ ├── utility.hpp │ │ │ ├── va_intel.hpp │ │ │ ├── version.hpp │ │ │ └── wimage.hpp │ │ │ ├── cvconfig.h │ │ │ ├── features2d.hpp │ │ │ ├── features2d │ │ │ └── features2d.hpp │ │ │ ├── flann.hpp │ │ │ ├── flann │ │ │ ├── all_indices.h │ │ │ ├── allocator.h │ │ │ ├── any.h │ │ │ ├── autotuned_index.h │ │ │ ├── composite_index.h │ │ │ ├── config.h │ │ │ ├── defines.h │ │ │ ├── dist.h │ │ │ ├── dummy.h │ │ │ ├── dynamic_bitset.h │ │ │ ├── flann.hpp │ │ │ ├── flann_base.hpp │ │ │ ├── general.h │ │ │ ├── ground_truth.h │ │ │ ├── hdf5.h │ │ │ ├── heap.h │ │ │ ├── hierarchical_clustering_index.h │ │ │ ├── index_testing.h │ │ │ ├── kdtree_index.h │ │ │ ├── kdtree_single_index.h │ │ │ ├── kmeans_index.h │ │ │ ├── linear_index.h │ │ │ ├── logger.h │ │ │ ├── lsh_index.h │ │ │ ├── lsh_table.h │ │ │ ├── matrix.h │ │ │ ├── miniflann.hpp │ │ │ ├── nn_index.h │ │ │ ├── object_factory.h │ │ │ ├── params.h │ │ │ ├── random.h │ │ │ ├── result_set.h │ │ │ ├── sampling.h │ │ │ ├── saving.h │ │ │ ├── simplex_downhill.h │ │ │ └── timer.h │ │ │ ├── highgui.hpp │ │ │ ├── highgui │ │ │ ├── highgui.hpp │ │ │ └── highgui_c.h │ │ │ ├── imgcodecs.hpp │ │ │ ├── imgcodecs │ │ │ ├── imgcodecs.hpp │ │ │ ├── imgcodecs_c.h │ │ │ └── ios.h │ │ │ ├── imgproc.hpp │ │ │ ├── imgproc │ │ │ ├── detail │ │ │ │ └── distortion_model.hpp │ │ │ ├── imgproc.hpp │ │ │ ├── imgproc_c.h │ │ │ └── types_c.h │ │ │ ├── ml.hpp │ │ │ ├── ml │ │ │ └── ml.hpp │ │ │ ├── objdetect.hpp │ │ │ ├── objdetect │ │ │ ├── detection_based_tracker.hpp │ │ │ ├── objdetect.hpp │ │ │ └── objdetect_c.h │ │ │ ├── opencv.hpp │ │ │ ├── opencv_modules.hpp │ │ │ ├── photo.hpp │ │ │ ├── photo │ │ │ ├── cuda.hpp │ │ │ ├── photo.hpp │ │ │ └── photo_c.h │ │ │ ├── shape.hpp │ │ │ ├── shape │ │ │ ├── emdL1.hpp │ │ │ ├── hist_cost.hpp │ │ │ ├── shape.hpp │ │ │ ├── shape_distance.hpp │ │ │ └── shape_transformer.hpp │ │ │ ├── stitching.hpp │ │ │ ├── stitching │ │ │ ├── detail │ │ │ │ ├── autocalib.hpp │ │ │ │ ├── blenders.hpp │ │ │ │ ├── camera.hpp │ │ │ │ ├── exposure_compensate.hpp │ │ │ │ ├── matchers.hpp │ │ │ │ ├── motion_estimators.hpp │ │ │ │ ├── seam_finders.hpp │ │ │ │ ├── timelapsers.hpp │ │ │ │ ├── util.hpp │ │ │ │ ├── util_inl.hpp │ │ │ │ ├── warpers.hpp │ │ │ │ └── warpers_inl.hpp │ │ │ └── warpers.hpp │ │ │ ├── superres.hpp │ │ │ ├── superres │ │ │ └── optical_flow.hpp │ │ │ ├── video.hpp │ │ │ ├── video │ │ │ ├── background_segm.hpp │ │ │ ├── tracking.hpp │ │ │ ├── tracking_c.h │ │ │ └── video.hpp │ │ │ ├── videoio.hpp │ │ │ ├── videoio │ │ │ ├── cap_ios.h │ │ │ ├── videoio.hpp │ │ │ └── videoio_c.h │ │ │ ├── videostab.hpp │ │ │ ├── videostab │ │ │ ├── deblurring.hpp │ │ │ ├── fast_marching.hpp │ │ │ ├── fast_marching_inl.hpp │ │ │ ├── frame_source.hpp │ │ │ ├── global_motion.hpp │ │ │ ├── inpainting.hpp │ │ │ ├── log.hpp │ │ │ ├── motion_core.hpp │ │ │ ├── motion_stabilizing.hpp │ │ │ ├── optical_flow.hpp │ │ │ ├── outlier_rejection.hpp │ │ │ ├── ring_buffer.hpp │ │ │ ├── stabilizer.hpp │ │ │ └── wobble_suppression.hpp │ │ │ ├── world.hpp │ │ │ ├── xfeatures2d.hpp │ │ │ └── xfeatures2d │ │ │ ├── cuda.hpp │ │ │ └── nonfree.hpp │ │ ├── opencv_old │ │ ├── opencv │ │ │ ├── cv.h │ │ │ ├── cv.hpp │ │ │ ├── cvaux.h │ │ │ ├── cvaux.hpp │ │ │ ├── cvwimage.h │ │ │ ├── cxcore.h │ │ │ ├── cxcore.hpp │ │ │ ├── cxeigen.hpp │ │ │ ├── cxmisc.h │ │ │ ├── highgui.h │ │ │ └── ml.h │ │ └── opencv2 │ │ │ ├── calib3d.hpp │ │ │ ├── calib3d │ │ │ ├── calib3d.hpp │ │ │ └── calib3d_c.h │ │ │ ├── core.hpp │ │ │ ├── core │ │ │ ├── affine.hpp │ │ │ ├── base.hpp │ │ │ ├── bufferpool.hpp │ │ │ ├── core.hpp │ │ │ ├── core_c.h │ │ │ ├── cuda.hpp │ │ │ ├── cuda.inl.hpp │ │ │ ├── cuda │ │ │ │ ├── block.hpp │ │ │ │ ├── border_interpolate.hpp │ │ │ │ ├── color.hpp │ │ │ │ ├── common.hpp │ │ │ │ ├── datamov_utils.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── color_detail.hpp │ │ │ │ │ ├── reduce.hpp │ │ │ │ │ ├── reduce_key_val.hpp │ │ │ │ │ ├── transform_detail.hpp │ │ │ │ │ ├── type_traits_detail.hpp │ │ │ │ │ └── vec_distance_detail.hpp │ │ │ │ ├── dynamic_smem.hpp │ │ │ │ ├── emulation.hpp │ │ │ │ ├── filters.hpp │ │ │ │ ├── funcattrib.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── limits.hpp │ │ │ │ ├── reduce.hpp │ │ │ │ ├── saturate_cast.hpp │ │ │ │ ├── scan.hpp │ │ │ │ ├── simd_functions.hpp │ │ │ │ ├── transform.hpp │ │ │ │ ├── type_traits.hpp │ │ │ │ ├── utility.hpp │ │ │ │ ├── vec_distance.hpp │ │ │ │ ├── vec_math.hpp │ │ │ │ ├── vec_traits.hpp │ │ │ │ ├── warp.hpp │ │ │ │ ├── warp_reduce.hpp │ │ │ │ └── warp_shuffle.hpp │ │ │ ├── cuda_stream_accessor.hpp │ │ │ ├── cuda_types.hpp │ │ │ ├── cvdef.h │ │ │ ├── cvstd.hpp │ │ │ ├── cvstd.inl.hpp │ │ │ ├── directx.hpp │ │ │ ├── eigen.hpp │ │ │ ├── ippasync.hpp │ │ │ ├── mat.hpp │ │ │ ├── mat.inl.hpp │ │ │ ├── matx.hpp │ │ │ ├── ocl.hpp │ │ │ ├── ocl_genbase.hpp │ │ │ ├── opengl.hpp │ │ │ ├── operations.hpp │ │ │ ├── optim.hpp │ │ │ ├── persistence.hpp │ │ │ ├── private.cuda.hpp │ │ │ ├── private.hpp │ │ │ ├── ptr.inl.hpp │ │ │ ├── sse_utils.hpp │ │ │ ├── traits.hpp │ │ │ ├── types.hpp │ │ │ ├── types_c.h │ │ │ ├── utility.hpp │ │ │ ├── version.hpp │ │ │ └── wimage.hpp │ │ │ ├── features2d.hpp │ │ │ ├── features2d │ │ │ └── features2d.hpp │ │ │ ├── flann.hpp │ │ │ ├── flann │ │ │ ├── all_indices.h │ │ │ ├── allocator.h │ │ │ ├── any.h │ │ │ ├── autotuned_index.h │ │ │ ├── composite_index.h │ │ │ ├── config.h │ │ │ ├── defines.h │ │ │ ├── dist.h │ │ │ ├── dummy.h │ │ │ ├── dynamic_bitset.h │ │ │ ├── flann.hpp │ │ │ ├── flann_base.hpp │ │ │ ├── general.h │ │ │ ├── ground_truth.h │ │ │ ├── hdf5.h │ │ │ ├── heap.h │ │ │ ├── hierarchical_clustering_index.h │ │ │ ├── index_testing.h │ │ │ ├── kdtree_index.h │ │ │ ├── kdtree_single_index.h │ │ │ ├── kmeans_index.h │ │ │ ├── linear_index.h │ │ │ ├── logger.h │ │ │ ├── lsh_index.h │ │ │ ├── lsh_table.h │ │ │ ├── matrix.h │ │ │ ├── miniflann.hpp │ │ │ ├── nn_index.h │ │ │ ├── object_factory.h │ │ │ ├── params.h │ │ │ ├── random.h │ │ │ ├── result_set.h │ │ │ ├── sampling.h │ │ │ ├── saving.h │ │ │ ├── simplex_downhill.h │ │ │ └── timer.h │ │ │ ├── hal.hpp │ │ │ ├── hal │ │ │ ├── defs.h │ │ │ ├── intrin.hpp │ │ │ ├── intrin_cpp.hpp │ │ │ ├── intrin_neon.hpp │ │ │ └── intrin_sse.hpp │ │ │ ├── highgui.hpp │ │ │ ├── highgui │ │ │ ├── highgui.hpp │ │ │ └── highgui_c.h │ │ │ ├── imgcodecs.hpp │ │ │ ├── imgcodecs │ │ │ ├── imgcodecs.hpp │ │ │ ├── imgcodecs_c.h │ │ │ └── ios.h │ │ │ ├── imgproc.hpp │ │ │ ├── imgproc │ │ │ ├── imgproc.hpp │ │ │ ├── imgproc_c.h │ │ │ └── types_c.h │ │ │ ├── ml.hpp │ │ │ ├── ml │ │ │ └── ml.hpp │ │ │ ├── objdetect.hpp │ │ │ ├── objdetect │ │ │ ├── detection_based_tracker.hpp │ │ │ ├── objdetect.hpp │ │ │ └── objdetect_c.h │ │ │ ├── opencv.hpp │ │ │ ├── opencv_modules.hpp │ │ │ ├── photo.hpp │ │ │ ├── photo │ │ │ ├── cuda.hpp │ │ │ ├── photo.hpp │ │ │ └── photo_c.h │ │ │ ├── shape.hpp │ │ │ ├── shape │ │ │ ├── emdL1.hpp │ │ │ ├── hist_cost.hpp │ │ │ ├── shape.hpp │ │ │ ├── shape_distance.hpp │ │ │ └── shape_transformer.hpp │ │ │ ├── stitching.hpp │ │ │ ├── stitching │ │ │ ├── detail │ │ │ │ ├── autocalib.hpp │ │ │ │ ├── blenders.hpp │ │ │ │ ├── camera.hpp │ │ │ │ ├── exposure_compensate.hpp │ │ │ │ ├── matchers.hpp │ │ │ │ ├── motion_estimators.hpp │ │ │ │ ├── seam_finders.hpp │ │ │ │ ├── timelapsers.hpp │ │ │ │ ├── util.hpp │ │ │ │ ├── util_inl.hpp │ │ │ │ ├── warpers.hpp │ │ │ │ └── warpers_inl.hpp │ │ │ └── warpers.hpp │ │ │ ├── superres.hpp │ │ │ ├── superres │ │ │ └── optical_flow.hpp │ │ │ ├── ts.hpp │ │ │ ├── ts │ │ │ ├── cuda_perf.hpp │ │ │ ├── cuda_test.hpp │ │ │ ├── ocl_perf.hpp │ │ │ ├── ocl_test.hpp │ │ │ ├── ts_ext.hpp │ │ │ ├── ts_gtest.h │ │ │ └── ts_perf.hpp │ │ │ ├── video.hpp │ │ │ ├── video │ │ │ ├── background_segm.hpp │ │ │ ├── tracking.hpp │ │ │ ├── tracking_c.h │ │ │ └── video.hpp │ │ │ ├── videoio.hpp │ │ │ ├── videoio │ │ │ ├── cap_ios.h │ │ │ ├── videoio.hpp │ │ │ └── videoio_c.h │ │ │ ├── videostab.hpp │ │ │ ├── videostab │ │ │ ├── deblurring.hpp │ │ │ ├── fast_marching.hpp │ │ │ ├── fast_marching_inl.hpp │ │ │ ├── frame_source.hpp │ │ │ ├── global_motion.hpp │ │ │ ├── inpainting.hpp │ │ │ ├── log.hpp │ │ │ ├── motion_core.hpp │ │ │ ├── motion_stabilizing.hpp │ │ │ ├── optical_flow.hpp │ │ │ ├── outlier_rejection.hpp │ │ │ ├── ring_buffer.hpp │ │ │ ├── stabilizer.hpp │ │ │ └── wobble_suppression.hpp │ │ │ └── world.hpp │ │ ├── rapidjson │ │ ├── allocators.h │ │ ├── document.h │ │ ├── encodedstream.h │ │ ├── encodings.h │ │ ├── error │ │ │ ├── en.h │ │ │ └── error.h │ │ ├── filereadstream.h │ │ ├── filestream.h │ │ ├── filewritestream.h │ │ ├── internal │ │ │ ├── biginteger.h │ │ │ ├── diyfp.h │ │ │ ├── dtoa.h │ │ │ ├── ieee754.h │ │ │ ├── itoa.h │ │ │ ├── meta.h │ │ │ ├── pow10.h │ │ │ ├── stack.h │ │ │ ├── strfunc.h │ │ │ └── strtod.h │ │ ├── memorybuffer.h │ │ ├── memorystream.h │ │ ├── msinttypes │ │ │ ├── inttypes.h │ │ │ └── stdint.h │ │ ├── prettywriter.h │ │ ├── rapidjson.h │ │ ├── reader.h │ │ ├── stringbuffer.h │ │ └── writer.h │ │ ├── readline │ │ ├── chardefs.h │ │ ├── history.h │ │ ├── keymaps.h │ │ ├── readline.h │ │ ├── rlconf.h │ │ ├── rlstdc.h │ │ ├── rltypedefs.h │ │ └── tilde.h │ │ └── zlib │ │ ├── zconf.h │ │ └── zlib.h ├── GlobalAppState.h ├── GlobalBundlingState.h ├── GlobalDefines.h ├── ImageHelper.h ├── OnlineBundler.h ├── OnlineBundlerHelper.h ├── PoseHelper.h ├── PrimeSenseSensor.h ├── RGBDSensor.h ├── SBA.h ├── SBALie.h ├── SBA_CPU.h ├── SBA_param.h ├── SensorDataReader.h ├── SiftGPU │ ├── CUDATimer.h │ ├── CuTexImage.h │ ├── GlobalUtil.h │ ├── MatrixConversion.h │ ├── ProgramCU.h │ ├── SIFTImageManager.h │ ├── SIFTMatchFilter.h │ ├── SiftCameraParams.h │ ├── SiftGPU.h │ ├── SiftMatch.h │ ├── SiftPyramid.h │ ├── cudaUtil.h │ ├── cuda_EigenValue.h │ ├── cuda_SVD.h │ ├── cuda_SimpleMatrixUtil.h │ ├── cuda_another_svd.h │ ├── cuda_kabsch.h │ ├── cuda_kabschReference.h │ ├── cuda_surfaceArea.h │ ├── cuda_svd3.h │ └── vtkMath.h ├── Solver │ ├── CUDASolverBundling.h │ ├── ICPUtil.h │ ├── LieDerivUtil.h │ ├── SolverBundlingDenseUtil.h │ ├── SolverBundlingEquations.h │ ├── SolverBundlingEquationsLie.h │ ├── SolverBundlingParameters.h │ ├── SolverBundlingState.h │ └── SolverBundlingUtil.h ├── SolverUtil.h ├── TimingLog.h ├── TrajectoryManager.h ├── Visualization │ ├── Output3DWrapper.h │ └── PangolinOutputWrapper.h ├── cutil │ ├── Uplink │ │ ├── blobs.h │ │ ├── blobs.hpp │ │ ├── camera-calibration.h │ │ ├── camera-calibration.hpp │ │ ├── camera-fixedparams.h │ │ ├── camera-fixedparams.hpp │ │ ├── camera-frame.h │ │ ├── camera-frame.hpp │ │ ├── camera-pose.h │ │ ├── camera-pose.hpp │ │ ├── clients.h │ │ ├── clients.hpp │ │ ├── context.h │ │ ├── context.hpp │ │ ├── core │ │ │ ├── bitstream.h │ │ │ ├── bitstream.hpp │ │ │ ├── bytes.h │ │ │ ├── bytes.hpp │ │ │ ├── chunks.h │ │ │ ├── chunks.hpp │ │ │ ├── clocks.h │ │ │ ├── clocks.hpp │ │ │ ├── config.h │ │ │ ├── datagrams.h │ │ │ ├── datagrams.hpp │ │ │ ├── enum.h │ │ │ ├── enum.hpp │ │ │ ├── logging.h │ │ │ ├── macros.h │ │ │ ├── memory.h │ │ │ ├── memory.hpp │ │ │ ├── platform.h │ │ │ ├── platform.hpp │ │ │ ├── platforms │ │ │ │ ├── core │ │ │ │ │ ├── apple.h │ │ │ │ │ ├── apple.hpp │ │ │ │ │ ├── bsd-sockets.h │ │ │ │ │ ├── bsd-sockets.hpp │ │ │ │ │ ├── objc.h │ │ │ │ │ ├── objc.hpp │ │ │ │ │ ├── posix.h │ │ │ │ │ ├── posix.hpp │ │ │ │ │ ├── pthreads.h │ │ │ │ │ ├── pthreads.hpp │ │ │ │ │ ├── win32-api.h │ │ │ │ │ ├── windows-image-codecs.h │ │ │ │ │ ├── windows-image-codecs.hpp │ │ │ │ │ ├── windows-sockets.h │ │ │ │ │ ├── windows-sockets.hpp │ │ │ │ │ ├── windows-threads.h │ │ │ │ │ └── windows-threads.hpp │ │ │ │ ├── ios.h │ │ │ │ ├── ios.hpp │ │ │ │ ├── osx.h │ │ │ │ ├── osx.hpp │ │ │ │ ├── windows.h │ │ │ │ └── windows.hpp │ │ │ ├── profiling.h │ │ │ ├── queues.h │ │ │ ├── queues.hpp │ │ │ ├── serializers.h │ │ │ ├── serializers.hpp │ │ │ ├── shift2depth.h │ │ │ ├── shift2depth.hpp │ │ │ ├── streams.h │ │ │ ├── streams.hpp │ │ │ ├── threads.h │ │ │ ├── threads.hpp │ │ │ ├── types.h │ │ │ ├── types.hpp │ │ │ ├── wires.h │ │ │ └── wires.hpp │ │ ├── desktop-server.h │ │ ├── desktop-server.hpp │ │ ├── desktop-ui.h │ │ ├── desktop-ui.hpp │ │ ├── discovery.h │ │ ├── discovery.hpp │ │ ├── endpoints.h │ │ ├── endpoints.hpp │ │ ├── image-codecs.h │ │ ├── image-codecs.hpp │ │ ├── image.h │ │ ├── image.hpp │ │ ├── message.h │ │ ├── message.hpp │ │ ├── messages.h │ │ ├── messages.hpp │ │ ├── motion.h │ │ ├── motion.hpp │ │ ├── servers.h │ │ ├── servers.hpp │ │ ├── services.h │ │ ├── services.hpp │ │ ├── sessions-settings.h │ │ ├── sessions-settings.hpp │ │ ├── sessions-setup-presets.h │ │ ├── sessions-setup-presets.hpp │ │ ├── sessions-setup.h │ │ ├── sessions-setup.hpp │ │ └── uplink.h │ ├── conio.h │ ├── cutil │ │ └── inc │ │ │ ├── GL │ │ │ ├── freeglut.h │ │ │ ├── freeglut_ext.h │ │ │ ├── freeglut_std.h │ │ │ ├── glew.h │ │ │ ├── glext.h │ │ │ ├── glut.h │ │ │ ├── glxew.h │ │ │ ├── glxext.h │ │ │ ├── wglew.h │ │ │ └── wglext.h │ │ │ ├── bank_checker.h │ │ │ ├── cmd_arg_reader.h │ │ │ ├── cuda_drvapi_dynlink.c │ │ │ ├── cutil.h │ │ │ ├── cutil_gl_error.h │ │ │ ├── cutil_gl_inline.h │ │ │ ├── cutil_inline.h │ │ │ ├── cutil_inline_bankchecker.h │ │ │ ├── cutil_inline_drvapi.h │ │ │ ├── cutil_inline_runtime.h │ │ │ ├── cutil_math.h │ │ │ ├── drvapi_error_string.h │ │ │ ├── dynlink │ │ │ ├── cuda_drvapi_dynlink.h │ │ │ ├── cuda_drvapi_dynlink_cuda.h │ │ │ ├── cuda_drvapi_dynlink_d3d.h │ │ │ └── cuda_drvapi_dynlink_gl.h │ │ │ ├── dynlink_d3d10.h │ │ │ ├── dynlink_d3d11.h │ │ │ ├── error_checker.h │ │ │ ├── exception.h │ │ │ ├── helper_cuda.h │ │ │ ├── helper_cuda_drvapi.h │ │ │ ├── helper_cuda_gl.h │ │ │ ├── helper_functions.h │ │ │ ├── helper_image.h │ │ │ ├── helper_math.h │ │ │ ├── helper_string.h │ │ │ ├── helper_timer.h │ │ │ ├── multithreading.h │ │ │ ├── nvGLWidgets.h │ │ │ ├── nvGlutWidgets.h │ │ │ ├── nvMath.h │ │ │ ├── nvMatrix.h │ │ │ ├── nvQuaternion.h │ │ │ ├── nvShaderUtils.h │ │ │ ├── nvVector.h │ │ │ ├── nvWidgets.h │ │ │ ├── param.h │ │ │ ├── paramgl.h │ │ │ ├── rendercheck_d3d10.h │ │ │ ├── rendercheck_d3d11.h │ │ │ ├── rendercheck_d3d9.h │ │ │ ├── rendercheck_gl.h │ │ │ ├── sdkHelper.h │ │ │ ├── stopwatch.h │ │ │ ├── stopwatch_base.h │ │ │ ├── stopwatch_base.inl │ │ │ ├── stopwatch_functions.h │ │ │ ├── stopwatch_linux.h │ │ │ ├── stopwatch_win.h │ │ │ └── string_helper.h │ └── float.h ├── mLib.h ├── mLib │ ├── include │ │ ├── application-base │ │ │ ├── applicationWin32.h │ │ │ ├── graphicsAsset.h │ │ │ ├── graphicsDevice.h │ │ │ └── windowWin32.h │ │ ├── application-d3d11 │ │ │ ├── D3D11AssetRenderer.h │ │ │ ├── D3D11Buffer.cpp │ │ │ ├── D3D11Buffer.h │ │ │ ├── D3D11Canvas2D.h │ │ │ ├── D3D11ConstantBuffer.h │ │ │ ├── D3D11GeometryShader.h │ │ │ ├── D3D11GraphicsDevice.h │ │ │ ├── D3D11PixelShader.h │ │ │ ├── D3D11PointCloud.h │ │ │ ├── D3D11RenderTarget.h │ │ │ ├── D3D11ShaderManager.h │ │ │ ├── D3D11Texture2D.cpp │ │ │ ├── D3D11Texture2D.h │ │ │ ├── D3D11Texture3D.cpp │ │ │ ├── D3D11Texture3D.h │ │ │ ├── D3D11TriMesh.h │ │ │ ├── D3D11Utility.h │ │ │ └── D3D11VertexShader.h │ │ ├── core-base │ │ │ ├── baseImage.h │ │ │ ├── baseImageHelper.h │ │ │ ├── binaryGrid3.h │ │ │ ├── common.h │ │ │ ├── distanceField3.h │ │ │ ├── grid2.cpp │ │ │ ├── grid2.h │ │ │ ├── grid3.cpp │ │ │ ├── grid3.h │ │ │ └── multiStream.h │ │ ├── core-graphics │ │ │ ├── RGBColor.h │ │ │ ├── boundingBox2.h │ │ │ ├── boundingBox3.h │ │ │ ├── camera.cpp │ │ │ ├── camera.h │ │ │ ├── cameraTrackball.h │ │ │ ├── colorUtils.h │ │ │ ├── cone.h │ │ │ ├── cylinder.h │ │ │ ├── dist.h │ │ │ ├── intersection.h │ │ │ ├── line2.h │ │ │ ├── lineSegment2.h │ │ │ ├── lineSegment3.h │ │ │ ├── orientedBoundingBox2.h │ │ │ ├── orientedBoundingBox3.h │ │ │ ├── plane.h │ │ │ ├── polygon.cpp │ │ │ ├── polygon.h │ │ │ ├── ray.h │ │ │ ├── sphere.h │ │ │ └── triangle.h │ │ ├── core-math │ │ │ ├── PCA.cpp │ │ │ ├── PCA.h │ │ │ ├── blockedPCA.cpp │ │ │ ├── blockedPCA.h │ │ │ ├── denseMatrix.cpp │ │ │ ├── denseMatrix.h │ │ │ ├── eigenSolver.cpp │ │ │ ├── eigenSolver.h │ │ │ ├── kMeansClustering.h │ │ │ ├── linearSolver.h │ │ │ ├── mathUtil.h │ │ │ ├── mathVector.h │ │ │ ├── matrix2x2.h │ │ │ ├── matrix3x3.h │ │ │ ├── matrix4x4.h │ │ │ ├── numericalRecipesTemplates.h │ │ │ ├── quaternion.h │ │ │ ├── rng.h │ │ │ ├── sampling.h │ │ │ ├── sparseMatrix.cpp │ │ │ ├── sparseMatrix.h │ │ │ ├── vec1.h │ │ │ ├── vec2.h │ │ │ ├── vec3.h │ │ │ ├── vec4.h │ │ │ └── vec6.h │ │ ├── core-mesh │ │ │ ├── material.h │ │ │ ├── meshData.cpp │ │ │ ├── meshData.h │ │ │ ├── meshIO.cpp │ │ │ ├── meshIO.h │ │ │ ├── meshShapes.cpp │ │ │ ├── meshShapes.h │ │ │ ├── meshUtil.h │ │ │ ├── plyHeader.h │ │ │ ├── pointCloud.cpp │ │ │ ├── pointCloud.h │ │ │ ├── pointCloudIO.cpp │ │ │ ├── pointCloudIO.h │ │ │ ├── triMesh.cpp │ │ │ ├── triMesh.h │ │ │ ├── triMeshAccelerator.h │ │ │ ├── triMeshAcceleratorBVH.h │ │ │ ├── triMeshAcceleratorBVHMatt.h │ │ │ ├── triMeshAcceleratorBruteForce.h │ │ │ ├── triMeshCollisionAccelerator.h │ │ │ ├── triMeshCollisionAccelerator.inl │ │ │ ├── triMeshRayAccelerator.h │ │ │ ├── triMeshRayAccelerator.inl │ │ │ └── triMeshSampler.h │ │ ├── core-multithreading │ │ │ ├── taskList.h │ │ │ ├── threadPool.h │ │ │ └── workerThread.h │ │ ├── core-network │ │ │ ├── networkClient.h │ │ │ └── networkServer.h │ │ ├── core-util │ │ │ ├── UIConnection.h │ │ │ ├── binaryDataBuffer.h │ │ │ ├── binaryDataCompressor.h │ │ │ ├── binaryDataSerialize.h │ │ │ ├── binaryDataStream.h │ │ │ ├── colorGradient.h │ │ │ ├── commandLineReader.h │ │ │ ├── directory.h │ │ │ ├── eventMap.h │ │ │ ├── flagSet.h │ │ │ ├── keycodes.h │ │ │ ├── nearestNeighborSearch.h │ │ │ ├── parameterFile.h │ │ │ ├── pipe.h │ │ │ ├── sparseGrid3.h │ │ │ ├── stringUtil.h │ │ │ ├── stringUtilConvert.h │ │ │ ├── textWriter.h │ │ │ ├── timer.h │ │ │ ├── uniformAccelerator.h │ │ │ ├── utility.h │ │ │ └── windowsUtil.h │ │ ├── ext-boost │ │ │ ├── options.h │ │ │ └── serialization.h │ │ ├── ext-cgal │ │ │ └── cgalWrapper.h │ │ ├── ext-d3d11font │ │ │ └── D3D11Font.h │ │ ├── ext-depthcamera │ │ │ ├── calibratedSensorData.h │ │ │ ├── sensorData.h │ │ │ └── sensorData │ │ │ │ ├── stb_image.h │ │ │ │ ├── stb_image_write.h │ │ │ │ ├── uplinksimple.h │ │ │ │ ├── uplinksimple_image-codecs.h │ │ │ │ ├── uplinksimple_memory.h │ │ │ │ ├── uplinksimple_shift2depth.h │ │ │ │ └── uplinksimple_windows-image-codecs.h │ │ ├── ext-eigen │ │ │ ├── eigenSolver.h │ │ │ └── eigenUtility.h │ │ ├── ext-flann │ │ │ └── nearestNeighborSearchFLANN.h │ │ ├── ext-freeimage │ │ │ ├── freeImageWrapper.h │ │ │ └── freeImageWrapperHelper.h │ │ ├── ext-lodepng │ │ │ ├── imageLoaderLodePNG.h │ │ │ └── lodepng.h │ │ ├── ext-mbase │ │ │ └── mBase.h │ │ ├── ext-openmesh │ │ │ ├── loader.h │ │ │ └── triMesh.h │ │ ├── ext-zlib │ │ │ └── ZLibWrapper.h │ │ ├── mLibBoost.h │ │ ├── mLibCGAL.h │ │ ├── mLibCore.cpp │ │ ├── mLibCore.h │ │ ├── mLibD3D11.cpp │ │ ├── mLibD3D11.h │ │ ├── mLibD3D11Font.h │ │ ├── mLibDepthCamera.cpp │ │ ├── mLibDepthCamera.h │ │ ├── mLibEigen.h │ │ ├── mLibFLANN.h │ │ ├── mLibFreeImage.h │ │ ├── mLibLodePNG.cpp │ │ ├── mLibLodePNG.h │ │ ├── mLibMBase.h │ │ ├── mLibOpenMesh.h │ │ ├── mLibZLib.cpp │ │ └── mLibZLib.h │ └── src │ │ ├── application-base │ │ ├── applicationWin32.cpp │ │ └── windowWin32.cpp │ │ ├── application-d3d11 │ │ ├── D3D11AssetRenderer.cpp │ │ ├── D3D11Canvas2D.cpp │ │ ├── D3D11GeometryShader.cpp │ │ ├── D3D11GraphicsDevice.cpp │ │ ├── D3D11PixelShader.cpp │ │ ├── D3D11PointCloud.cpp │ │ ├── D3D11RenderTarget.cpp │ │ ├── D3D11ShaderManager.cpp │ │ ├── D3D11TriMesh.cpp │ │ ├── D3D11Utility.cpp │ │ └── D3D11VertexShader.cpp │ │ ├── core-base │ │ └── common.cpp │ │ ├── core-graphics │ │ └── RGBColor.cpp │ │ ├── core-math │ │ ├── rng.cpp │ │ ├── triangleIntersection.cpp │ │ └── triangleIntersectionBackup.cpp │ │ ├── core-mesh │ │ └── meshUtil.cpp │ │ ├── core-multithreading │ │ ├── threadPool.cpp │ │ └── workerThread.cpp │ │ ├── core-util │ │ ├── UIConnection.cpp │ │ ├── directory.cpp │ │ ├── eventMap.cpp │ │ ├── pipe.cpp │ │ ├── timer.cpp │ │ ├── utility.cpp │ │ └── windowsUtil.cpp │ │ ├── ext-lodepng │ │ ├── imageLoaderLodePNG.cpp │ │ └── lodepng.cpp │ │ └── ext-zlib │ │ └── ZLibWrapper.cpp ├── mLibCuda.h └── stdafx.h ├── pangolin_fix.h ├── run_docker.sh ├── src ├── BundleFusion.cpp ├── Bundler.cpp ├── CUDACache.cpp ├── CUDACache.cu ├── CUDAImageManager.cpp ├── CUDAImageUtil.cu ├── ConditionManager.cpp ├── CorrespondenceEvaluator.cpp ├── DepthSensing │ ├── CUDAConstant.cu │ ├── CUDAHistogramHashSDF.cpp │ ├── CUDAHistogramHashSDF.cu │ ├── CUDAMarchingCubesHashSDF.cpp │ ├── CUDAMarchingCubesSDF.cu │ ├── CUDARayCastSDF.cpp │ ├── CUDARayCastSDF.cu │ ├── CUDAScan.cpp │ ├── CUDASceneRepChunkGrid.cpp │ ├── CUDASceneRepChunkGrid.cu │ ├── CUDASceneRepHashSDF.cpp │ ├── CUDASceneRepHashSDF.cu │ ├── CameraUtil.cu │ ├── ScanCS.cu │ └── TimingLogDepthSensing.cpp ├── OnlineBundler.cpp ├── OnlineBundler.cu ├── PangolinOutputWrapper.cpp ├── PangolinOutputWrapper.cu ├── PrimeSenseSensor.cpp ├── RGBDSensor.cpp ├── SBA.cpp ├── SBA.cu ├── SBA_CPU.cpp ├── SensorDataReader.cpp ├── SiftGPU │ ├── CUDASiftConstant.cu │ ├── CuTexImage.cpp │ ├── GlobalUtil.cpp │ ├── ProgramCU.cu │ ├── SIFTImageManager.cpp │ ├── SIFTImageManager.cu │ ├── SIFTMatchFilter.cpp │ ├── SiftGPU.cpp │ ├── SiftMatch.cpp │ ├── SiftPyramid.cpp │ └── vtkMath.cxx ├── Solver │ ├── CUDASolverBundling.cpp │ └── SolverBundling.cu ├── TimingLog.cpp ├── TrajectoryManager.cpp ├── mLib.cpp ├── stdafx.cpp └── uplink.cpp ├── zParametersBundlingDefault.txt └── zParametersDefault.txt /.dockerignore: -------------------------------------------------------------------------------- 1 | data/ 2 | cmake*/ 3 | build/ 4 | Pangolin/ 5 | eigen/ 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/README.md -------------------------------------------------------------------------------- /asset/demo_office2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/asset/demo_office2.png -------------------------------------------------------------------------------- /cmake/FindEigen3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/cmake/FindEigen3.cmake -------------------------------------------------------------------------------- /example/bundle_fusion_example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/example/bundle_fusion_example.cpp -------------------------------------------------------------------------------- /include/BundleFusion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/BundleFusion.h -------------------------------------------------------------------------------- /include/Bundler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Bundler.h -------------------------------------------------------------------------------- /include/CUDACache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CUDACache.h -------------------------------------------------------------------------------- /include/CUDACacheUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CUDACacheUtil.h -------------------------------------------------------------------------------- /include/CUDACameraUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CUDACameraUtil.h -------------------------------------------------------------------------------- /include/CUDAImageCalibrator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CUDAImageCalibrator.h -------------------------------------------------------------------------------- /include/CUDAImageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CUDAImageManager.h -------------------------------------------------------------------------------- /include/CUDAImageUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CUDAImageUtil.h -------------------------------------------------------------------------------- /include/ConditionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/ConditionManager.h -------------------------------------------------------------------------------- /include/CorrespondenceEvaluator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/CorrespondenceEvaluator.h -------------------------------------------------------------------------------- /include/DepthSensing/BitArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/BitArray.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDADepthCameraParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDADepthCameraParams.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDAHashParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDAHashParams.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDAHistogramHashSDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDAHistogramHashSDF.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDAImageHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDAImageHelper.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDARayCastParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDARayCastParams.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDARayCastSDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDARayCastSDF.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDAScan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDAScan.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDASceneRepChunkGrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDASceneRepChunkGrid.h -------------------------------------------------------------------------------- /include/DepthSensing/CUDASceneRepHashSDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CUDASceneRepHashSDF.h -------------------------------------------------------------------------------- /include/DepthSensing/CameraParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/CameraParams.h -------------------------------------------------------------------------------- /include/DepthSensing/DepthCameraUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/DepthCameraUtil.h -------------------------------------------------------------------------------- /include/DepthSensing/MarchingCubesSDFUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/MarchingCubesSDFUtil.h -------------------------------------------------------------------------------- /include/DepthSensing/RayCastSDFUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/RayCastSDFUtil.h -------------------------------------------------------------------------------- /include/DepthSensing/StdOutputLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/StdOutputLogger.h -------------------------------------------------------------------------------- /include/DepthSensing/Tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/Tables.h -------------------------------------------------------------------------------- /include/DepthSensing/TimingLogDepthSensing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/TimingLogDepthSensing.h -------------------------------------------------------------------------------- /include/DepthSensing/Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/Util.h -------------------------------------------------------------------------------- /include/DepthSensing/VoxelUtilHashSDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DepthSensing/VoxelUtilHashSDF.h -------------------------------------------------------------------------------- /include/DualGPU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/DualGPU.h -------------------------------------------------------------------------------- /include/FreeImage/FreeImage/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/FreeImage/FreeImage.h -------------------------------------------------------------------------------- /include/FreeImage/include/ANN/ANN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/ANN/ANN.h -------------------------------------------------------------------------------- /include/FreeImage/include/AntTweakBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/AntTweakBar.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/AABB_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/AABB_traits.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/AABB_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/AABB_tree.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Arr_accessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Arr_accessor.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Arr_enums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Arr_enums.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Arr_face_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Arr_face_map.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Arr_observer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Arr_observer.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Arr_overlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Arr_overlay.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Arr_tags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Arr_tags.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Bbox_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Bbox_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Bbox_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Bbox_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/BigInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/BigInt.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/BigRat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/BigRat.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/CORE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/CORE.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Config.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/CoreAux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/CoreAux.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Expr.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/ExprRep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/ExprRep.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Filter.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Gmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Gmp.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Impl.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Promote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Promote.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Real.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/RealRep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/RealRep.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/Timer.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE/extLong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE/extLong.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE_BigInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE_BigInt.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE_BigRat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE_BigRat.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/CORE_Expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/CORE_Expr.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Cache.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Cartesian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Cartesian.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Cartesian_d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Cartesian_d.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Circle_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Circle_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Circle_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Circle_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Circle_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Circle_type.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ConicCPA2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ConicCPA2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ConicHPA2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ConicHPA2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Conic_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Conic_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Conic_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Conic_misc.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Dart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Dart.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Default.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Default.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Deform_mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Deform_mesh.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Delaunay_d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Delaunay_d.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Dimension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Dimension.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Direction_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Direction_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Direction_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Direction_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Distance_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Distance_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Double_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Double_map.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Dummy_tds_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Dummy_tds_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Eigen_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Eigen_matrix.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Eigen_svd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Eigen_svd.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Eigen_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Eigen_vector.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Epick_d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Epick_d.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/FPU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/FPU.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/FPU_gcc_i386.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/FPU_gcc_i386.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/FPU_msvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/FPU_msvc.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Fourtuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Fourtuple.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Fuzzy_sphere.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Fuzzy_sphere.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Gmpfi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Gmpfi.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Gmpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Gmpfr.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Gmpq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Gmpq.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Gmpz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Gmpz.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Gmpzf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Gmpzf.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Gps_traits_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Gps_traits_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Handle.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Handle_for.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Handle_for.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Homogeneous.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Homogeneous.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Hyperbola_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Hyperbola_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/Color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/Color.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/File_maya.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/File_maya.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/File_poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/File_poly.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/Qt_widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/Qt_widget.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/io.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/io_tags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/io_tags.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/print_OFF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/print_OFF.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/IO/scan_OFF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/IO/scan_OFF.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ImageIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ImageIO.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Image_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Image_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Interval_nt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Interval_nt.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Iso_cuboid_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Iso_cuboid_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Kd_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Kd_tree.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Kd_tree_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Kd_tree_node.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Kernel/mpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Kernel/mpl.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Kernel/solve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Kernel/solve.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Kinetic/Sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Kinetic/Sort.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/LEDA_basic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/LEDA_basic.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Lazy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Lazy.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Lazy_kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Lazy_kernel.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Line_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Line_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Line_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Line_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Line_arc_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Line_arc_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Line_arc_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Line_arc_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/MP_Float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/MP_Float.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Memory_sizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Memory_sizer.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Mesher_level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Mesher_level.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Min_circle_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Min_circle_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Min_sphere_d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Min_sphere_d.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Mpzf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Mpzf.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Multiset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Multiset.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/NT_converter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/NT_converter.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Nef_2/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Nef_2/debug.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Nef_3/SFace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Nef_3/SFace.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Nef_3/Vertex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Nef_3/Vertex.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Nef_3/Volume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Nef_3/Volume.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Null_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Null_matrix.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/OFF_to_nef_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/OFF_to_nef_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Object.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/OpenNL/blas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/OpenNL/blas.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Origin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Origin.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/PCA_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/PCA_util.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Parabola_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Parabola_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Plane_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Plane_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Point_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Point_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Point_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Point_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Point_set_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Point_set_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Point_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Point_traits.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Polygon_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Polygon_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Polyhedron_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Polyhedron_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Polynomial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Polynomial.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/QP_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/QP_functions.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/QP_models.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/QP_models.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/QP_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/QP_options.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/QP_solution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/QP_solution.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Qt/Converter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Qt/Converter.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Qt/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Qt/debug.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Qt/resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Qt/resources.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Qt/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Qt/utility.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Quotient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Quotient.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Quotient_fwd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Quotient_fwd.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/RS/ak_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/RS/ak_1.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/RS/ak_z_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/RS/ak_z_1.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/RS/dyadic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/RS/dyadic.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/RS/rs2_calls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/RS/rs2_calls.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/RS/signat_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/RS/signat_1.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Random.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Range_tree_d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Range_tree_d.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Range_tree_k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Range_tree_k.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Ray_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Ray_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Ray_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Ray_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Real_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Real_timer.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Residue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Residue.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Ridges.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Ridges.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Segment_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Segment_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Segment_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Segment_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Sixtuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Sixtuple.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Sphere_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Sphere_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Splitters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Splitters.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Straight_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Straight_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Sweep_line_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Sweep_line_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Taucs_fix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Taucs_fix.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Taucs_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Taucs_matrix.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Taucs_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Taucs_vector.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Threetuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Threetuple.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Time_stamper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Time_stamper.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Timer.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Tools/Label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Tools/Label.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Tools/Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Tools/Log.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Tree_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Tree_base.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Tree_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Tree_traits.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Triangle_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Triangle_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Triangle_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Triangle_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Twotuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Twotuple.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Umbilics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Umbilics.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Uncertain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Uncertain.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Union_find.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Union_find.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Vector_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Vector_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Vector_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Vector_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/Width_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/Width_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/algorithm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/algorithm.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/array.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/assertions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/assertions.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/barycenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/barycenter.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/basic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/basic.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/bounding_box.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/bounding_box.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/centroid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/centroid.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ch_bykat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ch_bykat.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ch_eddy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ch_eddy.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ch_jarvis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ch_jarvis.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ch_melkman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ch_melkman.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/circulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/circulator.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/config.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/constant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/constant.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/copy_n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/copy_n.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/determinant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/determinant.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/double.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/double.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/eigen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/eigen.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/eigen_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/eigen_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/enum.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/envelope_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/envelope_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/envelope_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/envelope_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/exceptions.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/export/CGAL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/export/CGAL.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/export/CORE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/export/CORE.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/export/Qt4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/export/Qt4.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/exude_mesh_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/exude_mesh_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/float.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/generators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/generators.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/gl.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/glu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/glu.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/gmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/gmp.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/gmpxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/gmpxx.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/grabbers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/grabbers.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/hilbert_sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/hilbert_sort.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/int.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/ipower.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/ipower.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/is_iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/is_iterator.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/iterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/iterator.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/kernel_basic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/kernel_basic.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/leda_integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/leda_integer.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/leda_real.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/leda_real.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/long_double.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/long_double.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/long_long.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/long_long.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/make_mesh_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/make_mesh_3.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/memory.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/min_max_n.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/min_max_n.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/mpq_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/mpq_class.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/mpz_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/mpz_class.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/number_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/number_utils.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/parameterize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/parameterize.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/partition_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/partition_2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/predicates_d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/predicates_d.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/primes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/primes.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/property_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/property_map.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/result_of.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/result_of.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/spatial_sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/spatial_sort.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/sse2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/sse2.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/tags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/tags.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/to_rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/to_rational.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/trace.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/tuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/tuple.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/type_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/type_traits.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/typeset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/typeset.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/use.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/use.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/user_classes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/user_classes.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/utility.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/utils.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/vector.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/version.h -------------------------------------------------------------------------------- /include/FreeImage/include/CGAL/wmult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/CGAL/wmult.h -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Cholesky: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Cholesky -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Core -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Dense: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Dense -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Eigen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Eigen -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Eigen2Support: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Eigen2Support -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Eigenvalues: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Eigenvalues -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Geometry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Geometry -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Householder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Householder -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Jacobi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Jacobi -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/LU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/LU -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/LeastSquares: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/LeastSquares -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/MetisSupport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/MetisSupport -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/PaStiXSupport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/PaStiXSupport -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/QR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/QR -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/SPQRSupport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/SPQRSupport -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/SVD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/SVD -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/Sparse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/Sparse -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/SparseCore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/SparseCore -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/SparseLU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/SparseLU -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/SparseQR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/SparseQR -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/StdDeque: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/StdDeque -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/StdList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/StdList -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/StdVector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/StdVector -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen/src/Core/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen/src/Core/IO.h -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Cholesky: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Cholesky -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Core -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Dense: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Dense -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Eigen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Eigen -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Geometry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Geometry -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Jacobi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Jacobi -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/LU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/LU -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/QR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/QR -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/SVD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/SVD -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/Sparse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/Sparse -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/SparseLU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/SparseLU -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/SparseQR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/SparseQR -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/StdDeque: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/StdDeque -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/StdList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/StdList -------------------------------------------------------------------------------- /include/FreeImage/include/Eigen33b1/StdVector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Eigen33b1/StdVector -------------------------------------------------------------------------------- /include/FreeImage/include/Kinect.INPC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Kinect.INPC.h -------------------------------------------------------------------------------- /include/FreeImage/include/Kinect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/Kinect.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/Exporter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/Exporter.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/IOStream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/IOStream.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/IOSystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/IOSystem.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/Importer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/Importer.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/Logger.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/Logger.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/ai_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/ai_assert.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/anim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/anim.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/camera.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/cexport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/cexport.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/cfileio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/cfileio.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/cimport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/cimport.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/color4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/color4.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/color4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/color4.inl -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/config.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/defs.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/light.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/light.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/material.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/material.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/material.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/material.inl -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/matrix3x3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/matrix3x3.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/matrix4x4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/matrix4x4.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/mesh.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/metadata.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/quaternion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/quaternion.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/scene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/scene.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/texture.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/types.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/vector2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/vector2.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/vector2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/vector2.inl -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/vector3.h -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/vector3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/vector3.inl -------------------------------------------------------------------------------- /include/FreeImage/include/assimp/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/assimp/version.h -------------------------------------------------------------------------------- /include/FreeImage/include/boost/align.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/align.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/any.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/any.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/array.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/asio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/asio.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/asio/read.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/asio/read.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/asio/ssl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/asio/ssl.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/assert.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/assign.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/assign.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/atomic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/atomic.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/bimap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/bimap.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/bind.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/bind/arg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/bind/arg.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/bind/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/bind/bind.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/blank.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/blank.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/blank_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/blank_fwd.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/cast.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/cerrno.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/cerrno.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/chrono.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/chrono.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/config.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/core/ref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/core/ref.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/core/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/core/swap.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/crc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/crc.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/cregex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/cregex.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/cstdfloat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/cstdfloat.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/cstdint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/cstdint.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/cstdlib.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/cstdlib.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/foreach.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/foreach.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/format.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/format.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/gil/rgb.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/gil/rgb.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/icl/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/icl/map.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/icl/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/icl/set.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/integer.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/io_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/io_fwd.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/limits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/limits.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/locale.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/locale.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mem_fn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mem_fn.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mime.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mime.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpi.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/and.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/and.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/arg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/arg.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/at.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/at.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/end.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/if.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/int.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/int.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/map.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/max.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/min.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/min.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/not.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/not.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/or.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/or.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/set.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/mpl/tag.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/mpl/tag.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/network.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/network.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/none.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/none.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/none_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/none_t.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/phoenix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/phoenix.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/pointee.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/pointee.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/predef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/predef.h -------------------------------------------------------------------------------- /include/FreeImage/include/boost/predef/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/predef/os.h -------------------------------------------------------------------------------- /include/FreeImage/include/boost/python.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/python.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/random.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/range.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/range.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/ratio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/ratio.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/ref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/ref.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/regex.h -------------------------------------------------------------------------------- /include/FreeImage/include/boost/regex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/regex.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/signal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/signal.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/signals.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/signals.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/spirit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/spirit.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/swap.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/thread.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/timer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/timer.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/tr1/tr1/ios: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/tr1/tr1/ios -------------------------------------------------------------------------------- /include/FreeImage/include/boost/tr1/tr1/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/tr1/tr1/map -------------------------------------------------------------------------------- /include/FreeImage/include/boost/tr1/tr1/new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/tr1/tr1/new -------------------------------------------------------------------------------- /include/FreeImage/include/boost/tr1/tr1/set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/tr1/tr1/set -------------------------------------------------------------------------------- /include/FreeImage/include/boost/tti/tti.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/tti/tti.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/type.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/utility.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/variant.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/variant.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/version.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/version.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/boost/wave.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/boost/wave.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/flann/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/config.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/config.h.in -------------------------------------------------------------------------------- /include/FreeImage/include/flann/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/defines.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/flann.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/flann.cpp -------------------------------------------------------------------------------- /include/FreeImage/include/flann/flann.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/flann.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/flann.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/flann.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/flann/general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/general.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/io/hdf5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/io/hdf5.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/mpi/index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/mpi/index.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/util/any.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/util/any.h -------------------------------------------------------------------------------- /include/FreeImage/include/flann/util/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/flann/util/heap.h -------------------------------------------------------------------------------- /include/FreeImage/include/freeglut/glut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/freeglut/glut.h -------------------------------------------------------------------------------- /include/FreeImage/include/gmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/gmp.h -------------------------------------------------------------------------------- /include/FreeImage/include/mpf2mpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/mpf2mpfr.h -------------------------------------------------------------------------------- /include/FreeImage/include/mpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/mpfr.h -------------------------------------------------------------------------------- /include/FreeImage/include/nanoflann.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/nanoflann.hpp -------------------------------------------------------------------------------- /include/FreeImage/include/readline/rlconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/readline/rlconf.h -------------------------------------------------------------------------------- /include/FreeImage/include/readline/rlstdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/readline/rlstdc.h -------------------------------------------------------------------------------- /include/FreeImage/include/readline/tilde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/readline/tilde.h -------------------------------------------------------------------------------- /include/FreeImage/include/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/zlib/zconf.h -------------------------------------------------------------------------------- /include/FreeImage/include/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/FreeImage/include/zlib/zlib.h -------------------------------------------------------------------------------- /include/GlobalAppState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/GlobalAppState.h -------------------------------------------------------------------------------- /include/GlobalBundlingState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/GlobalBundlingState.h -------------------------------------------------------------------------------- /include/GlobalDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/GlobalDefines.h -------------------------------------------------------------------------------- /include/ImageHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/ImageHelper.h -------------------------------------------------------------------------------- /include/OnlineBundler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/OnlineBundler.h -------------------------------------------------------------------------------- /include/OnlineBundlerHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/OnlineBundlerHelper.h -------------------------------------------------------------------------------- /include/PoseHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/PoseHelper.h -------------------------------------------------------------------------------- /include/PrimeSenseSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/PrimeSenseSensor.h -------------------------------------------------------------------------------- /include/RGBDSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/RGBDSensor.h -------------------------------------------------------------------------------- /include/SBA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SBA.h -------------------------------------------------------------------------------- /include/SBALie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SBALie.h -------------------------------------------------------------------------------- /include/SBA_CPU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SBA_CPU.h -------------------------------------------------------------------------------- /include/SBA_param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SBA_param.h -------------------------------------------------------------------------------- /include/SensorDataReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SensorDataReader.h -------------------------------------------------------------------------------- /include/SiftGPU/CUDATimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/CUDATimer.h -------------------------------------------------------------------------------- /include/SiftGPU/CuTexImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/CuTexImage.h -------------------------------------------------------------------------------- /include/SiftGPU/GlobalUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/GlobalUtil.h -------------------------------------------------------------------------------- /include/SiftGPU/MatrixConversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/MatrixConversion.h -------------------------------------------------------------------------------- /include/SiftGPU/ProgramCU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/ProgramCU.h -------------------------------------------------------------------------------- /include/SiftGPU/SIFTImageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/SIFTImageManager.h -------------------------------------------------------------------------------- /include/SiftGPU/SIFTMatchFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/SIFTMatchFilter.h -------------------------------------------------------------------------------- /include/SiftGPU/SiftCameraParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/SiftCameraParams.h -------------------------------------------------------------------------------- /include/SiftGPU/SiftGPU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/SiftGPU.h -------------------------------------------------------------------------------- /include/SiftGPU/SiftMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/SiftMatch.h -------------------------------------------------------------------------------- /include/SiftGPU/SiftPyramid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/SiftPyramid.h -------------------------------------------------------------------------------- /include/SiftGPU/cudaUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cudaUtil.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_EigenValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_EigenValue.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_SVD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_SVD.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_SimpleMatrixUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_SimpleMatrixUtil.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_another_svd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_another_svd.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_kabsch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_kabsch.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_kabschReference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_kabschReference.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_surfaceArea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_surfaceArea.h -------------------------------------------------------------------------------- /include/SiftGPU/cuda_svd3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/cuda_svd3.h -------------------------------------------------------------------------------- /include/SiftGPU/vtkMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SiftGPU/vtkMath.h -------------------------------------------------------------------------------- /include/Solver/CUDASolverBundling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/CUDASolverBundling.h -------------------------------------------------------------------------------- /include/Solver/ICPUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/ICPUtil.h -------------------------------------------------------------------------------- /include/Solver/LieDerivUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/LieDerivUtil.h -------------------------------------------------------------------------------- /include/Solver/SolverBundlingDenseUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/SolverBundlingDenseUtil.h -------------------------------------------------------------------------------- /include/Solver/SolverBundlingEquations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/SolverBundlingEquations.h -------------------------------------------------------------------------------- /include/Solver/SolverBundlingEquationsLie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/SolverBundlingEquationsLie.h -------------------------------------------------------------------------------- /include/Solver/SolverBundlingParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/SolverBundlingParameters.h -------------------------------------------------------------------------------- /include/Solver/SolverBundlingState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/SolverBundlingState.h -------------------------------------------------------------------------------- /include/Solver/SolverBundlingUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Solver/SolverBundlingUtil.h -------------------------------------------------------------------------------- /include/SolverUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/SolverUtil.h -------------------------------------------------------------------------------- /include/TimingLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/TimingLog.h -------------------------------------------------------------------------------- /include/TrajectoryManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/TrajectoryManager.h -------------------------------------------------------------------------------- /include/Visualization/Output3DWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/Visualization/Output3DWrapper.h -------------------------------------------------------------------------------- /include/cutil/Uplink/blobs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/blobs.h -------------------------------------------------------------------------------- /include/cutil/Uplink/blobs.hpp: -------------------------------------------------------------------------------- 1 | # pragma once 2 | 3 | # include "blobs.h" 4 | -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-calibration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-calibration.h -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-calibration.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-calibration.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-fixedparams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-fixedparams.h -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-fixedparams.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-fixedparams.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-frame.h -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-frame.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-frame.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-pose.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-pose.h -------------------------------------------------------------------------------- /include/cutil/Uplink/camera-pose.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/camera-pose.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/clients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/clients.h -------------------------------------------------------------------------------- /include/cutil/Uplink/clients.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/clients.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/context.h -------------------------------------------------------------------------------- /include/cutil/Uplink/context.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/context.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/bitstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/bitstream.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/bitstream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/bitstream.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/bytes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/bytes.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/bytes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/bytes.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/chunks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/chunks.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/chunks.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/chunks.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/clocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/clocks.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/clocks.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/clocks.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/config.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/datagrams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/datagrams.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/datagrams.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/datagrams.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/enum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/enum.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/enum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/enum.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/logging.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/macros.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/memory.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/memory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/memory.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/platform.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/platform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/platform.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/platforms/ios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/platforms/ios.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/platforms/ios.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/platforms/ios.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/platforms/osx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/platforms/osx.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/platforms/osx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/platforms/osx.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/profiling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/profiling.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/queues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/queues.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/queues.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/queues.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/serializers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/serializers.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/serializers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/serializers.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/shift2depth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/shift2depth.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/shift2depth.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/shift2depth.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/streams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/streams.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/streams.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/streams.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/threads.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/threads.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/threads.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/types.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/types.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/core/wires.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/wires.h -------------------------------------------------------------------------------- /include/cutil/Uplink/core/wires.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/core/wires.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/desktop-server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/desktop-server.h -------------------------------------------------------------------------------- /include/cutil/Uplink/desktop-server.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/desktop-server.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/desktop-ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/desktop-ui.h -------------------------------------------------------------------------------- /include/cutil/Uplink/desktop-ui.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/desktop-ui.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/discovery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/discovery.h -------------------------------------------------------------------------------- /include/cutil/Uplink/discovery.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/discovery.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/endpoints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/endpoints.h -------------------------------------------------------------------------------- /include/cutil/Uplink/endpoints.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/endpoints.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/image-codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/image-codecs.h -------------------------------------------------------------------------------- /include/cutil/Uplink/image-codecs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/image-codecs.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/image.h -------------------------------------------------------------------------------- /include/cutil/Uplink/image.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/image.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/message.h -------------------------------------------------------------------------------- /include/cutil/Uplink/message.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/message.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/messages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/messages.h -------------------------------------------------------------------------------- /include/cutil/Uplink/messages.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/messages.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/motion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/motion.h -------------------------------------------------------------------------------- /include/cutil/Uplink/motion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/motion.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/servers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/servers.h -------------------------------------------------------------------------------- /include/cutil/Uplink/servers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/servers.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/services.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/services.h -------------------------------------------------------------------------------- /include/cutil/Uplink/services.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/services.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/sessions-settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/sessions-settings.h -------------------------------------------------------------------------------- /include/cutil/Uplink/sessions-settings.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/sessions-settings.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/sessions-setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/sessions-setup.h -------------------------------------------------------------------------------- /include/cutil/Uplink/sessions-setup.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/sessions-setup.hpp -------------------------------------------------------------------------------- /include/cutil/Uplink/uplink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/Uplink/uplink.h -------------------------------------------------------------------------------- /include/cutil/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/conio.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/freeglut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/freeglut.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/freeglut_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/freeglut_ext.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/freeglut_std.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/freeglut_std.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/glew.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/glext.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/glut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/glut.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/glxew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/glxew.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/glxext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/glxext.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/wglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/wglew.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/GL/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/GL/wglext.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/bank_checker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/bank_checker.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/cmd_arg_reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/cmd_arg_reader.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/cutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/cutil.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/cutil_gl_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/cutil_gl_error.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/cutil_gl_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/cutil_gl_inline.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/cutil_inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/cutil_inline.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/cutil_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/cutil_math.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/dynlink_d3d10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/dynlink_d3d10.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/dynlink_d3d11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/dynlink_d3d11.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/error_checker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/error_checker.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/exception.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_cuda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_cuda.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_cuda_gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_cuda_gl.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_functions.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_image.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_math.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_string.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/helper_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/helper_timer.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/multithreading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/multithreading.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvGLWidgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvGLWidgets.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvGlutWidgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvGlutWidgets.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvMath.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvMatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvMatrix.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvQuaternion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvQuaternion.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvShaderUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvShaderUtils.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvVector.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/nvWidgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/nvWidgets.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/param.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/paramgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/paramgl.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/rendercheck_d3d10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/rendercheck_d3d10.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/rendercheck_d3d11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/rendercheck_d3d11.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/rendercheck_d3d9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/rendercheck_d3d9.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/rendercheck_gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/rendercheck_gl.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/sdkHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/sdkHelper.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/stopwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/stopwatch.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/stopwatch_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/stopwatch_base.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/stopwatch_base.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/stopwatch_base.inl -------------------------------------------------------------------------------- /include/cutil/cutil/inc/stopwatch_linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/stopwatch_linux.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/stopwatch_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/stopwatch_win.h -------------------------------------------------------------------------------- /include/cutil/cutil/inc/string_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/cutil/inc/string_helper.h -------------------------------------------------------------------------------- /include/cutil/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/cutil/float.h -------------------------------------------------------------------------------- /include/mLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib.h -------------------------------------------------------------------------------- /include/mLib/include/core-base/baseImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-base/baseImage.h -------------------------------------------------------------------------------- /include/mLib/include/core-base/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-base/common.h -------------------------------------------------------------------------------- /include/mLib/include/core-base/grid2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-base/grid2.cpp -------------------------------------------------------------------------------- /include/mLib/include/core-base/grid2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-base/grid2.h -------------------------------------------------------------------------------- /include/mLib/include/core-base/grid3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-base/grid3.cpp -------------------------------------------------------------------------------- /include/mLib/include/core-base/grid3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-base/grid3.h -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-graphics/camera.h -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/cone.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/cylinder.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/dist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-graphics/dist.h -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/line2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-graphics/line2.h -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-graphics/plane.h -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/ray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-graphics/ray.h -------------------------------------------------------------------------------- /include/mLib/include/core-graphics/sphere.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/mLib/include/core-math/PCA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/PCA.cpp -------------------------------------------------------------------------------- /include/mLib/include/core-math/PCA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/PCA.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/blockedPCA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/blockedPCA.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/mathUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/mathUtil.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/mathVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/mathVector.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/matrix2x2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/matrix2x2.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/matrix3x3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/matrix3x3.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/matrix4x4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/matrix4x4.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/quaternion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/quaternion.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/rng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/rng.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/sampling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/sampling.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/vec1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/vec1.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/vec2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/vec2.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/vec3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/vec3.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/vec4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/vec4.h -------------------------------------------------------------------------------- /include/mLib/include/core-math/vec6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-math/vec6.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/material.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/material.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/meshData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/meshData.cpp -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/meshData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/meshData.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/meshIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/meshIO.cpp -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/meshIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/meshIO.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/meshShapes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/meshShapes.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/meshUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/meshUtil.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/plyHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/plyHeader.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/pointCloud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/pointCloud.h -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/triMesh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/triMesh.cpp -------------------------------------------------------------------------------- /include/mLib/include/core-mesh/triMesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-mesh/triMesh.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/directory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/directory.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/eventMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/eventMap.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/flagSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/flagSet.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/keycodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/keycodes.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/pipe.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/stringUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/stringUtil.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/textWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/textWriter.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/timer.h -------------------------------------------------------------------------------- /include/mLib/include/core-util/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/core-util/utility.h -------------------------------------------------------------------------------- /include/mLib/include/ext-boost/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-boost/options.h -------------------------------------------------------------------------------- /include/mLib/include/ext-cgal/cgalWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-cgal/cgalWrapper.h -------------------------------------------------------------------------------- /include/mLib/include/ext-lodepng/lodepng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-lodepng/lodepng.h -------------------------------------------------------------------------------- /include/mLib/include/ext-mbase/mBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-mbase/mBase.h -------------------------------------------------------------------------------- /include/mLib/include/ext-openmesh/loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-openmesh/loader.h -------------------------------------------------------------------------------- /include/mLib/include/ext-openmesh/triMesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-openmesh/triMesh.h -------------------------------------------------------------------------------- /include/mLib/include/ext-zlib/ZLibWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/ext-zlib/ZLibWrapper.h -------------------------------------------------------------------------------- /include/mLib/include/mLibBoost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibBoost.h -------------------------------------------------------------------------------- /include/mLib/include/mLibCGAL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibCGAL.h -------------------------------------------------------------------------------- /include/mLib/include/mLibCore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibCore.cpp -------------------------------------------------------------------------------- /include/mLib/include/mLibCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibCore.h -------------------------------------------------------------------------------- /include/mLib/include/mLibD3D11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibD3D11.cpp -------------------------------------------------------------------------------- /include/mLib/include/mLibD3D11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibD3D11.h -------------------------------------------------------------------------------- /include/mLib/include/mLibD3D11Font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibD3D11Font.h -------------------------------------------------------------------------------- /include/mLib/include/mLibDepthCamera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibDepthCamera.cpp -------------------------------------------------------------------------------- /include/mLib/include/mLibDepthCamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibDepthCamera.h -------------------------------------------------------------------------------- /include/mLib/include/mLibEigen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibEigen.h -------------------------------------------------------------------------------- /include/mLib/include/mLibFLANN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibFLANN.h -------------------------------------------------------------------------------- /include/mLib/include/mLibFreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibFreeImage.h -------------------------------------------------------------------------------- /include/mLib/include/mLibLodePNG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibLodePNG.cpp -------------------------------------------------------------------------------- /include/mLib/include/mLibLodePNG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibLodePNG.h -------------------------------------------------------------------------------- /include/mLib/include/mLibMBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibMBase.h -------------------------------------------------------------------------------- /include/mLib/include/mLibOpenMesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibOpenMesh.h -------------------------------------------------------------------------------- /include/mLib/include/mLibZLib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibZLib.cpp -------------------------------------------------------------------------------- /include/mLib/include/mLibZLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/include/mLibZLib.h -------------------------------------------------------------------------------- /include/mLib/src/core-base/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-base/common.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-graphics/RGBColor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-graphics/RGBColor.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-math/rng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-math/rng.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-mesh/meshUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-mesh/meshUtil.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/UIConnection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/UIConnection.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/directory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/directory.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/eventMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/eventMap.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/pipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/pipe.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/timer.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/utility.cpp -------------------------------------------------------------------------------- /include/mLib/src/core-util/windowsUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/core-util/windowsUtil.cpp -------------------------------------------------------------------------------- /include/mLib/src/ext-lodepng/lodepng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/ext-lodepng/lodepng.cpp -------------------------------------------------------------------------------- /include/mLib/src/ext-zlib/ZLibWrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLib/src/ext-zlib/ZLibWrapper.cpp -------------------------------------------------------------------------------- /include/mLibCuda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/mLibCuda.h -------------------------------------------------------------------------------- /include/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/include/stdafx.h -------------------------------------------------------------------------------- /pangolin_fix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/pangolin_fix.h -------------------------------------------------------------------------------- /run_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/run_docker.sh -------------------------------------------------------------------------------- /src/BundleFusion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/BundleFusion.cpp -------------------------------------------------------------------------------- /src/Bundler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/Bundler.cpp -------------------------------------------------------------------------------- /src/CUDACache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/CUDACache.cpp -------------------------------------------------------------------------------- /src/CUDACache.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/CUDACache.cu -------------------------------------------------------------------------------- /src/CUDAImageManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/CUDAImageManager.cpp -------------------------------------------------------------------------------- /src/CUDAImageUtil.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/CUDAImageUtil.cu -------------------------------------------------------------------------------- /src/ConditionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/ConditionManager.cpp -------------------------------------------------------------------------------- /src/CorrespondenceEvaluator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/CorrespondenceEvaluator.cpp -------------------------------------------------------------------------------- /src/DepthSensing/CUDAConstant.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDAConstant.cu -------------------------------------------------------------------------------- /src/DepthSensing/CUDAHistogramHashSDF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDAHistogramHashSDF.cpp -------------------------------------------------------------------------------- /src/DepthSensing/CUDAHistogramHashSDF.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDAHistogramHashSDF.cu -------------------------------------------------------------------------------- /src/DepthSensing/CUDAMarchingCubesSDF.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDAMarchingCubesSDF.cu -------------------------------------------------------------------------------- /src/DepthSensing/CUDARayCastSDF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDARayCastSDF.cpp -------------------------------------------------------------------------------- /src/DepthSensing/CUDARayCastSDF.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDARayCastSDF.cu -------------------------------------------------------------------------------- /src/DepthSensing/CUDAScan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDAScan.cpp -------------------------------------------------------------------------------- /src/DepthSensing/CUDASceneRepChunkGrid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDASceneRepChunkGrid.cpp -------------------------------------------------------------------------------- /src/DepthSensing/CUDASceneRepChunkGrid.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDASceneRepChunkGrid.cu -------------------------------------------------------------------------------- /src/DepthSensing/CUDASceneRepHashSDF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDASceneRepHashSDF.cpp -------------------------------------------------------------------------------- /src/DepthSensing/CUDASceneRepHashSDF.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CUDASceneRepHashSDF.cu -------------------------------------------------------------------------------- /src/DepthSensing/CameraUtil.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/CameraUtil.cu -------------------------------------------------------------------------------- /src/DepthSensing/ScanCS.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/ScanCS.cu -------------------------------------------------------------------------------- /src/DepthSensing/TimingLogDepthSensing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/DepthSensing/TimingLogDepthSensing.cpp -------------------------------------------------------------------------------- /src/OnlineBundler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/OnlineBundler.cpp -------------------------------------------------------------------------------- /src/OnlineBundler.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/OnlineBundler.cu -------------------------------------------------------------------------------- /src/PangolinOutputWrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/PangolinOutputWrapper.cpp -------------------------------------------------------------------------------- /src/PangolinOutputWrapper.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/PangolinOutputWrapper.cu -------------------------------------------------------------------------------- /src/PrimeSenseSensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/PrimeSenseSensor.cpp -------------------------------------------------------------------------------- /src/RGBDSensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/RGBDSensor.cpp -------------------------------------------------------------------------------- /src/SBA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SBA.cpp -------------------------------------------------------------------------------- /src/SBA.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SBA.cu -------------------------------------------------------------------------------- /src/SBA_CPU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SBA_CPU.cpp -------------------------------------------------------------------------------- /src/SensorDataReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SensorDataReader.cpp -------------------------------------------------------------------------------- /src/SiftGPU/CUDASiftConstant.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/CUDASiftConstant.cu -------------------------------------------------------------------------------- /src/SiftGPU/CuTexImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/CuTexImage.cpp -------------------------------------------------------------------------------- /src/SiftGPU/GlobalUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/GlobalUtil.cpp -------------------------------------------------------------------------------- /src/SiftGPU/ProgramCU.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/ProgramCU.cu -------------------------------------------------------------------------------- /src/SiftGPU/SIFTImageManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/SIFTImageManager.cpp -------------------------------------------------------------------------------- /src/SiftGPU/SIFTImageManager.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/SIFTImageManager.cu -------------------------------------------------------------------------------- /src/SiftGPU/SIFTMatchFilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/SIFTMatchFilter.cpp -------------------------------------------------------------------------------- /src/SiftGPU/SiftGPU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/SiftGPU.cpp -------------------------------------------------------------------------------- /src/SiftGPU/SiftMatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/SiftMatch.cpp -------------------------------------------------------------------------------- /src/SiftGPU/SiftPyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/SiftPyramid.cpp -------------------------------------------------------------------------------- /src/SiftGPU/vtkMath.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/SiftGPU/vtkMath.cxx -------------------------------------------------------------------------------- /src/Solver/CUDASolverBundling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/Solver/CUDASolverBundling.cpp -------------------------------------------------------------------------------- /src/Solver/SolverBundling.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/Solver/SolverBundling.cu -------------------------------------------------------------------------------- /src/TimingLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/TimingLog.cpp -------------------------------------------------------------------------------- /src/TrajectoryManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/TrajectoryManager.cpp -------------------------------------------------------------------------------- /src/mLib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/mLib.cpp -------------------------------------------------------------------------------- /src/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/stdafx.cpp -------------------------------------------------------------------------------- /src/uplink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/src/uplink.cpp -------------------------------------------------------------------------------- /zParametersBundlingDefault.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/zParametersBundlingDefault.txt -------------------------------------------------------------------------------- /zParametersDefault.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FangGet/BundleFusion_Ubuntu_Pangolin/HEAD/zParametersDefault.txt --------------------------------------------------------------------------------