| arc.cpp [code] | |
| block.cpp [code] | |
| debug.cpp [code] | Routines to test the consistency of B-rep data structure |
| disk.cpp [code] | Disk(a lamina) primitive, called circle in Mantyla's book |
| edge.h [code] | Define HALF edge (no EDGE in euler!) |
| euler.cpp [code] | Static data members of classes in euler |
| euler.h [code] | Include all head files defining node types in euler |
| face.cpp [code] | |
| face.h [code] | |
| kef.cpp [code] | Merge two adjacent faces |
| kemr.cpp [code] | Kill an edge that appears twice at a loop to make an inner loop |
| kev.cpp [code] | Merging edge cycles at 2 neighboring vertices |
| kffmh.cpp [code] | Connected sum |
| kfmrh.cpp [code] | Connected sum |
| loop.cpp [code] | |
| loop.h [code] | |
| mef.cpp [code] | Subdivide an edge loop |
| mekr.cpp [code] | Make edge and kill ring (inner loop) |
| mev.cpp [code] | Subdivide edge cycle at a vertex |
| mvfs.cpp [code] | Generate a skeletal topology |
| node_fwd_dcl.h [code] | |
| point.cpp [code] | |
| point.h [code] | |
| print.cpp [code] | |
| print.h [code] | |
| print_off_file.cpp [code] | |
| rotational_sweep.cpp [code] | Wire and face rotational sweeps |
| solid.cpp [code] | |
| solid.h [code] | |
| test-block.cc [code] | Use higher level primitive euler::solid_t::block to construct a cube |
| test-cube-with-hole-2.cc [code] | Consturct a cube with hole using rotational sweep of face (lamina) |
| test-cube-with-hole.cc [code] | Construct a topological cube with a through hole directly using Euler operators |
| test-cube.cc [code] | Construct a topological cube directly using Euler operators |
| test-cylinder-2.cc [code] | Use wire rotational sweep to cosntruct a cylinder |
| test-cylinder.cc [code] | Use translational sweep to cosntruct a cylinder |
| test-disk.cc [code] | Make a lamina disk |
| test-sphere.cc [code] | Construct a sphere by rotational sweep of a half circle |
| test-torus.cc [code] | Maake a torus using rotational sweeping a lamina disk |
| translation_sweep.cpp [code] | Translational sweep |
| vertex.h [code] |
1.4.6