MCPcopy Create free account
hub / github.com/cinder/Cinder / valid

Method valid

include/tinyexr/tinyexr.h:6997–6997  ·  view source on GitHub ↗

Returns whether this was successfully opened.

Source from the content-addressed store, hash-verified

6995
6996 // Returns whether this was successfully opened.
6997 bool valid() const { return data; }
6998};
6999
7000int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header,

Callers 5

LoadEXRImageFromFileFunction · 0.45
tinyexr.hFile · 0.45
ParseEXRHeaderFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected