Parse sphere from xml string. More...
#include <tesseract_common/macros.h>
#include <memory>
#include <string_view>
#include <tesseract_geometry/fwd.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
tinyxml2 | |
Functions | |
std::shared_ptr< tesseract_geometry::Sphere > | tesseract_urdf::parseSphere (const tinyxml2::XMLElement *xml_element) |
Parse a xml sphere element. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeSphere (const std::shared_ptr< const tesseract_geometry::Sphere > &sphere, tinyxml2::XMLDocument &doc) |
Variables | |
static constexpr std::string_view | tesseract_urdf::SPHERE_ELEMENT_NAME = "sphere" |
Parse sphere from xml string.
Definition in file sphere.h.