diff Framework/Loaders/LoadedDicomResources.h @ 1306:fef1ec42a7db broker

Some docs + headers added to CMake for easier VS browsing + tiny predecl
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 04 Mar 2020 10:07:14 +0100
parents 0ca50d275b9a
children 30deba7bc8e2
line wrap: on
line diff
--- a/Framework/Loaders/LoadedDicomResources.h	Wed Mar 04 09:45:38 2020 +0100
+++ b/Framework/Loaders/LoadedDicomResources.h	Wed Mar 04 10:07:14 2020 +0100
@@ -26,6 +26,10 @@
 
 namespace OrthancStone
 {
+  /**
+    Stores an indexed collection of DicomMap objects. The index is a 
+    user-specified DicomTag.
+  */
   class LoadedDicomResources : public boost::noncopyable
   {
   private: