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

Method RequestData

Filters/ParallelDIY2/vtkGhostCellsGenerator.cxx:73–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//----------------------------------------------------------------------------
73int vtkGhostCellsGenerator::RequestData(
74 vtkInformation*, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
75{
76 return this->Execute(vtkDataObject::GetData(inputVector[0], 0), outputVector);
77}
78
79//----------------------------------------------------------------------------
80int vtkGhostCellsGenerator::Execute(vtkDataObject* inputDO, vtkInformationVector* outputVector)

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.95
GetDataFunction · 0.50

Tested by

no test coverage detected