X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkAffineTransformGenericFilter.h;h=6cd2a91f17127ac6c3e3195440a319046100324c;hb=5c75da348b0f9d26a5d93ca563ae51761c2fffb8;hp=613e1cc677b868305c2cf5e5513baacb7026751a;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/tools/clitkAffineTransformGenericFilter.h b/tools/clitkAffineTransformGenericFilter.h index 613e1cc..6cd2a91 100644 --- a/tools/clitkAffineTransformGenericFilter.h +++ b/tools/clitkAffineTransformGenericFilter.h @@ -103,6 +103,14 @@ namespace clitk template void UpdateWithDimAndPixelType(); template void UpdateWithDimAndVectorType(); + template + typename itk::Matrix + createMatrixFromElastixFile(std::vector & filename); + + bool GetElastixValueFromTag(std::ifstream & is, std::string tag, std::string & value); + void GetValuesFromValue(const std::string & s, + std::vector & values); + //---------------------------------------- // Data members //----------------------------------------