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

Method rawData

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

Source from the content-addressed store, hash-verified

120 int resultIndex() { return _resultIndex; }
121 int zoomFactor() { return _scale*100; }
122 IPLData* rawData() { return _rawData; }
123 QImage* image() { return _image; }
124 void updateMousePosition(int, int);
125signals:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected