comparison Framework/Toolbox/DicomStructureSet.h @ 786:5aa728500586

optimizing constructor of DicomStructureSet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 07:48:57 +0200
parents b70e9be013e4
children 4fe4b221a31f
comparison
equal deleted inserted replaced
784:9f3b2027a4a9 786:5aa728500586
168 168
169 void CheckReferencedSlices(); 169 void CheckReferencedSlices();
170 170
171 Vector GetNormal() const; 171 Vector GetNormal() const;
172 172
173 // TODO - Remove
173 static DicomStructureSet* SynchronousLoad(OrthancPlugins::IOrthancConnection& orthanc, 174 static DicomStructureSet* SynchronousLoad(OrthancPlugins::IOrthancConnection& orthanc,
174 const std::string& instanceId); 175 const std::string& instanceId);
175 176
176 bool ProjectStructure(std::vector< std::vector<PolygonPoint> >& polygons, 177 bool ProjectStructure(std::vector< std::vector<PolygonPoint> >& polygons,
177 size_t index, 178 size_t index,