diff OrthancStone/Sources/Loaders/OrthancMultiframeVolumeLoader.h @ 2076:990f396484b1

fix rendering of RT-DOSE with negative GridFrameOffsetVector
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Jul 2023 15:58:16 +0200
parents 7053b8a0aaec
children 07964689cb0b
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/OrthancMultiframeVolumeLoader.h	Tue Jul 11 13:20:20 2023 +0200
+++ b/OrthancStone/Sources/Loaders/OrthancMultiframeVolumeLoader.h	Tue Jul 11 15:58:16 2023 +0200
@@ -49,6 +49,7 @@
     };
 
     boost::shared_ptr<DicomVolumeImage>  volume_;
+    bool                                 isReversedFrameOffsets_;
     std::string                          instanceId_;
     std::string                          transferSyntaxUid_;
     bool                                 pixelDataLoaded_;