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

Method IPLImagePlane

IPL/src/IPLImagePlane.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24int IPLImagePlane::_instanceCount = 0;
25
26IPLImagePlane::IPLImagePlane(void)
27{
28 _height = 0;
29 _width = 0;
30 _plane = NULL;
31
32 _instanceCount++;
33}
34
35IPLImagePlane::IPLImagePlane( int w, int h )
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected