diff Framework/Loaders/DicomStructureSetLoader.h @ 1030:7014c2397b45

Empty structureNames now means NOTHING will be (initially) displayed
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 07 Oct 2019 14:05:01 +0200
parents 29f5f2031310
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Loaders/DicomStructureSetLoader.h	Mon Sep 30 10:41:37 2019 +0200
+++ b/Framework/Loaders/DicomStructureSetLoader.h	Mon Oct 07 14:05:01 2019 +0200
@@ -52,11 +52,11 @@
     bool                              structuresReady_;
 
     /**
-    At load time, these strings is used to initialize the 
-    structureVisibility_ vector.
+    At load time, these strings are used to initialize the structureVisibility_ 
+    vector.
 
-    As a special case, if initiallyVisibleStructures_ is empty, ALL structures
-    will be made visible.
+    As a special case, if initiallyVisibleStructures_ contains a single string
+    that is '*', ALL structures will be made visible.
     */
     std::vector<std::string> initiallyVisibleStructures_;