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

Method getProperty

multiresolutionimageinterface/DICOMImage.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return _isValid;
105}
106std::string DICOMImage::getProperty(const std::string& propertyName) {
107 std::string propertyValue;
108 return propertyValue;
109}
110
111void* DICOMImage::readDataFromImage(const long long& startX, const long long& startY, const unsigned long long& width,
112 const unsigned long long& height, const unsigned int& level) {

Callers 1

loadFromRepoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected