Program: gdcm
Module: $RCSfile: vtkGdcmReader.cxx,v $
Language: C++
- Date: $Date: 2005/09/16 17:19:27 $
- Version: $Revision: 1.83 $
+ Date: $Date: 2005/09/20 08:50:57 $
+ Version: $Revision: 1.84 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
#include <vtkPointData.h>
#include <vtkLookupTable.h>
-vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.83 $")
+vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.84 $")
vtkStandardNewMacro(vtkGdcmReader)
//-----------------------------------------------------------------------------
numComponents = f->GetNumberOfScalarComponents(); //rgb or mono
vtkDebugMacro(<< "numComponents:" << numComponents);
vtkDebugMacro(<< "Copying to memory image [" << f->GetFileName().c_str() << "]");
- size_t size;
+ //size_t size;
// If the data structure of vtk for image/volume representation
// were straigthforwards the following would be enough: