MCPcopy Create free account
hub / github.com/Kitware/VTK / SetCamera

Method SetCamera

Interaction/Widgets/vtkCameraHandleSource.cxx:43–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42//------------------------------------------------------------------------------
43void vtkCameraHandleSource::SetCamera(vtkCamera* cam)
44{
45 if (!cam || this->Camera == cam)
46 {
47 return;
48 }
49
50 this->Camera = cam;
51 this->Modified();
52}
53
54//------------------------------------------------------------------------------
55void vtkCameraHandleSource::SetPosition(double xPos, double yPos, double zPos)

Callers 12

InsertCameraMethod · 0.45
BuildRepresentationMethod · 0.45
BuildRepresentationMethod · 0.45
BuildRepresentationMethod · 0.45
BuildRepresentationMethod · 0.45
BuildRepresentationMethod · 0.45
UpdateHandleMethod · 0.45
UpdateLabelMethod · 0.45
TestCamera3DWidgetFunction · 0.45
TestCameraWidgetFunction · 0.45
TestParallelopipedWidgetFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 3

TestCamera3DWidgetFunction · 0.36
TestCameraWidgetFunction · 0.36
TestParallelopipedWidgetFunction · 0.36