16 #ifndef SURGSIM_GRAPHICS_SPHEREREPRESENTATION_H 17 #define SURGSIM_GRAPHICS_SPHEREREPRESENTATION_H 41 virtual void setRadius(
double radius) = 0;
50 #endif // SURGSIM_GRAPHICS_SPHEREREPRESENTATION_H Definition: CompoundShapeToGraphics.cpp:29
virtual double getRadius() const =0
Returns the radius of the sphere.
#define SURGSIM_ADD_SERIALIZABLE_PROPERTY(class, type, property, getter, setter)
A macro to register a serializable property, this needs to support reading, writing and all the conve...
Definition: Accessible.h:225
Base graphics representation class, which defines the interface that all graphics representations mus...
Definition: Representation.h:39
virtual void setRadius(double radius)=0
Sets the radius of the sphere.
Base graphics sphere representation class, which defines the basic interface for a sphere that can be...
Definition: SphereRepresentation.h:29
SphereRepresentation(const std::string &name)
Constructor.
Definition: SphereRepresentation.h:35