MCPcopy Create free account
hub / github.com/Kitware/ParaView / vtkSkipArray

Function vtkSkipArray

Remoting/Core/vtkPVDataSetAttributesInformation.cxx:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace
25{
26bool vtkSkipArray(const char* aname)
27{
28 return (aname == nullptr || strcmp(aname, "vtkOriginalCellIds") == 0 ||
29 strcmp(aname, "vtkOriginalPointIds") == 0);
30}
31}
32
33class vtkPVDataSetAttributesInformation::vtkInternals

Callers 1

CopyFromDataObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected