Source code (in src directory) contains the following
files
-
lab0.C : contains basic routines for line-line intersection,
and some other routines to make a point and a line.
-
2dpmc.C : contains functions for 2d point membership
classification against polygons.
-
3dutils.C : contains all the utility routines
for 3d coordinates like - pmc for a point on a 3d-facet of a polyhedra,
bouding boxes for edges, line, facets, polyhedras.
-
cgal_poly_to_poly.C : only a single functionality
- to convert files in OFF format to one used by 3dpmc program
-
octree_constr.C : contains all functions for construction
of octree - like inserting nodes into octree, constructing children of
an octree node ...
-
test_octree.C : this contains main function.
Note : additional source files for 3dpmc are
present in 3dpmcsrc directory :
pmc.h : contains 2dpmc routines
3d_pmc.c : contains main function