]> Creatis software - gdcm.git/blobdiff - vtk/test4DSplitter.cxx
orger XCoherentFilesetMap according to IPP, when necessary
[gdcm.git] / vtk / test4DSplitter.cxx
index 9c6f8ccfe5a9d8a7d8a1e1c6409b188a515f0957..e2a9ed0b5c745f51675f9a32ec6f270573cf22ac 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: test4DSplitter.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/04/08 00:11:36 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2011/04/11 11:28:31 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -58,10 +58,10 @@ int main(int argc, char *argv[])
    std::cout << "... inside " << argv[0] << std::endl;
 
 // 3D     
-//std::string strDirName("/home/jpr/Desktop/Patients_Emilie/Patient.3T/AUB Jos/AUBERTIN JOSEPH/PROSTATE - 305629373/dSSh_DWISENSE_602");
+std::string strDirName("/home/jpr/Desktop/Patients_Emilie/Patient.3T/AUB Jos/AUBERTIN JOSEPH/PROSTATE - 305629373/dSSh_DWISENSE_602");
 
 // 4D
-std::string strDirName("/home/jpr/Desktop/Patients_Emilie/Patient.3T/AUB Jos/AUBERTIN JOSEPH/PROSTATE - 305629373/DYN7INJDYN6_901");
+//std::string strDirName("/home/jpr/Desktop/Patients_Emilie/Patient.3T/AUB Jos/AUBERTIN JOSEPH/PROSTATE - 305629373/DYN7INJDYN6_901");
    
 
    // ----- Begin Processing -----  
@@ -111,10 +111,10 @@ std::cout << "--------------------------------" << std::endl;
 std::cout << "Vector size " << output->size()   << std::endl;
 std::cout << "--------------------------------" << std::endl;
 
+// Print the first one (why not?)
 //(*output)[0]->PrintSelf(std::cout, vtkIndent(2));
 
-std::vector<vtkImageData*>::iterator it;
-// Print the first one (why not?)
+ std::vector<vtkImageData*>::iterator it;
  for(it=output->begin(); it!=output->end(); ++it) {
    std::cout << "========================================" << std::endl;
    (*it)->PrintSelf(std::cout, vtkIndent(2));