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.
|
|
static void | Convert (TiXmlDocument *_doc, TiXmlDocument *_convertDoc) |
| This is an internal function.
|
|
Convert from one version of SDF to another.
static 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 |
static void sdf::Converter::Convert |
( |
TiXmlDocument * |
_doc, |
|
|
TiXmlDocument * |
_convertDoc |
|
) |
| |
|
static |
This is an internal function.
Generic convert function that converts the SDF based on the given Convert file.
- Parameters
-
[in] | _doc | SDF xml doc |
[in] | _convertDoc | Convert xml doc |
The documentation for this class was generated from the following file: