X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.h;h=32fc2fd0994a53e046328281d048fc35096104b6;hb=c04f72b2466db911700aaea2d14426de678e9b94;hp=84f6526df5284db27068c828762588ca0390083f;hpb=844285f083c7bb09584e1875d5acf00fb08c22a0;p=gdcm.git diff --git a/vtk/vtkGdcmReader.h b/vtk/vtkGdcmReader.h index 84f6526d..32fc2fd0 100644 --- a/vtk/vtkGdcmReader.h +++ b/vtk/vtkGdcmReader.h @@ -18,9 +18,9 @@ public: vtkTypeMacro(vtkGdcmReader, vtkImageReader); void PrintSelf(ostream& os, vtkIndent indent); - void RemoveAllFileName(void); - void AddFileName(const char* name); - void SetFileName(const char *name); + virtual void RemoveAllFileName(void); + virtual void AddFileName(const char* name); + virtual void SetFileName(const char *name); vtkGetObjectMacro(LookupTable,vtkLookupTable); protected: @@ -28,9 +28,9 @@ protected: ~vtkGdcmReader(); virtual void ExecuteInformation(); - void ExecuteData(vtkDataObject *output); - void BuildFileListFromPattern(); - int CheckFileCoherence(); + virtual void ExecuteData(vtkDataObject *output); + virtual void BuildFileListFromPattern(); + virtual int CheckFileCoherence(); private: void RemoveAllInternalFileName(void); @@ -44,6 +44,7 @@ private: // Variables vtkLookupTable *LookupTable; + vtkTimeStamp fileTime; //BTX // Number of columns of the image/volume to be loaded