MCPcopy Create free account
hub / github.com/MITK/MITK / SetTagLookupTableToPropertyFunctor

Method SetTagLookupTableToPropertyFunctor

Modules/DICOM/src/mitkDICOMFileReader.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215
216void mitk::DICOMFileReader::SetTagLookupTableToPropertyFunctor(
217 mitk::DICOMImageBlockDescriptor::TagLookupTableToPropertyFunctor functor )
218{
219 m_TagLookupTableToPropertyFunctor = functor;
220 this->Modified();
221}
222
223mitk::DICOMImageBlockDescriptor::TagLookupTableToPropertyFunctor
224 mitk::DICOMFileReader::GetTagLookupTableToPropertyFunctor() const

Callers 7

DoReadMethod · 0.45
AnalyzeInputFilesMethod · 0.45
Condense3DBlocksMethod · 0.45
DoReadMethod · 0.45
LoadFilesMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 3

LoadFilesMethod · 0.36