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

Method SupportsGhostArray

Common/DataModel/vtkDataSet.cxx:1046–1053  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1044
1045//------------------------------------------------------------------------------
1046bool vtkDataSet::SupportsGhostArray(int type)
1047{
1048 if (type == POINT || type == CELL)
1049 {
1050 return true;
1051 }
1052 return false;
1053}
1054
1055//------------------------------------------------------------------------------
1056vtkUnsignedCharArray* vtkDataSet::AllocatePointGhostArray()

Callers 11

MarkOutputsGeneratedMethod · 0.45
NeedToExecuteDataMethod · 0.45
test_rg3dFunction · 0.45
otherCellGridFunction · 0.45
TestCompositeDataSetsFunction · 0.45
otherUnstructuredGridFunction · 0.45
otherHyperTreeGridFunction · 0.45
TestSupportsGhostArrayFunction · 0.45
TestOIDFunction · 0.45
TestOUG_0dFunction · 0.45
TestOSG_0dFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_rg3dFunction · 0.36
TestCompositeDataSetsFunction · 0.36
TestSupportsGhostArrayFunction · 0.36
TestOIDFunction · 0.36
TestOUG_0dFunction · 0.36
TestOSG_0dFunction · 0.36