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

Method DICOMParser

Utilities/DICOMParser/DICOMParser.cxx:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55DICOMParser::DICOMParser()
56{
57 this->Implementation = new DICOMParserImplementation();
58 this->DataFile = nullptr;
59 this->ToggleByteSwapImageData = false;
60 this->TransferSyntaxCB = new DICOMMemberCallback<DICOMParser>;
61 this->InitTypeMap();
62 this->FileName = "";
63}
64
65const std::string& DICOMParser::GetFileName()
66{

Callers

nothing calls this directly

Calls 1

InitTypeMapMethod · 0.95

Tested by

no test coverage detected