X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.h;h=b196c808a5a4040be3d19c9acfbc644e94fd2d7b;hb=9cfc9aff66a9339b8b467f48c8a5ef6e39ae9e34;hp=32fc2fd0994a53e046328281d048fc35096104b6;hpb=3eacdfdf6a420946ec76fd931826a0bbbcbea00a;p=gdcm.git diff --git a/vtk/vtkGdcmReader.h b/vtk/vtkGdcmReader.h index 32fc2fd0..b196c808 100644 --- a/vtk/vtkGdcmReader.h +++ b/vtk/vtkGdcmReader.h @@ -21,6 +21,15 @@ public: virtual void RemoveAllFileName(void); virtual void AddFileName(const char* name); virtual void SetFileName(const char *name); + + // Description: + // If this flag is set and the DICOM reader encounters a dicom file with + // lookup table the data will be kept as unsigned chars and a lookuptable + // will be exported and accessible through GetLookupTable() + vtkSetMacro(AllowLookupTable,int); + vtkGetMacro(AllowLookupTable,int); + vtkBooleanMacro(AllowLookupTable,int); + vtkGetObjectMacro(LookupTable,vtkLookupTable); protected: @@ -45,6 +54,7 @@ private: // Variables vtkLookupTable *LookupTable; vtkTimeStamp fileTime; + int AllowLookupTable; //BTX // Number of columns of the image/volume to be loaded