SCIInstitute / Cleaver

A MultiMaterial Tetrahedral Meshing Library and Application
https://cleaver.readthedocs.io
Other
40 stars 18 forks source link

Add missing teem library to remove dependency on ITK #44

Closed jonbronson closed 7 years ago

jonbronson commented 7 years ago

Building the cleaver CLI should not require any external dependencies. Optionally still allow users to build against ITK rather than teem library.

jonbronson commented 7 years ago

Teem library now added. Choice between compiling against ITK vs Teem library is behind USE_ITK cmake flag. Default of USE_ITK=ON. Teem version of the library does not support segmentation to indicator function support. Until this is resolved, USE_ITK will remain on by default.