capsule.h
Go to the documentation of this file.
1 
26 #ifndef TESSERACT_URDF_CAPSULE_H
27 #define TESSERACT_URDF_CAPSULE_H
28 
31 #include <memory>
32 #include <string_view>
34 
35 #include <tesseract_geometry/fwd.h>
36 
37 namespace tinyxml2
38 {
39 class XMLElement; // NOLINT
40 class XMLDocument;
41 } // namespace tinyxml2
42 
43 namespace tesseract_urdf
44 {
45 static constexpr std::string_view CAPSULE_ELEMENT_NAME = "tesseract:capsule";
46 
52 std::shared_ptr<tesseract_geometry::Capsule> parseCapsule(const tinyxml2::XMLElement* xml_element);
53 
54 tinyxml2::XMLElement* writeCapsule(const std::shared_ptr<const tesseract_geometry::Capsule>& capsule,
55  tinyxml2::XMLDocument& doc);
56 
57 } // namespace tesseract_urdf
58 #endif // TESSERACT_URDF_CAPSULE_H
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
TESSERACT_COMMON_IGNORE_WARNINGS_POP
tesseract_urdf::CAPSULE_ELEMENT_NAME
static constexpr std::string_view CAPSULE_ELEMENT_NAME
Definition: capsule.h:45
fwd.h
tesseract_urdf::parseCapsule
std::shared_ptr< tesseract_geometry::Capsule > parseCapsule(const tinyxml2::XMLElement *xml_element)
Parse a xml capsule element.
Definition: capsule.cpp:40
tinyxml2
macros.h
tesseract_urdf
Definition: box.h:43
tesseract_urdf::writeCapsule
tinyxml2::XMLElement * writeCapsule(const std::shared_ptr< const tesseract_geometry::Capsule > &capsule, tinyxml2::XMLDocument &doc)
Definition: capsule.cpp:52


tesseract_urdf
Author(s): Levi Armstrong
autogenerated on Thu Apr 24 2025 03:10:44