Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline creator mk2 #1

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

Connor-Bowley
Copy link

Renames old pipeline creator stuff to have "Legacy" prefix.

Adds new pipeline creator that can handle multiple input, multiple output.

Connor Bowley added 22 commits March 1, 2023 08:54
Start of the deprecation process for the old pipeline creator.
Can create pipelines, but missing some bells and whistles.

Can create pipelines with multiple inputs.
Adds ability to load the pipeline module upon creation.
Adds ability to automatically add the pipeline module directory to the
additional module paths.
Was writing "True" instead of "true", so it wasn't working correctly.
Can now optionally test a pipeline before it gets fully generated.
Rename PipelineCreatorMk2 to just PipelineCreator
Add pipeline wrappings for all SurfaceToolbox operations.
Cannot select no pipeline. Must select a pipeline or cancel.
There is no good reason the pipeline needs a name to be able to test it.
Requiring a name is annoying to the user.
Not all conversions to/from segmentations have been implemented yet.
If an intermediate node is referenced by the final output, don't delete
it with the rest of the intermediates.
Add pipelines from VTK and SegmentEditor to new pipeline creator that
were in the legacy pipeline creator.
The min and max threshold values were being overwritten when the
segmentation was set on the segmentEditorWidget.
Delaying parameter set until the very end to ensure the given parameters
are used.
Add explicit test to make sure connecting a derived class output to a
base class input passes validation.
Update PipelineListWidget's ReferenceComboBox to allow connecting a
derived class output reference to a base class input.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant