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

Method GetNextItem

Common/Transforms/vtkTransformCollection.h:70–73  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69//----------------------------------------------------------------------------
70inline vtkTransform* vtkTransformCollection::GetNextItem()
71{
72 return static_cast<vtkTransform*>(this->GetNextItemAsObject());
73}
74
75VTK_ABI_NAMESPACE_END
76#endif

Callers

nothing calls this directly

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected