]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
add std::string Orientation::GetOrientation ( File *f ) method, that
[gdcm.git] / src / gdcmOrientation.h
index 3ff59156862ce9680376741ac051076d183c7800..a6e48f2ed2270ca471323d05b0df1b540c5aca20 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmOrientation.h,v $
   Language:  C++
-  Date:      $Date: 2005/09/05 08:25:01 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2005/09/21 16:39:53 $
+  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
@@ -45,12 +45,14 @@ public:
   ~Orientation() {}
 
   double TypeOrientation( File *file );
-
+  std::string GetOrientation ( File *file );  
+  
 private:
    Res VerfCriterion(int typeCriterion, double criterionNew, Res const &res);
    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);
 };
 } // end namespace gdcm
 //-----------------------------------------------------------------------------