16 #ifndef SURGSIM_GRAPHICS_AXESREPRESENTATION_H
17 #define SURGSIM_GRAPHICS_AXESREPRESENTATION_H
40 virtual void setSize(
double val) = 0;
Definition: DriveElementFromInputBehavior.cpp:27
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
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