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

Method SetPosition

Rendering/External/vtkExternalLight.cxx:38–42  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//------------------------------------------------------------------------------
38void vtkExternalLight::SetPosition(double position1, double position2, double position3)
39{
40 this->Superclass::SetPosition(position1, position2, position3);
41 this->PositionSet = true;
42}
43
44//------------------------------------------------------------------------------
45void vtkExternalLight::SetFocalPoint(double focalpoint1, double focalpoint2, double focalpoint3)

Callers 3

StartMethod · 0.45
SynchronizeGLLightsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected