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

Method GetArray

Common/DataModel/vtkFieldData.cxx:487–490  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return the ith array in the field. A nullptr is returned if the index i is out of range.

Source from the content-addressed store, hash-verified

485// Return the ith array in the field. A nullptr is returned if the index i is out
486// of range.
487vtkDataArray* vtkFieldData::GetArray(int i)
488{
489 return vtkArrayDownCast<vtkDataArray>(this->GetAbstractArray(i));
490}
491
492//------------------------------------------------------------------------------
493// Return the ith array in the field. A nullptr is returned if the index i is out

Callers

nothing calls this directly

Calls 1

GetAbstractArrayMethod · 0.95

Tested by

no test coverage detected