]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.h
Oversimple stuff to load/not load the overlays (group 60xx) :
[gdcm.git] / vtk / vtkGdcmReader.h
index 620e7d5a20967074365ab439ec1f6b4204be8e08..9250b7f3856de83389c306035e84064914d6bf33 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcmReader.h,v $
   Language:  C++
-  Date:      $Date: 2007/07/13 08:17:22 $
-  Version:   $Revision: 1.34 $
+  Date:      $Date: 2007/09/04 16:21:50 $
+  Version:   $Revision: 1.35 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -69,6 +69,11 @@ public:
    vtkGetMacro(AllowLookupTable, bool);
    vtkBooleanMacro(AllowLookupTable, bool);
 
+
+   vtkSetMacro(KeepOverlays, bool);
+   vtkGetMacro(KeepOverlays, bool);
+   vtkBooleanMacro(KeepOverlays, bool);
+
    vtkGetObjectMacro(LookupTable, vtkLookupTable);
 
 // FIXME : HOW to doxygen a VTK macro?
@@ -180,6 +185,8 @@ private:
     
    bool DropDuplicatePositions;
    
+   bool KeepOverlays;
+   
    /// Pointer to a user suplied function to allow modification of pixel order
    VOID_FUNCTION_PUINT8_PFILE_POINTER UserFunction;