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

Method SetCamera

Rendering/Annotation/vtkAxisActor.cxx:1627–1636  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1625
1626//------------------------------------------------------------------------------
1627void vtkAxisActor::SetCamera(vtkCamera* camera)
1628{
1629 if (this->Camera != camera)
1630 {
1631 this->Camera = camera;
1632 this->TitleProp->SetCamera(camera);
1633 this->ExponentProp->SetCamera(camera);
1634 this->Modified();
1635 }
1636}
1637
1638//------------------------------------------------------------------------------
1639vtkCamera* vtkAxisActor::GetCamera()

Callers 8

~vtkAxisActorMethod · 0.95
~vtkPolarAxesActorMethod · 0.45
~vtkCubeAxesActorMethod · 0.45
BuildLabelsMethod · 0.45
ShallowCopyMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected