From 345134b2c5e6028f91418f08c7184e34ec77ba66 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Fri, 9 Dec 2011 09:47:11 +0100
Subject: [PATCH] ENH: Missing methods in swig interface

---
 Code/Wrappers/SWIG/otbApplication.i | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Code/Wrappers/SWIG/otbApplication.i b/Code/Wrappers/SWIG/otbApplication.i
index 24628ec34e..7780e9ee39 100644
--- a/Code/Wrappers/SWIG/otbApplication.i
+++ b/Code/Wrappers/SWIG/otbApplication.i
@@ -205,6 +205,9 @@ class Registry : public itkObject
 public:
   static std::vector<std::string> GetAvailableApplications();
   static Application_Pointer CreateApplication(const std::string& name);
+  static void AddApplicationPath(std::string newpath);
+  static void SetApplicationPath(std::string newpath);
+
 
 protected:
   Registry();
-- 
GitLab