comparison Framework/Toolbox/DicomStructureSet.h @ 792:4fe4b221a31f

deprecating MessagingToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 08:49:49 +0200
parents 5aa728500586
children 04f518ebd132
comparison
equal deleted inserted replaced
791:907189734acd 792:4fe4b221a31f
168 168
169 void CheckReferencedSlices(); 169 void CheckReferencedSlices();
170 170
171 Vector GetNormal() const; 171 Vector GetNormal() const;
172 172
173 // TODO - Remove
174 static DicomStructureSet* SynchronousLoad(OrthancPlugins::IOrthancConnection& orthanc,
175 const std::string& instanceId);
176
177 bool ProjectStructure(std::vector< std::vector<PolygonPoint> >& polygons, 173 bool ProjectStructure(std::vector< std::vector<PolygonPoint> >& polygons,
178 size_t index, 174 size_t index,
179 const CoordinateSystem3D& slice) 175 const CoordinateSystem3D& slice)
180 { 176 {
181 return ProjectStructure(polygons, GetStructure(index), slice); 177 return ProjectStructure(polygons, GetStructure(index), slice);