mirror of https://github.com/CGAL/cgal
184 lines
6.3 KiB
Plaintext
184 lines
6.3 KiB
Plaintext
Package bops: (Version 1.1.2)
|
|
-----------------------------
|
|
|
|
Provides boolean set operations for simple polygons in 2D.
|
|
The package also includes tests and examples.
|
|
|
|
|
|
Contents:
|
|
---------
|
|
A detailed listing of all files will you find at the end of
|
|
this file.
|
|
|
|
include/CGAL: contains the following files
|
|
./include/CGAL/boolean_operations_2.h
|
|
./include/CGAL/bops_Container_Polygon_2.C
|
|
./include/CGAL/bops_Container_Polygon_2.h
|
|
./include/CGAL/bops_Iso_rectangle_2.C
|
|
./include/CGAL/bops_Iso_rectangle_2.h
|
|
./include/CGAL/bops_Polygon_2.C
|
|
./include/CGAL/bops_Polygon_2.h
|
|
./include/CGAL/bops_Triangle_2.C
|
|
./include/CGAL/bops_Triangle_2.h
|
|
./include/CGAL/bops_V2E_rep.h
|
|
./include/CGAL/bops_V2E_rep_out.h
|
|
./include/CGAL/bops_assertions.h
|
|
./include/CGAL/bops_dcel.C
|
|
./include/CGAL/bops_dcel.h
|
|
./include/CGAL/bops_dcel_base.C
|
|
./include/CGAL/bops_dcel_base.h
|
|
./include/CGAL/bops_dcel_defs.h
|
|
./include/CGAL/bops_dcel_edge.h
|
|
./include/CGAL/bops_dcel_element.h
|
|
./include/CGAL/bops_dcel_face.h
|
|
./include/CGAL/bops_dcel_out.h
|
|
./include/CGAL/bops_dcel_vertex.h
|
|
./include/CGAL/bops_simple_polygons_2.C
|
|
./include/CGAL/bops_simple_polygons_2.h
|
|
./include/CGAL/bops_traits_2.h
|
|
./include/CGAL/intersecting_polygons.h
|
|
./include/CGAL/nsquare_intersecting.C
|
|
./include/CGAL/nsquare_intersecting.h
|
|
./include/CGAL/bops_Convex_Polygon_2.C
|
|
./include/CGAL/min_sqr_distance.C
|
|
./include/CGAL/min_sqr_distance.h
|
|
./include/CGAL/min_sqr_distance_traits.h
|
|
./include/CGAL/bops_Convex_Polygon_2.h
|
|
|
|
doc_ps/ ... contains all the documentation (postscript)
|
|
BooleanOperations.ps
|
|
|
|
examples/BooleanOperations ... contains examples
|
|
test/BooleanOperations ... contains the test suite for bops
|
|
demo/BooleanOperations ... contains examples and demos
|
|
doc_tex/basic/BooleanOperations ... contains all the documentation (LaTeX)
|
|
|
|
|
|
|
|
Listing of the files:
|
|
---------------------
|
|
|
|
.
|
|
./test
|
|
./test/BooleanOperations
|
|
./test/BooleanOperations/include
|
|
./test/BooleanOperations/include/CGAL
|
|
./test/BooleanOperations/include/CGAL/test_bops.h
|
|
./test/BooleanOperations/include/CGAL/test_bops_data.h
|
|
./test/BooleanOperations/makefile
|
|
./test/BooleanOperations/test_bops.C
|
|
./examples
|
|
./examples/BooleanOperations
|
|
./examples/BooleanOperations/BooleanOperations_example.C
|
|
./examples/BooleanOperations/Howto_Intersection_example.C
|
|
./examples/BooleanOperations/README
|
|
./examples/BooleanOperations/makefile
|
|
./demo
|
|
./demo/BooleanOperations
|
|
./demo/BooleanOperations/BooleanOperations_demo.C
|
|
./demo/BooleanOperations/Howto_Intersection_demo.C
|
|
./demo/BooleanOperations/README
|
|
./demo/BooleanOperations/b-ops-2D-example-1.C
|
|
./demo/BooleanOperations/data
|
|
./demo/BooleanOperations/data/identity
|
|
./demo/BooleanOperations/data/irect0
|
|
./demo/BooleanOperations/data/irect01
|
|
./demo/BooleanOperations/data/irect1
|
|
./demo/BooleanOperations/data/irect2
|
|
./demo/BooleanOperations/data/irect3
|
|
./demo/BooleanOperations/data/irect4
|
|
./demo/BooleanOperations/data/irect5
|
|
./demo/BooleanOperations/data/irect6
|
|
./demo/BooleanOperations/data/t00
|
|
./demo/BooleanOperations/data/t01
|
|
./demo/BooleanOperations/data/t02
|
|
./demo/BooleanOperations/data/t03
|
|
./demo/BooleanOperations/data/t04
|
|
./demo/BooleanOperations/data/t3
|
|
./demo/BooleanOperations/data/t4
|
|
./demo/BooleanOperations/data/t5
|
|
./demo/BooleanOperations/data/test-geom-err.data
|
|
./demo/BooleanOperations/data/test-int-err.data
|
|
./demo/BooleanOperations/data/float-t01
|
|
./demo/BooleanOperations/data/float-t00
|
|
./demo/BooleanOperations/data/float-t02
|
|
./demo/BooleanOperations/data/float-t03
|
|
./demo/BooleanOperations/data/test-geom-err-rev.data
|
|
./demo/BooleanOperations/data/float-t04
|
|
./demo/BooleanOperations/data/dg6
|
|
./demo/BooleanOperations/data/dg7
|
|
./demo/BooleanOperations/data/float-t04a
|
|
./demo/BooleanOperations/include
|
|
./demo/BooleanOperations/include/CGAL
|
|
./demo/BooleanOperations/include/CGAL/example_io.h
|
|
./demo/BooleanOperations/include/CGAL/test_bops.h
|
|
./demo/BooleanOperations/include/CGAL/test_bops_io.h
|
|
./demo/BooleanOperations/include/CGAL/test_float_bops.h
|
|
./demo/BooleanOperations/include/CGAL/test_float_bops_io.h
|
|
./demo/BooleanOperations/include/CGAL/test_bops_cin.C
|
|
./demo/BooleanOperations/include/CGAL/test_bops_cin_wout.C
|
|
./demo/BooleanOperations/include/CGAL/IO-old
|
|
./demo/BooleanOperations/include/CGAL/IO-old/Color.h
|
|
./demo/BooleanOperations/include/CGAL/IO-old/Window_stream.h
|
|
./demo/BooleanOperations/makefile
|
|
./demo/BooleanOperations/test_bops.C
|
|
./demo/BooleanOperations/test_bops_cin.C
|
|
./demo/BooleanOperations/test_bops_cin_wout.C
|
|
./demo/BooleanOperations/test_bops_wout.C
|
|
./demo/BooleanOperations/test_float_bops_cin_wout.C
|
|
./demo/BooleanOperations/test_float_bops_cin.C
|
|
./demo/BooleanOperations/tutorial_example.C
|
|
./demo/BooleanOperations/test_float_bops_wout.C
|
|
./demo/BooleanOperations/test_bops_V2E.C
|
|
./demo/BooleanOperations/test_min_sqr.C
|
|
./demo/BooleanOperations/test_min_sqr.sh
|
|
./demo/BooleanOperations/dddgraph.ps
|
|
./doc_ps
|
|
./doc_ps/BooleanOperations.ps
|
|
./doc_tex
|
|
./doc_tex/basic
|
|
./doc_tex/basic/BooleanOperations
|
|
./doc_tex/basic/BooleanOperations/b-ops-2D-example-1.C
|
|
./doc_tex/basic/BooleanOperations/b-ops-2D-example-1.eps
|
|
./doc_tex/basic/BooleanOperations/main.tex
|
|
./doc_tex/basic/BooleanOperations/htmlwrapper
|
|
./include
|
|
./include/CGAL
|
|
./include/CGAL/boolean_operations_2.h
|
|
./include/CGAL/bops_Container_Polygon_2.C
|
|
./include/CGAL/bops_Container_Polygon_2.h
|
|
./include/CGAL/bops_Iso_rectangle_2.C
|
|
./include/CGAL/bops_Iso_rectangle_2.h
|
|
./include/CGAL/bops_Polygon_2.C
|
|
./include/CGAL/bops_Polygon_2.h
|
|
./include/CGAL/bops_Triangle_2.C
|
|
./include/CGAL/bops_Triangle_2.h
|
|
./include/CGAL/bops_V2E_rep.h
|
|
./include/CGAL/bops_V2E_rep_out.h
|
|
./include/CGAL/bops_assertions.h
|
|
./include/CGAL/bops_dcel.C
|
|
./include/CGAL/bops_dcel.h
|
|
./include/CGAL/bops_dcel_base.C
|
|
./include/CGAL/bops_dcel_base.h
|
|
./include/CGAL/bops_dcel_defs.h
|
|
./include/CGAL/bops_dcel_edge.h
|
|
./include/CGAL/bops_dcel_element.h
|
|
./include/CGAL/bops_dcel_face.h
|
|
./include/CGAL/bops_dcel_out.h
|
|
./include/CGAL/bops_dcel_vertex.h
|
|
./include/CGAL/bops_simple_polygons_2.C
|
|
./include/CGAL/bops_simple_polygons_2.h
|
|
./include/CGAL/bops_traits_2.h
|
|
./include/CGAL/intersecting_polygons.h
|
|
./include/CGAL/nsquare_intersecting.C
|
|
./include/CGAL/nsquare_intersecting.h
|
|
./include/CGAL/bops_Convex_Polygon_2.C
|
|
./include/CGAL/min_sqr_distance.C
|
|
./include/CGAL/min_sqr_distance.h
|
|
./include/CGAL/min_sqr_distance_traits.h
|
|
./include/CGAL/bops_Convex_Polygon_2.h
|
|
./src
|
|
./version
|
|
./description.txt
|
|
./long_description.txt
|