]> Creatis software - clitk.git/blobdiff - tools/clitkAffineTransformGenericFilter.h
add small region
[clitk.git] / tools / clitkAffineTransformGenericFilter.h
index 39506326f572a2bb614da44524c64547879eda41..613e1cc677b868305c2cf5e5513baacb7026751a 100644 (file)
@@ -87,11 +87,6 @@ namespace clitk
     //----------------------------------------  
     void Update();
 
-    template<unsigned int Dimension, class PixelType>
-      static
-      typename itk::Matrix<double, Dimension+1, Dimension+1>
-      createMatrixFromElastixFile(std::vector<std::string> & filename, bool verbose=true);
-
   protected:
 
     //----------------------------------------  
@@ -108,10 +103,6 @@ namespace clitk
     template <unsigned int Dimension, class PixelType>  void UpdateWithDimAndPixelType();
     template <unsigned int Dimension, class PixelType>  void UpdateWithDimAndVectorType();
 
-    static bool GetElastixValueFromTag(std::ifstream & is, std::string tag, std::string & value); 
-    static void GetValuesFromValue(const std::string & s, 
-                                   std::vector<std::string> & values);
-
     //----------------------------------------  
     // Data members
     //----------------------------------------