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

Method SetPositional

Rendering/External/vtkExternalLight.cxx:101–105  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

99
100//------------------------------------------------------------------------------
101void vtkExternalLight::SetPositional(vtkTypeBool p)
102{
103 this->Superclass::SetPositional(p);
104 this->PositionalSet = true;
105}
106
107//------------------------------------------------------------------------------
108void vtkExternalLight::PrintSelf(ostream& os, vtkIndent indent)

Callers 15

ImportLightsMethod · 0.80
TestLightWidgetFunction · 0.80
TestShadowMapPassFunction · 0.80
TestPBRMaterialsFunction · 0.80
setupInteractiveDemoFunction · 0.80
SynchronizeGLLightsMethod · 0.80

Calls

no outgoing calls

Tested by 14

TestLightWidgetFunction · 0.64
TestShadowMapPassFunction · 0.64
TestPBRMaterialsFunction · 0.64
setupInteractiveDemoFunction · 0.64
ExecuteMethod · 0.64
TestOSPRayLightWidgetFunction · 0.64