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

Method GetGlobalNodeIdArray

Filters/ParallelGeometry/vtkPDistributedDataFilter.cxx:173–177  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

171
172//------------------------------------------------------------------------------
173vtkIdTypeArray* vtkPDistributedDataFilter::GetGlobalNodeIdArray(vtkDataSet* set)
174{
175 vtkDataArray* da = set->GetPointData()->GetGlobalIds();
176 return vtkArrayDownCast<vtkIdTypeArray>(da);
177}
178
179//------------------------------------------------------------------------------
180vtkIdType* vtkPDistributedDataFilter::GetGlobalNodeIds(vtkDataSet* set)

Callers 3

GetGlobalNodeIdsMethod · 0.95
RequestDataInternalMethod · 0.95
ClipGridCellsMethod · 0.95

Calls 2

GetGlobalIdsMethod · 0.80
GetPointDataMethod · 0.45

Tested by

no test coverage detected