X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkProfileImageGenericFilter.h;h=e22ed74206018bac0dad4f8d67d66f2512813daa;hb=HEAD;hp=573a41ca62b2a487908565ec9069f51574d1de0b;hpb=e502d745ac4c73037ef615931db2dcbf36a94341;p=clitk.git diff --git a/tools/clitkProfileImageGenericFilter.h b/tools/clitkProfileImageGenericFilter.h index 573a41c..e22ed74 100644 --- a/tools/clitkProfileImageGenericFilter.h +++ b/tools/clitkProfileImageGenericFilter.h @@ -23,7 +23,6 @@ #include "clitkImageToImageGenericFilter.h" #include "clitkProfileImage_ggo.h" -#include #include //-------------------------------------------------------------------- @@ -59,6 +58,9 @@ namespace clitk vtkFloatArray* GetArrayY(); vtkFloatArray* GetCoord(); + //Write the output in the txt file + void WriteOutput(std::string outputFilename); + protected: ProfileImageGenericFilter(); template void InitializeImageType(); @@ -68,6 +70,8 @@ namespace clitk vtkSmartPointer mArrayX; vtkSmartPointer mArrayY; vtkSmartPointer mCoord; + vtkSmartPointer mCoordmm; + int mDimension; }; // end class