Skip to content

ENH: Connective tissue generator

Jacob Moore requested to merge feature/ConnectiveTissueGenerator into master

Adds the ConnectiveStrandGenerator filter. Connects two surface meshes is a relatively reasonable way using a line mesh. Note: The "example" is really just for debugging at this point. It must be removed before merging.

image

PR Checklist

  • No API changes were made (or the changes have been approved)
  • No major design changes were made (or the changes have been approved)
  • No new dependecies were added (or the new dependencies have been approved)
  • Added test (or behavior not changed)
  • Updated API documentation (or API not changed)
  • Ran the CodeFormatEnforcer task and verified the license header is in all new files
  • Added iMSTK examples for all new major features (if any)
  • Removed test code from example. Used for debugging and handy for checking functionality.
Edited by Jacob Moore

Merge request reports