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

Function GetArrayName

Testing/Core/vtkTestUtilities.cxx:614–617  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

612
613//----------------------------------------------------------------------------
614const char* GetArrayName(vtkAbstractArray* array)
615{
616 return array->GetName() ? array->GetName() : "";
617}
618
619//----------------------------------------------------------------------------
620bool ArrayErrorHandler(vtkAbstractArray* array1, vtkAbstractArray* array2)

Callers 2

ArrayErrorHandlerFunction · 0.70
PointMatchingWorkerMethod · 0.70

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected