
lets do some cgal domains super gentle! :D :}
meshes in cgal need domains. domains are abstract classes ! EEK! some want to do robot walking too hmmm i'll stick with meshes atm
the first step in using cgal is to set up include paths that include it [x] i did cmake make install from a cgal clone.
the next step is to write a sourcefile that includes a cgal header! lets find a domain header and include it. i'll look in my install subpaths. 1406 ET
$ grep -r Domain /usr/local/include/CGAL/Mesh_3/ $
what did i do wrong :(
because i installed with symlinks i had to do -R instead of -r. but because it's a Concept rather than an abstract class it's not actually installed, there's a .h file in the sourcetree ~/clones/cgal/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomainWithFeatures_3.h maybe i'll look for a concrete class so i can include a header file :s:s:s:s:s