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

Method GetPointGhostArray

Common/DataModel/vtkDataSet.cxx:1022–1025  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1020
1021//------------------------------------------------------------------------------
1022vtkUnsignedCharArray* vtkDataSet::GetPointGhostArray()
1023{
1024 return this->PointData->GetGhostArray();
1025}
1026
1027//------------------------------------------------------------------------------
1028vtkUnsignedCharArray* vtkDataSet::GetGhostArray(int attributeType)

Callers 15

GetGhostArrayMethod · 0.95
ProcessRequestMethod · 0.80
ProcessRequestMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
CopyStructureMethod · 0.80
CopyStructureMethod · 0.80
NewGeometryMethod · 0.80
GetCellNeighborsMethod · 0.80
BlankPointMethod · 0.80
UnBlankPointMethod · 0.80

Calls 1

GetGhostArrayMethod · 0.45

Tested by 10

AttachPointFlagsArrayFunction · 0.64
GetTotalNumberOfNodesFunction · 0.64
RegisterGridsFunction · 0.64
RegisterGridsFunction · 0.64
RegisterGridsFunction · 0.64
TestZeroLevelsFunction · 0.64
TestResampleToImageFunction · 0.64
TestResampleWithDataSet3Function · 0.64