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

Method HasAnyGhostPoints

Common/DataModel/vtkDataSet.cxx:1010–1013  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1008
1009//------------------------------------------------------------------------------
1010bool vtkDataSet::HasAnyGhostPoints()
1011{
1012 return this->PointData->HasAnyGhostBitSet(vtkDataSetAttributes::DUPLICATEPOINT);
1013}
1014
1015//------------------------------------------------------------------------------
1016bool vtkDataSet::HasAnyGhostCells()

Callers 1

IsPrimaryPointMethod · 0.80

Calls 1

HasAnyGhostBitSetMethod · 0.80

Tested by

no test coverage detected