| 88 | */ |
| 89 | virtual void SetInteractionModeTo2D() { this->SetInteractionMode(INTERACTION_MODE_2D); } |
| 90 | virtual void SetInteractionModeTo3D() { this->SetInteractionMode(INTERACTION_MODE_3D); } |
| 91 | |
| 92 | /** |
| 93 | * Updates the representations, then calls Render() on the render window |
nothing calls this directly
no test coverage detected