comparison Framework/Volumes/DicomVolumeImage.h @ 1072:391fb6d6905d

OrthancMultiframeVolumeLoader asks volume image to compute range + added IsContextLost to wasm viewport + added "computeRange" bool property to DicomVolumeImage + added ability to ask the MPR slicer for its source volume (to retrieve voxel value range)
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 16 Oct 2019 15:43:21 +0200
parents 32eaf4929b08
children 34ee7204fde3 2d8ab34c8c91
comparison
equal deleted inserted replaced
1071:6dd90b8d1589 1072:391fb6d6905d
65 { 65 {
66 revision_ ++; 66 revision_ ++;
67 } 67 }
68 68
69 void Initialize(const VolumeImageGeometry& geometry, 69 void Initialize(const VolumeImageGeometry& geometry,
70 Orthanc::PixelFormat format); 70 Orthanc::PixelFormat format, bool computeRange = false);
71 71
72 void SetDicomParameters(const DicomInstanceParameters& parameters); 72 void SetDicomParameters(const DicomInstanceParameters& parameters);
73 73
74 uint64_t GetRevision() const 74 uint64_t GetRevision() const
75 { 75 {