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

Method setResultIndex

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

Source from the content-addressed store, hash-verified

117 IPProcessStep* processStep() { return _processStep; }
118 void setTabIndex(int tabIndex) { _tabIndex = tabIndex; }
119 void setResultIndex(int index) { _resultIndex = index; }
120 int resultIndex() { return _resultIndex; }
121 int zoomFactor() { return _scale*100; }
122 IPLData* rawData() { return _rawData; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected