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

Class ImageSourcePngException

include/cinder/ImageSourcePng.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57class ImageSourcePngException : public ImageIoException {
58 public:
59 ImageSourcePngException( const std::string &description ) : ImageIoException( description ) {}
60};
61
62} // namespace cinder

Callers 3

ImageSourcePngMethod · 0.85
loadHeaderMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected