Salome HOME
Dump Image data to python script (Feature #13).
[modules/hydro.git] / src / HYDROPy / HYDROData_Image.sip
index 0861739430ed22a5d66075015fcaf9052ec27361..f1e7cff982c558d22356b165ef5c3c429f9aeeea 100644 (file)
@@ -50,6 +50,12 @@ public:
    */
   void                       SetImage( const QImage& theImage );
 
+  /**
+   * Load the image from file
+   * \param theFilePath path to image
+   */
+  bool                       LoadImage( const QString& theFilePath );
+
   /**
    * Returns the kept image
    */