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

Method GetGlobalElementIds

Filters/ParallelGeometry/vtkPDistributedDataFilter.cxx:161–170  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

159
160//------------------------------------------------------------------------------
161vtkIdType* vtkPDistributedDataFilter::GetGlobalElementIds(vtkDataSet* set)
162{
163 vtkIdTypeArray* ia = GetGlobalElementIdArray(set);
164 if (!ia)
165 {
166 return nullptr;
167 }
168
169 return ia->GetPointer(0);
170}
171
172//------------------------------------------------------------------------------
173vtkIdTypeArray* vtkPDistributedDataFilter::GetGlobalNodeIdArray(vtkDataSet* set)

Callers 3

GetGhostPointIdsMethod · 0.95
BuildRequestedGridsMethod · 0.95

Calls 1

GetPointerMethod · 0.45

Tested by

no test coverage detected