Modules:PythonSurfaceConnectivity-Documentation-3.6
Return to Slicer 3.6 Documentation
Module Name
Python Surface Connectivity
General Information
Module Type & Category
Type: CLI
Category: Surface Models
Authors, Collaborators & Contact
- Luca Antiga: Orobix Srl, Mario Negri Institute
- Daniel Blezek: Mayo Clinic
- Contact: Luca Antiga, luca.antiga@orobix.com
Module Description
This Python module takes in input a surface and labels it according to surface connectivity. The module either labels the surface with a different RegionId for each connected region, or it extracts the connected region closest to an input fiducial. Optionally, the module produces a list of fiducials positioned on each connected region and labeled with its RegionId.
Usage
Use Cases, Examples
- The module is appropriate when there is need of extracting different disconnected components of a model or label them.
- For developers: the module is a good example on how Python CLI modules can access and modify the MRML scene (unlike executable and shared library CLI modules)
Tutorials
NA
Quick Tour of Features and Use
|
Development
Notes from the Developer(s)
The module internally uses vtkPolyDataConnectivityFilter.
Dependencies
Python
Tests
NA
Known bugs
Follow this link to the Slicer3 bug tracker.
Usability issues
Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.
Source code & documentation
Links to the module's source code:
Source code:
More Information
Acknowledgment
NA
References
NA