comparison Framework/Toolbox/Slice.cpp @ 121:e66b2c757790 wasm

displaying rt-struct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 17:53:47 +0200
parents 063f7f3d9f14
children e2fe9352f240
comparison
equal deleted inserted replaced
120:063f7f3d9f14 121:e66b2c757790
102 if (thickness_ < 0) 102 if (thickness_ < 0)
103 { 103 {
104 thickness_ = -thickness_; 104 thickness_ = -thickness_;
105 } 105 }
106 106
107 printf("%d: %f %f %f\n", frame_, geometry_.GetOrigin()[0], geometry_.GetOrigin()[1], geometry_.GetOrigin()[2]);
108 //printf("%f %f %f\n", pixelSpacingX_, pixelSpacingY_, thickness_);
109
110 return true; 107 return true;
111 } 108 }
112 109
113 110
114 bool Slice::ParseOrthancFrame(const Orthanc::DicomMap& dataset, 111 bool Slice::ParseOrthancFrame(const Orthanc::DicomMap& dataset,