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

Function width

IPL/include/IPLImage.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 int getNumberOfPlanes( void ) { return _nrOfPlanes; }
50 int width(void) { return _width; }
51 int height(void) { return _height; }
52
53 uchar* rgb32 (void);

Callers 3

mouseMoveEventMethod · 0.50
paintEventMethod · 0.50
paintEventMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected