OTB  9.0.0
Orfeo Toolbox
Namespaces | Functions
otbWrapperOutputXML.h File Reference
#include "otbWrapperApplication.h"
#include "otb_tinyxml.h"
#include <string>
+ Include dependency graph for otbWrapperOutputXML.h:

Go to the source code of this file.

Namespaces

 otb
 
 otb::Wrapper
 
 otb::Wrapper::XML
 

Functions

OTBApplicationEngine_EXPORT TiXmlElement * otb::Wrapper::XML::AddChildNodeTo (TiXmlElement *parent, std::string name, std::string value="")
 
OTBApplicationEngine_EXPORT std::string otb::Wrapper::XML::MakeCommandLine (otb::Wrapper::Application::Pointer application)
 
OTBApplicationEngine_EXPORT TiXmlElement * otb::Wrapper::XML::ParseApplication (Application::Pointer app)
 
OTBApplicationEngine_EXPORT void otb::Wrapper::XML::ParseGroup (Application::Pointer app, TiXmlElement *n_App, const std::string &group)
 
OTBApplicationEngine_EXPORT std::string otb::Wrapper::XML::pixelTypeToString (ImagePixelType pixType)
 
OTBApplicationEngine_EXPORT void otb::Wrapper::XML::Write (const std::string &filename, Application::Pointer application)