Tesseract
Motion Planning Environment
|
Parse material from xml string. More...
Go to the source code of this file.
Namespaces | |
namespace | tinyxml2 |
namespace | tesseract_scene_graph |
namespace | tesseract_urdf |
Functions | |
std::shared_ptr< tesseract_scene_graph::Material > | tesseract_urdf::parseMaterial (const tinyxml2::XMLElement *xml_element, std::unordered_map< std::string, std::shared_ptr< tesseract_scene_graph::Material > > &available_materials, bool allow_anonymous, int version) |
Parse xml element material. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeMaterial (const std::shared_ptr< const tesseract_scene_graph::Material > &material, tinyxml2::XMLDocument &doc) |
Parse material from xml string.