]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
Upport itk modif (taken from gdcm1.0) around Jolinda Smith's algorithm
[gdcm.git] / src / gdcmOrientation.h
index 6b2f309eee89995a630b0adc39ab9fa6b19e98c7..e1522fd389760b3717c5695dbe973718614fbb07 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmOrientation.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 09:46:27 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2005/11/25 13:56:32 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -117,7 +117,7 @@ private:
    double CalculLikelyhood2Vec(vector3D const &refA, vector3D const &refB, 
                                vector3D const &ori1, vector3D const &ori2);
    vector3D ProductVectorial(vector3D const &vec1, vector3D const &vec2);
-   std::string GetSingleOrientation ( float *iop);
+   std::string GetSingleOrientation ( double *iop);
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------