17 #ifndef _WIREBOX_PRIVATE_HH_
18 #define _WIREBOX_PRIVATE_HH_
Class for drawing lines that can change.
Definition: DynamicLines.hh:43
VisualPtr parent
The visual which this box is attached to.
Definition: WireBoxPrivate.hh:38
DynamicLines * lines
The lines which outline the box.
Definition: WireBoxPrivate.hh:35
Mathematical representation of a box and related functions.
Definition: Box.hh:35
Private data for the WireBox class.
Definition: WireBoxPrivate.hh:29
math::Box box
Copy of bounding box.
Definition: WireBoxPrivate.hh:32
boost::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:107