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

Method GetCurrentObject

Common/Core/vtkCollectionIterator.cxx:73–80  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//------------------------------------------------------------------------------
73vtkObject* vtkCollectionIterator::GetCurrentObject()
74{
75 if (this->Element)
76 {
77 return this->Element->Item;
78 }
79 return nullptr;
80}
81VTK_ABI_NAMESPACE_END

Callers 12

SelectSocketsMethod · 0.80
ProcessRequestMethod · 0.80
GetDataArrayMethod · 0.80
SetTimeModeMethod · 0.80
InitializeChildrenMethod · 0.80
FinalizeChildrenMethod · 0.80
TickInternalMethod · 0.80
PreDrawMethod · 0.80
IsShaderUpToDateMethod · 0.80
UpdateGLSLModsMethod · 0.80
IsUpToDateMethod · 0.80
IsUpToDateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected