Go to the documentation of this file.
26 #ifndef TESSERACT_GEOMETRY_SPHERE_H
27 #define TESSERACT_GEOMETRY_SPHERE_H
31 #include <boost/serialization/export.hpp>
47 using Ptr = std::shared_ptr<Sphere>;
48 using ConstPtr = std::shared_ptr<const Sphere>;
57 bool operator==(const
Sphere& rhs) const;
58 bool operator!=(const
Sphere& rhs) const;
65 template <
class Archive>
66 void serialize(Archive& ar,
const unsigned int version);
std::shared_ptr< Geometry > Ptr
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Geometry::Ptr clone() const override final
Create a copy of this shape.
~Sphere() override=default
void serialize(Archive &ar, const unsigned int version)
friend class boost::serialization::access
#define TESSERACT_COMMON_IGNORE_WARNINGS_POP
std::shared_ptr< const Geometry > ConstPtr