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

Method RegisterPixelDataCallback

Utilities/DICOMParser/DICOMAppHelper.cxx:925–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925void DICOMAppHelper::RegisterPixelDataCallback(DICOMParser* parser)
926{
927 this->PixelDataCB->SetCallbackFunction(this, &DICOMAppHelper::PixelDataCallback);
928 parser->AddDICOMTagCallback(0x7FE0, 0x0010, DICOMParser::VR_OW, this->PixelDataCB);
929}
930
931void DICOMAppHelper::RescaleOffsetCallback(
932 DICOMParser* parser, doublebyte, doublebyte, DICOMParser::VRTypes, unsigned char* val, quadbyte)

Callers 1

Calls 2

SetCallbackFunctionMethod · 0.80
AddDICOMTagCallbackMethod · 0.80

Tested by

no test coverage detected