X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcm4DSplitter.cxx;h=a46441f7212af8b75c1ebfa99221b859797fddba;hb=bf4cd1c4c99073188c6c4838b9e89c00cef7b30f;hp=7e06563a749aa5f755a4ee23e62f48dd6013f802;hpb=3d806fa26fa53e79b0e628d9c897ae92a28cdb78;p=gdcm.git diff --git a/vtk/vtkGdcm4DSplitter.cxx b/vtk/vtkGdcm4DSplitter.cxx index 7e06563a..a46441f7 100644 --- a/vtk/vtkGdcm4DSplitter.cxx +++ b/vtk/vtkGdcm4DSplitter.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcm4DSplitter.cxx,v $ Language: C++ - Date: $Date: 2011/04/04 17:01:03 $ - Version: $Revision: 1.6 $ + Date: $Date: 2011/04/05 13:56:31 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -73,6 +73,15 @@ User will have to specify some points - UserDefined Function void setSortOnUserFunction (FoncComp f); + for 'true' 3D image sets : + - if you want to get a single 3D vtkImageData, use SplitOnOrientation -i.e. no split- + - if you want to get a vector of 2D vtkImageData, use SplitOnPosition -i.e. one slice in each 'XCoherent filesite'- + + for 'true' 4D multi-orientation image sets (i.e. a stack of axial + sagital + coronal images, at different instants ...) + --> this is 5D, right? + Nothing done, yet. + + . Choose 'sort' criterion : -------------------------- @@ -81,16 +90,11 @@ User will have to specify some points - ImageOrientationPatient ==> Only in your dreams! ==> or, please, write a IOP sorter ... - - User choosen tag - ==> WARNING : This one has troubles; do NOT use it, right now! - ==> use setSortOnUserFunction instead - void setSortOnTag(unsigned short sortGroup, unsigned short sortElem); - void setSortConvertToFloat(bool conv) - UserDefined Function void setSortOnUserFunction (FoncComp f); - File name void setSortOnFileName() - + . Execute : ----------- bool Go();