| 126 | bool useOpenCV () { return _useOpenCV; } |
| 127 | IPProcessFactory* factory () { return _factory; } |
| 128 | ImageViewerWindow* imageViewer () { return _imageViewer; } |
| 129 | void setAllowChangeActiveProcessStep (bool allow) { _allowChangeActiveProcessStep = allow; } |
| 130 | void addStep (IPProcessStep* step); |
| 131 | void removeStep (IPProcessStep* step); |
no outgoing calls
no test coverage detected