Skip to content
Snippets Groups Projects
Commit 345134b2 authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Missing methods in swig interface

parent 16f38cf0
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment