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

Method resultIndex

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

Source from the content-addressed store, hash-verified

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; }
123 QImage* image() { return _image; }

Callers 1

updateOutputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected