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