X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.h;h=3bc8e2a013be09e30728878ed29ba22a0043e0d4;hb=17ebda2271dd65565f512e835546b22c22ebbbb0;hp=bdf3af329b34d155ddbba6bc39d1aee398e9172e;hpb=c4fa2e74a4ce56a0a8db54e4a70d404bec9fc8dd;p=gdcm.git diff --git a/vtk/vtkGdcmReader.h b/vtk/vtkGdcmReader.h index bdf3af32..3bc8e2a0 100644 --- a/vtk/vtkGdcmReader.h +++ b/vtk/vtkGdcmReader.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmReader.h,v $ Language: C++ - Date: $Date: 2005/08/30 14:40:35 $ - Version: $Revision: 1.28 $ + 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,8 +68,9 @@ public: vtkGetObjectMacro(LookupTable, vtkLookupTable); -/** - * \brief Sets the LoadMode as a boolean string. +// FIXME : HOW to doxygen a VTK macro? +/* + * \ brief Sets the LoadMode as a boolean string. * gdcm.LD_NOSEQ, gdcm.LD_NOSHADOW, gdcm.LD_NOSHADOWSEQ... * (nothing more, right now) * WARNING : before using NO_SHADOW, be sure *all* your files @@ -88,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(); @@ -154,7 +155,7 @@ private: // files patterned std::list InternalFileNameList; gdcmFileList InternalFileList; - bool Execution; + //bool Execution; // For VTK5.0 //ETX