| 62 | } |
| 63 | |
| 64 | void Pose3DTool::activate() |
| 65 | { |
| 66 | setStatus( "Click and drag mouse to set position/orientation." ); |
| 67 | state_ = Position; |
| 68 | } |
| 69 | |
| 70 | void Pose3DTool::deactivate() |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected