diff 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
line wrap: on
line diff
--- a/Framework/Toolbox/DicomStructureSet.h	Mon May 27 17:20:59 2019 +0200
+++ b/Framework/Toolbox/DicomStructureSet.h	Tue May 28 07:48:57 2019 +0200
@@ -170,6 +170,7 @@
 
     Vector GetNormal() const;
 
+    // TODO - Remove
     static DicomStructureSet* SynchronousLoad(OrthancPlugins::IOrthancConnection& orthanc,
                                               const std::string& instanceId);