Salome HOME
PARAVIS HTML docs
[modules/paravis.git] / src / PVGUI / PVGUI_Module.h
index 4af2b001d4eafa6c467536909634ab7a5240971e..6918361eb1d372d2a3314d3e2d73e83ad2804ce3 100644 (file)
 // Author : Sergey ANIKIN
 //
 
-/*!
-  \mainpage
-
-  Insert the content of introduction page here.
-
-*/
 
 #ifndef PVGUI_Module_H
 #define PVGUI_Module_H
 
 #include <LightApp_Module.h>
 
+#include <ostream.h>
+
 class QMenu;
 class QDockWidget;
 class LightApp_Selection;
@@ -174,6 +170,10 @@ public:
 
   virtual bool           eventFilter( QObject*, QEvent* );
 
+  //! Compares the contents of the window with the given reference image, returns true if they "match" within some tolerance
+  bool                   compareView( const QString& ReferenceImage, double Threshold,
+                                     ostream& Output, const QString& TempDirectory );
+
 protected:
   //virtual CAM_DataModel* createDataModel();