From ea0305c2b6023beec21e73eb1a88a672f8fbd2fd Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 30 Jun 2006 09:55:20 +0000 Subject: [PATCH 1/1] Display Spacings --- Example/PrintFile.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Example/PrintFile.cxx b/Example/PrintFile.cxx index 2064640f..5ce57e03 100644 --- a/Example/PrintFile.cxx +++ b/Example/PrintFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintFile.cxx,v $ Language: C++ - Date: $Date: 2006/03/29 16:15:01 $ - Version: $Revision: 1.80 $ + Date: $Date: 2006/06/30 09:55:20 $ + Version: $Revision: 1.81 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -327,11 +327,11 @@ errno = 0; std::cout << " SwapCode= " << f->GetSwapCode() << std::endl; std::cout << " ------" << std::endl; - //std::cout << "\n\n" << std::endl; - //std::cout << "X spacing " << f->GetXSpacing() << std::endl; - //std::cout << "Y spacing " << f->GetYSpacing() << std::endl; - //std::cout << "Z spacing " << f->GetZSpacing() << std::endl; - + std::cout << "\n\n" << std::endl; + std::cout << "X spacing " << f->GetXSpacing() << std::endl; + std::cout << "Y spacing " << f->GetYSpacing() << std::endl; + std::cout << "Z spacing " << f->GetZSpacing() << std::endl; + //------------------------------ // Lets's get and print some usefull fields about 'Orientation' // ------------------------------------------------------------ -- 2.45.1