diff Framework/Loaders/DicomStructureSetLoader.h @ 1000:50e5acf5553b

changed RTSTRUCT rendering from polygons to segments
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 20 Sep 2019 11:59:29 +0200
parents 86ac61a040c9
children 29f5f2031310
line wrap: on
line diff
--- a/Framework/Loaders/DicomStructureSetLoader.h	Fri Sep 20 11:58:33 2019 +0200
+++ b/Framework/Loaders/DicomStructureSetLoader.h	Fri Sep 20 11:59:29 2019 +0200
@@ -59,7 +59,7 @@
     
     void LoadInstance(const std::string& instanceId);
 
-    virtual IExtractedSlice* ExtractSlice(const CoordinateSystem3D& cuttingPlane);
+    virtual IExtractedSlice* ExtractSlice(const CoordinateSystem3D& cuttingPlane) ORTHANC_OVERRIDE;
 
     void SetStructuresReady();