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

Method attachProcessStep

ImagePlay/include/IPImageViewer.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 explicit IPImageViewer(ImageViewerWindow*, QWidget *parent = 0);
114 virtual ~IPImageViewer();
115 void attachProcessStep(IPProcessStep* step, int resultIndex) { _processStep = step; _resultIndex = resultIndex; }
116 void updateImage();
117 IPProcessStep* processStep() { return _processStep; }
118 void setTabIndex(int tabIndex) { _tabIndex = tabIndex; }

Callers 1

addProcessStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected