| 131 | } |
| 132 | |
| 133 | void mitk::CameraController::SetViewToCaudal() |
| 134 | { |
| 135 | this->SetStandardView(CAUDAL); |
| 136 | } |
| 137 | |
| 138 | void mitk::CameraController::SetStandardView(mitk::CameraController::StandardView view) |
| 139 | { |
nothing calls this directly
no test coverage detected