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

Function PrintNames

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:870–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870inline void PrintNames(ostream& out, vtkPointData* a)
871{
872 for (int i = 0; i < a->GetNumberOfArrays(); i++)
873 {
874 out << a->GetArray(i)->GetName() << " ";
875 }
876 out << endl;
877}
878
879inline bool SameShape(vtkPointData* a, vtkPointData* b)
880{

Callers 1

SameShapeFunction · 0.85

Calls 3

GetNumberOfArraysMethod · 0.45
GetNameMethod · 0.45
GetArrayMethod · 0.45

Tested by

no test coverage detected