Page MenuHomePhabricator

Improve IGT-Pipeline handling
Closed, ResolvedPublic

Description

building complex IGT filter pipelines can get quite challenging. Some helper methods should make this easier to handle.

E.g.: get inputs and input indices by name.

Event Timeline

[SVN revision 20728]
ENH (#3137): add GetToolByName() method

[SVN revision 20729]
ENH (#3137): add name property

[SVN revision 20730]
COMP (#3137): fix typo

[SVN revision 20731]
ENH (#3137): add GetOutput(std::string name) and GetOutputIndex(std::string name) methods

[SVN revision 20732]
ENH (#3137): set name of NavigationData outputs to name of TrackingTool inputs

[SVN revision 20734]
FIX (#3137): throw exception instead of returning -1

[SVN revision 20735]
DOC (#3137): add warning to documentation

[SVN revision 20737]
ENH (#3137): add GetInput(std::string name) and GetInputIndex(std::string name) methods

[SVN revision 20739]
ENH (#3137): use custom delegate for tools table, implement OnAddPassiveTool() method

Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.

closing these bug because features have been added a long time ago