From: regrain Date: Tue, 30 Mar 2004 09:00:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Version0.5.bp~264 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=917fc18e3cd1dd7242c315df85a6ac70046246a3;p=gdcm.git *** empty log message *** --- diff --git a/gdcmPython/win32/_vtkGdcm.dsp b/gdcmPython/win32/_vtkGdcm.dsp index 887985f4..68487b32 100644 --- a/gdcmPython/win32/_vtkGdcm.dsp +++ b/gdcmPython/win32/_vtkGdcm.dsp @@ -58,6 +58,10 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\src\gdcmDebug.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmDicomDir.cxx # End Source File # Begin Source File @@ -110,6 +114,10 @@ SOURCE=..\..\src\gdcmFile.cxx # End Source File # Begin Source File +SOURCE=..\..\src\gdcmGlobal.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmHeader.cxx # End Source File # Begin Source File diff --git a/gdcmPython/win32/gdcmpyembedded.dsp b/gdcmPython/win32/gdcmpyembedded.dsp index bddedc87..16f8ed84 100644 --- a/gdcmPython/win32/gdcmpyembedded.dsp +++ b/gdcmPython/win32/gdcmpyembedded.dsp @@ -53,7 +53,7 @@ LINK32=link.exe # Begin Special Build Tool ProjDir=. SOURCE="$(InputPath)" -PostBuild_Cmds=move $(ProjDir)\gdcm.py $(ProjDir)\..\ +PostBuild_Cmds=move $(ProjDir)\gdcm.py $(ProjDir)\..\ # End Special Build Tool # Begin Target @@ -80,6 +80,10 @@ SOURCE=.\gdcm_wrap.cxx # End Source File # Begin Source File +SOURCE=..\..\src\gdcmDebug.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmDicomDir.cxx # End Source File # Begin Source File @@ -132,6 +136,10 @@ SOURCE=..\..\src\gdcmFile.cxx # End Source File # Begin Source File +SOURCE=..\..\src\gdcmGlobal.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmHeader.cxx # End Source File # Begin Source File diff --git a/vtk/testvtkGdcmReader.cxx b/vtk/testvtkGdcmReader.cxx index aaf04218..198d14ba 100644 --- a/vtk/testvtkGdcmReader.cxx +++ b/vtk/testvtkGdcmReader.cxx @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/vtk/Attic/testvtkGdcmReader.cxx,v 1.8 2004/01/15 10:25:11 regrain Exp $ +// $Header: /cvs/public/gdcm/vtk/Attic/testvtkGdcmReader.cxx,v 1.9 2004/03/30 09:00:40 regrain Exp $ #include #include @@ -51,6 +51,7 @@ int main( int argc, char *argv[] ) reader->SetFileName("../gdcmData/CT-MONO2-16-ankle.dcm"); reader->UpdateWholeExtent(); +// reader->Update(); vtkImageData *ima = reader->GetOutput(); taille=ima->GetDimensions(); x = taille[0]; y = taille[1]; diff --git a/vtk/win32/vtkgdcm.dsp b/vtk/win32/vtkgdcm.dsp index 6cf8f65f..13d5e661 100644 --- a/vtk/win32/vtkgdcm.dsp +++ b/vtk/win32/vtkgdcm.dsp @@ -100,6 +100,10 @@ PostBuild_Cmds=copy ..\..\lib\vtkgdcm.dll ..\ copy Debug\vtkgdcm.lib ..\..\lib\v # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\src\gdcmDebug.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmDicomDirElement.cxx # End Source File # Begin Source File @@ -148,6 +152,10 @@ SOURCE=..\..\src\gdcmFile.cxx # End Source File # Begin Source File +SOURCE=..\..\src\gdcmGlobal.cxx +# End Source File +# Begin Source File + SOURCE=..\..\src\gdcmHeader.cxx # End Source File # Begin Source File