comparison Framework/Toolbox/Slice.h @ 99:efd9ef2b67f1 wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 May 2017 21:08:31 +0200
parents f244018a4e4b
children fcec0ab44054
comparison
equal deleted inserted replaced
98:a33abae66344 99:efd9ef2b67f1
66 width_(0), 66 width_(0),
67 height_(0) 67 height_(0)
68 { 68 {
69 } 69 }
70 70
71 bool IsValid() const
72 {
73 return type_ != Type_Invalid;
74 }
75
71 bool ParseOrthancFrame(const OrthancPlugins::IDicomDataset& dataset, 76 bool ParseOrthancFrame(const OrthancPlugins::IDicomDataset& dataset,
72 const std::string& instanceId, 77 const std::string& instanceId,
73 unsigned int frame); 78 unsigned int frame);
74 79
75 bool IsOrthancInstance() const 80 bool IsOrthancInstance() const