# HG changeset patch # User Sebastien Jodogne # Date 1573916883 -3600 # Node ID 9ad62b031c47d7672050a3783ae3edfb4259fe14 # Parent 34ee7204fde3523755f1656f98f9ab7bfca339b0 notes diff -r 34ee7204fde3 -r 9ad62b031c47 Framework/Volumes/DicomVolumeImage.h --- a/Framework/Volumes/DicomVolumeImage.h Sat Nov 16 14:37:33 2019 +0100 +++ b/Framework/Volumes/DicomVolumeImage.h Sat Nov 16 16:08:03 2019 +0100 @@ -36,11 +36,12 @@ class DicomVolumeImage : public boost::noncopyable { public: + // TODO - Are these messages still useful? ORTHANC_STONE_DEFINE_ORIGIN_MESSAGE(__FILE__, __LINE__, GeometryReadyMessage, DicomVolumeImage); ORTHANC_STONE_DEFINE_ORIGIN_MESSAGE(__FILE__, __LINE__, ContentUpdatedMessage, DicomVolumeImage); private: - uint64_t revision_; + uint64_t revision_; // TODO - Is revision still useful? std::auto_ptr geometry_; std::auto_ptr image_; std::auto_ptr parameters_; @@ -59,8 +60,10 @@ } void Initialize(const VolumeImageGeometry& geometry, - Orthanc::PixelFormat format, bool computeRange = false); + Orthanc::PixelFormat format, + bool computeRange = false); + // Used by volume slicers void SetDicomParameters(const DicomInstanceParameters& parameters); uint64_t GetRevision() const