MCPcopy Create free account
hub / github.com/MITK/MITK / AdjustCameraToPlane

Method AdjustCameraToPlane

Modules/Core/src/Controllers/mitkCameraController.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void mitk::CameraController::AdjustCameraToPlane()
249{
250 if (this->GetRenderer()->GetMapperID() == BaseRenderer::Standard2D)
251 {
252 AdjustCameraToPlane(GetCameraPositionOnPlane());
253 }
254}
255
256void mitk::CameraController::AdjustCameraToPlane(const Point2D &PlanePoint)
257{

Callers 2

PrepareRenderMethod · 0.80

Calls 9

GetAxisVectorMethod · 0.80
NormalizeMethod · 0.80
SetMatrixMethod · 0.80
NewFunction · 0.50
GetRendererMethod · 0.45
GetVtkRendererMethod · 0.45
SetPositionMethod · 0.45
GetOriginMethod · 0.45
GetNormalMethod · 0.45

Tested by

no test coverage detected