]> Creatis software - clitk.git/blobdiff - tools/clitkHistogramImageGenericFilter.h
QVTKOpenGLNativeWidget is available from VTK8.2
[clitk.git] / tools / clitkHistogramImageGenericFilter.h
index d963fbc2954761863601aa4bbdb346fca7ef2928..999eda924109c72d8ea2f13c1f0edde6fd029387 100644 (file)
@@ -52,6 +52,9 @@ namespace clitk
     void SetArgsInfo(const args_info_type & a);
     void SetSizeBin (const double size);
 
+    // Save the histogram to txt file
+    void SaveAs();
+
     //--------------------------------------------------------------------
     // Main function called each time the filter is updated
     template<class InputImageType>