X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkAffineTransformGenericFilter.h;h=613e1cc677b868305c2cf5e5513baacb7026751a;hb=6aaeb77499e9c4c4cd419b9af53ef876c989a9a2;hp=39506326f572a2bb614da44524c64547879eda41;hpb=4eb6f95e59a7602564b15f9d0715650dc91442a2;p=clitk.git diff --git a/tools/clitkAffineTransformGenericFilter.h b/tools/clitkAffineTransformGenericFilter.h index 3950632..613e1cc 100644 --- a/tools/clitkAffineTransformGenericFilter.h +++ b/tools/clitkAffineTransformGenericFilter.h @@ -87,11 +87,6 @@ namespace clitk //---------------------------------------- void Update(); - template - static - typename itk::Matrix - createMatrixFromElastixFile(std::vector & filename, bool verbose=true); - protected: //---------------------------------------- @@ -108,10 +103,6 @@ namespace clitk template void UpdateWithDimAndPixelType(); template void UpdateWithDimAndVectorType(); - static bool GetElastixValueFromTag(std::ifstream & is, std::string tag, std::string & value); - static void GetValuesFromValue(const std::string & s, - std::vector & values); - //---------------------------------------- // Data members //----------------------------------------