MCPcopy Create free account
hub / github.com/Kitware/ParaView / SetViewUp

Method SetViewUp

Remoting/Animation/vtkPVCameraKeyFrame.cxx:42–45  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

40
41//----------------------------------------------------------------------------
42void vtkPVCameraKeyFrame::SetViewUp(double x, double y, double z)
43{
44 this->Camera->SetViewUp(x, y, z);
45}
46
47//----------------------------------------------------------------------------
48void vtkPVCameraKeyFrame::SetViewAngle(double angle)

Callers 15

CoProcessMethod · 0.45
restore_visibilityFunction · 0.45
get_camerasMethod · 0.45
get_camerasMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
CopyToMethod · 0.45
ResetPhiThetaMethod · 0.45
InterpolateCameraMethod · 0.45

Calls

no outgoing calls

Tested by 3

runHaloFinderTestFunction · 0.36
runSubhaloFinderTestFunction · 0.36
ExecuteMethod · 0.36