16 #ifndef SURGSIM_GRAPHICS_AXESREPRESENTATION_H 17 #define SURGSIM_GRAPHICS_AXESREPRESENTATION_H 40 virtual void setSize(
double val) = 0;
Definition: CompoundShapeToGraphics.cpp:29
virtual double getSize()=0
Gets the current size.
Displays the coordinate axes, as three lines from the origin default size is 1.0, the X/Y/Z axis are ...
Definition: AxesRepresentation.h:28
#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 setSize(double val)=0
Sets the size of the shown axes.
AxesRepresentation(const std::string &name)
Constructor.
Definition: AxesRepresentation.h:33