comparison 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
comparison
equal deleted inserted replaced
1021:2f22e3086a5b 1030:7014c2397b45
50 50
51 // will be set to true once the loading is finished 51 // will be set to true once the loading is finished
52 bool structuresReady_; 52 bool structuresReady_;
53 53
54 /** 54 /**
55 At load time, these strings is used to initialize the 55 At load time, these strings are used to initialize the structureVisibility_
56 structureVisibility_ vector. 56 vector.
57 57
58 As a special case, if initiallyVisibleStructures_ is empty, ALL structures 58 As a special case, if initiallyVisibleStructures_ contains a single string
59 will be made visible. 59 that is '*', ALL structures will be made visible.
60 */ 60 */
61 std::vector<std::string> initiallyVisibleStructures_; 61 std::vector<std::string> initiallyVisibleStructures_;
62 62
63 /** 63 /**
64 Contains the "Should this structure be displayed?" flag for all structures. 64 Contains the "Should this structure be displayed?" flag for all structures.