This is the reference implementation of "Robust Coarse Cage Construction with Small Approximation Errors".
- Boost 1.79 (The only library you need to install on your computer)
- Other libraries are contained src/ThirdPartyLib
Configure the CMake file and build it.
We succeed to build our code on Windows10 by MSVC-16-x64.
We also provide a binary executable file in supplementary.
To generate a single cage with a target number of vertices, run the executable file as
exeCageGenerator.exe default path-to-input path-to-out-dir target_Nv
To generate nested cages with target numbers of vertices, run the executable file as
exeCageGenerator.exe default path-to-input path-to-out-dir target_Nv_0 target_Nv_1 ... target_Nv_n
The default
can be substituted by a configure file. We provide an example at "src/config.json".