Skip to content
Snippets Groups Projects
Commit a521686c authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: update SWIG/otbApplication.i

parent 8aef6787
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,10 @@ public:
std::vector<std::string> GetDocTags();
DocExampleStructure::Pointer GetDocExample();
void SetDocExampleParameterValue( const std::string key, const std::string value );
void SetDocExampleParameterValue( const std::string key, const std::string value, unsigned int exId=0 );
void SetExampleComment( const std::string & comm, unsigned int i );
unsigned int AddExample( const std::string & comm="" );
std::string GetCLExample();
std::string GetHtmlExample();
std::vector< std::pair<std::string, std::string> > GetOutputParametersSumUp();
......
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