Mercurial > hg > orthanc-stone
comparison OrthancStone/Sources/Loaders/OrthancMultiframeVolumeLoader.h @ 1571:85e117739eca
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 21 Sep 2020 17:46:39 +0200 |
parents | 244ad1e4e76a |
children | 4fb8fdf03314 |
comparison
equal
deleted
inserted
replaced
1570:9a04f42098a3 | 1571:85e117739eca |
---|---|
102 boost::shared_ptr<OrthancStone::DicomVolumeImage> volume, | 102 boost::shared_ptr<OrthancStone::DicomVolumeImage> volume, |
103 float outliersHalfRejectionRate = 0.0005); | 103 float outliersHalfRejectionRate = 0.0005); |
104 | 104 |
105 virtual ~OrthancMultiframeVolumeLoader(); | 105 virtual ~OrthancMultiframeVolumeLoader(); |
106 | 106 |
107 bool HasGeometry() const; | 107 bool HasGeometry() const ORTHANC_OVERRIDE; |
108 const OrthancStone::VolumeImageGeometry& GetImageGeometry() const; | 108 |
109 virtual const OrthancStone::VolumeImageGeometry& GetImageGeometry() const ORTHANC_OVERRIDE; | |
109 | 110 |
110 bool IsPixelDataLoaded() const | 111 bool IsPixelDataLoaded() const |
111 { | 112 { |
112 return pixelDataLoaded_; | 113 return pixelDataLoaded_; |
113 } | 114 } |