MCPcopy Create free account
hub / github.com/Kitware/VTK / IsDICOMFile

Function IsDICOMFile

Utilities/DICOMParser/DICOMParser.h:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 static bool IsDICOMFile(DICOMFile* file);
82
83 bool IsDICOMFile()
84 {
85 if (!this->DataFile)
86 {
87 return false;
88 }
89 return DICOMParser::IsDICOMFile(this->DataFile);
90 }
91
92 //
93 // Static method that checks the DICOM magic number.

Callers 1

ReadHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected