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

Method HasAnyGhostCells

Common/DataModel/vtkDataSet.cxx:1016–1019  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1014
1015//------------------------------------------------------------------------------
1016bool vtkDataSet::HasAnyGhostCells()
1017{
1018 return this->CellData->HasAnyGhostBitSet(vtkDataSetAttributes::DUPLICATECELL);
1019}
1020
1021//------------------------------------------------------------------------------
1022vtkUnsignedCharArray* vtkDataSet::GetPointGhostArray()

Callers 13

RecursiveSearchMethod · 0.45
CheckValidityMethod · 0.45
ExtractSurfaceMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
ProcessTreesMethod · 0.45
TestGhostCellFieldsFunction · 0.45
TestGhostMaskingFunction · 0.45
IntersectCellsMethod · 0.45

Calls 1

HasAnyGhostBitSetMethod · 0.80

Tested by 2

TestGhostCellFieldsFunction · 0.36
TestGhostMaskingFunction · 0.36