Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
sphere.h
Go to the documentation of this file.
1
26#ifndef TESSERACT_URDF_SPHERE_H
27#define TESSERACT_URDF_SPHERE_H
28
31#include <memory>
33
34namespace tinyxml2
35{
36class XMLElement; // NOLINT
37class XMLDocument;
38} // namespace tinyxml2
39namespace tesseract_geometry
40{
41class Sphere;
42}
43
44namespace tesseract_urdf
45{
51std::shared_ptr<tesseract_geometry::Sphere> parseSphere(const tinyxml2::XMLElement* xml_element, int version);
52
53tinyxml2::XMLElement* writeSphere(const std::shared_ptr<const tesseract_geometry::Sphere>& sphere,
54 tinyxml2::XMLDocument& doc);
55
56} // namespace tesseract_urdf
57
58#endif // TESSERACT_URDF_SPHERE_H
Common Tesseract Macros.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: geometry.h:39
Definition: box.h:45
tinyxml2::XMLElement * writeSphere(const std::shared_ptr< const tesseract_geometry::Sphere > &sphere, tinyxml2::XMLDocument &doc)
Definition: sphere.cpp:47
std::shared_ptr< tesseract_geometry::Sphere > parseSphere(const tinyxml2::XMLElement *xml_element, int version)
Parse a xml sphere element.
Definition: sphere.cpp:38
Definition: collision_margins.h:36
auto sphere
Definition: tesseract_geometry_unit.cpp:23