MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / valid

Method valid

third-party/tinyexr/tinyexr.h:6918–6918  ·  view source on GitHub ↗

Returns whether this was successfully opened.

Source from the content-addressed store, hash-verified

6916
6917 // Returns whether this was successfully opened.
6918 bool valid() const { return data; }
6919};
6920
6921int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header,

Callers 5

LoadEXRImageFromFileFunction · 0.80
tinyexr.hFile · 0.80
ParseEXRHeaderFromFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected