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

Method GetVariableArrayName

IO/NetCDF/vtkNetCDFReader.cxx:532–535  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

530
531//------------------------------------------------------------------------------
532const char* vtkNetCDFReader::GetVariableArrayName(int index)
533{
534 return this->VariableArraySelection->GetArrayName(index);
535}
536
537//------------------------------------------------------------------------------
538int vtkNetCDFReader::GetVariableArrayStatus(const char* name)

Callers 2

Calls 1

GetArrayNameMethod · 0.45

Tested by

no test coverage detected