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

Method GetPointArrayName

IO/Xdmf3/vtkXdmf3Reader.cxx:866–869  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

864
865//------------------------------------------------------------------------------
866const char* vtkXdmf3Reader::GetPointArrayName(int index)
867{
868 return this->GetPointArraySelection()->GetArrayName(index);
869}
870
871//------------------------------------------------------------------------------
872vtkXdmf3ArraySelection* vtkXdmf3Reader::GetPointArraySelection()

Callers

nothing calls this directly

Calls 2

GetArrayNameMethod · 0.45

Tested by

no test coverage detected