Difference between revisions of "Documentation/4.3/Extensions/CleaverExtension"
(Initial page creation using module template.) |
|||
Line 1: | Line 1: | ||
− | |||
<noinclude>{{documentation/versioncheck}}</noinclude> | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 12: | Line 11: | ||
Extension: [[Documentation/{{documentation/version}}/Extensions/CleaverExtension|CleaverExtension]]<br><br> | Extension: [[Documentation/{{documentation/version}}/Extensions/CleaverExtension|CleaverExtension]]<br><br> | ||
− | Cleaver - A MultiMaterial Tetrahedral Meshing Library and Application | + | Cleaver - A MultiMaterial Tetrahedral Meshing Library and Application<br> |
Revision as of 18:44, 17 June 2014
Home < Documentation < 4.3 < Extensions < CleaverExtension
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Developed at the SCI Institute, University of Utah. Author: Jonathan Bronson | |||||||
|
Module Description
CleaverExtension is a Slicer CLI Module that takes a set of NRRD Volumes and creates a set of tetrahedral meshes
to import into the Slicer MRML.
Based on the "Lattice Cleaving" algorithm (see References), this method is theoretically guaranteed to produce valid meshes with bounded dihedral angles, while still conforming to multimaterial material surfaces. Empirically these bounds have been shown to be significant.
Use Cases
Tutorials
Panels and their use
Similar Modules
References
- Bronson J., Levine, J., Whitaker R., "Lattice Cleaving: Conforming Tetrahedral Meshes of Multimaterial Domains with Bounded Quality". Proceedings of the 21st International Meshing Roundtable (San Jose, CA, Oct 7-10, 2012).
Information for Developers
For technical questions or problems, please use contacts in the introduction.
Section under construction. |