21 #ifndef otbWrapperOutputXML_h
22 #define otbWrapperOutputXML_h
25 #include "otb_tinyxml.h"
35 OTBApplicationEngine_EXPORT TiXmlElement*
AddChildNodeTo(TiXmlElement* parent, std::string name, std::string value =
"");
itk::SmartPointer< Self > Pointer
OTBApplicationEngine_EXPORT TiXmlElement * AddChildNodeTo(TiXmlElement *parent, std::string name, std::string value="")
OTBApplicationEngine_EXPORT TiXmlElement * ParseApplication(Application::Pointer app)
OTBApplicationEngine_EXPORT void ParseGroup(Application::Pointer app, TiXmlElement *n_App, const std::string &group)
OTBApplicationEngine_EXPORT std::string MakeCommandLine(otb::Wrapper::Application::Pointer application)
OTBApplicationEngine_EXPORT void Write(const std::string &filename, Application::Pointer application)
OTBApplicationEngine_EXPORT std::string pixelTypeToString(ImagePixelType pixType)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.