Convert from one version of SDF to another.
More...
#include <Converter.hh>
|
static bool | Convert (TiXmlDocument *_doc, const std::string &_toVersion, bool _quiet=false) |
| Convert SDF to the specified version.
|
Convert from one version of SDF to another.
◆ Convert()
bool sdf::Converter::Convert |
( |
TiXmlDocument * | _doc, |
|
|
const std::string & | _toVersion, |
|
|
bool | _quiet = false ) |
|
static |
Convert SDF to the specified version.
- Parameters
-
[in] | _doc | SDF xml doc |
[in] | _toVersion | Version number in string format |
[in] | _quiet | False to be more verbose |
References Convert().
Referenced by Convert().
The documentation for this class was generated from the following file: