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

Method GetGhostCells

Common/DataModel/vtkHyperTreeGrid.cxx:1811–1815  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1809
1810//------------------------------------------------------------------------------
1811vtkUnsignedCharArray* vtkHyperTreeGrid::GetGhostCells()
1812{
1813 return vtkUnsignedCharArray::SafeDownCast(
1814 this->CellData->GetArray(vtkDataSetAttributes::GhostArrayName()));
1815}
1816
1817//------------------------------------------------------------------------------
1818bool vtkHyperTreeGrid::HasAnyGhostCells() const

Callers 15

RecursiveSearchMethod · 0.80
CopyStructureMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
ProcessTreesMethod · 0.80
ProcessTreesMethod · 0.80
ProcessTreesMethod · 0.80
ProcessTreesMethod · 0.80

Calls 2

GhostArrayNameFunction · 0.85
GetArrayMethod · 0.45

Tested by 5

CheckTreeFunction · 0.64
TestGhostCellFieldsFunction · 0.64
TestGhostMaskingFunction · 0.64