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

Method GetDataArray

Common/Core/vtkDataArrayCollectionIterator.cxx:47–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

45
46//------------------------------------------------------------------------------
47vtkDataArray* vtkDataArrayCollectionIterator::GetDataArray()
48{
49 return static_cast<vtkDataArray*>(this->GetCurrentObject());
50}
51VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

GetCurrentObjectMethod · 0.80

Tested by

no test coverage detected