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

Method DestroyStringArray

IO/EnSight/vtkGenericEnSightReader.cxx:1560–1567  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1558
1559//------------------------------------------------------------------------------
1560void vtkGenericEnSightReader::DestroyStringArray(int numStrings, char** strings)
1561{
1562 for (int i = 0; i < numStrings; ++i)
1563 {
1564 delete[] strings[i];
1565 }
1566 delete[] strings;
1567}
1568
1569//------------------------------------------------------------------------------
1570void vtkGenericEnSightReader::SetDataArraySelectionSetsFromVariables()

Calls

no outgoing calls

Tested by

no test coverage detected