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

Method GetGlobalNodeIds

Filters/ParallelGeometry/vtkPDistributedDataFilter.cxx:180–190  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

178
179//------------------------------------------------------------------------------
180vtkIdType* vtkPDistributedDataFilter::GetGlobalNodeIds(vtkDataSet* set)
181{
182 vtkIdTypeArray* ia = this->GetGlobalNodeIdArray(set);
183
184 if (!ia)
185 {
186 return nullptr;
187 }
188
189 return ia->GetPointer(0);
190}
191
192//============================================================================
193// Execute

Calls 2

GetGlobalNodeIdArrayMethod · 0.95
GetPointerMethod · 0.45

Tested by

no test coverage detected