]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.h
COMP: I always forgot this change of API
[gdcm.git] / vtk / vtkGdcmReader.h
index b747f9490c03b091a892f2d8b7ca24bb38b7861b..3bc8e2a013be09e30728878ed29ba22a0043e0d4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcmReader.h,v $
   Language:  C++
-  Date:      $Date: 2005/08/31 15:54:51 $
-  Version:   $Revision: 1.29 $
+  Date:      $Date: 2006/03/29 11:23:43 $
+  Version:   $Revision: 1.31 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -68,7 +68,7 @@ public:
 
    vtkGetObjectMacro(LookupTable, vtkLookupTable);
 
-// FIXME : HOW to doxygen a VTM macro?
+// FIXME : HOW to doxygen a VTK macro?
 /*
  * \ brief Sets the LoadMode as a boolean string. 
  *        gdcm.LD_NOSEQ, gdcm.LD_NOSHADOW, gdcm.LD_NOSHADOWSEQ... 
@@ -89,7 +89,7 @@ protected:
    virtual void ExecuteInformation();
    virtual void ExecuteData(vtkDataObject *output);
 
-   virtual void BuildData(vtkDataObject *output);
+   //virtual void BuildData(vtkDataObject *output); // for VTK5.0
    virtual void BuildFileListFromPattern();
    virtual void LoadFileInformation();
    virtual void UpdateFileInformation();
@@ -155,7 +155,7 @@ private:
    //    files patterned
    std::list<std::string> InternalFileNameList;
    gdcmFileList InternalFileList;
-   bool Execution;
+   //bool Execution;  // For VTK5.0
   
    //ETX