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

Method GetArrayName

IO/ADIOS2/vtkADIOS2CoreImageReader.cxx:200–203  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

198
199//------------------------------------------------------------------------------
200const char* vtkADIOS2CoreImageReader::GetArrayName(int index)
201{
202 return this->Impl->ArraySelection->GetArrayName(index);
203}
204
205//------------------------------------------------------------------------------
206void vtkADIOS2CoreImageReader::SetArrayStatus(const char* name, int status)

Callers 6

GetPointArrayNameMethod · 0.45
GetCellArrayNameMethod · 0.45
GetParticleArrayNameMethod · 0.45
GetParticlesMethod · 0.45
GetParticlesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected