comparison 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
comparison
equal deleted inserted replaced
2075:d84bdcbd8bf1 2076:990f396484b1
47 uint64_t count_; 47 uint64_t count_;
48 PixelCount() { count_ = 0; } 48 PixelCount() { count_ = 0; }
49 }; 49 };
50 50
51 boost::shared_ptr<DicomVolumeImage> volume_; 51 boost::shared_ptr<DicomVolumeImage> volume_;
52 bool isReversedFrameOffsets_;
52 std::string instanceId_; 53 std::string instanceId_;
53 std::string transferSyntaxUid_; 54 std::string transferSyntaxUid_;
54 bool pixelDataLoaded_; 55 bool pixelDataLoaded_;
55 float outliersHalfRejectionRate_; 56 float outliersHalfRejectionRate_;
56 float distributionRawMin_; 57 float distributionRawMin_;