MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / valid

Function valid

core/ImageSource.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 virtual ~ImageSource();
13
14 virtual bool valid() const {return _isValid;}
15
16 //! Gets the dimensions of the base level of the pyramid
17 virtual const std::vector<unsigned long long> getDimensions() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected