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

Method GetNextLight

Rendering/Core/vtkLightCollection.cxx:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26vtkLight* vtkLightCollection::GetNextLight(vtkCollectionSimpleIterator& cookie)
27{
28 return static_cast<vtkLight*>(this->GetNextItemAsObject(cookie));
29}
30
31//------------------------------------------------------------------------------
32void vtkLightCollection::PrintSelf(ostream& os, vtkIndent indent)

Callers 15

WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
HasHeadLightMethod · 0.80
UpdateLightsMethod · 0.80
ReplaceShaderValuesMethod · 0.80
LastModifiedLightTimeMethod · 0.80

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected