Loads a tet mesh using an experimental geometry-central implementation of the combinatorial map data structure. See the CGAL docs for more details on the data structure. The code is still experimental and hasn't been merged into geometry-central yet, but the implementation can be found here.
To build the code, you can run
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j7
(after the first time, running make -j7 will suffice).
Then run the code with
bin/run ../data/bunny_small.1.ele
