MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / imageViewer

Method imageViewer

ImagePlay/include/MainWindow.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 8

buildQueueMethod · 0.80
executeThreadMethod · 0.80
propagateResultReadyMethod · 0.80
executeMethod · 0.80
outputsChangedMethod · 0.80
removeStepMethod · 0.80
initMethod · 0.80
closeSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected