Mercurial > hg > orthanc-stone
changeset 1353:af65bce18951 broker
Dummy commented debug block
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 15 Apr 2020 12:58:14 +0200 |
parents | 159708a38af4 |
children | c0e4eb14c912 |
files | Framework/Toolbox/DicomInstanceParameters.cpp |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Toolbox/DicomInstanceParameters.cpp Wed Apr 15 12:58:01 2020 +0200 +++ b/Framework/Toolbox/DicomInstanceParameters.cpp Wed Apr 15 12:58:14 2020 +0200 @@ -387,6 +387,21 @@ TextureBaseSceneLayer* DicomInstanceParameters::CreateTexture (const Orthanc::ImageAccessor& pixelData) const { + // { + // const Orthanc::ImageAccessor& source = pixelData; + // const void* sourceBuffer = source.GetConstBuffer(); + // intptr_t sourceBufferInt = reinterpret_cast<intptr_t>(sourceBuffer); + // int sourceWidth = source.GetWidth(); + // int sourceHeight = source.GetHeight(); + // int sourcePitch = source.GetPitch(); + + // // TODO: turn error into trace below + // LOG(ERROR) << "ConvertGrayscaleToFloat | source:" + // << " W = " << sourceWidth << " H = " << sourceHeight + // << " P = " << sourcePitch << " B = " << sourceBufferInt + // << " B % 4 == " << sourceBufferInt % 4; + // } + assert(sizeof(float) == 4); Orthanc::PixelFormat sourceFormat = pixelData.GetFormat();