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

Method SetOutputData

Common/ExecutionModel/vtkExecutive.cxx:434–438  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

432
433//------------------------------------------------------------------------------
434void vtkExecutive::SetOutputData(int newPort, vtkDataObject* newOutput)
435{
436 vtkInformation* info = this->GetOutputInformation(newPort);
437 this->SetOutputData(newPort, newOutput, info);
438}
439
440//------------------------------------------------------------------------------
441void vtkExecutive::SetOutputData(int newPort, vtkDataObject* newOutput, vtkInformation* info)

Callers 15

SetOutputMethod · 0.80
SetOutputMethod · 0.80
SetOutputMethod · 0.80
vtkGaussianCubeReaderMethod · 0.80
SetOutputMethod · 0.80
SetOutputMethod · 0.80
SetOutputMethod · 0.80
RequestDataObjectMethod · 0.80
SetOutputMethod · 0.80
RequestDataObjectMethod · 0.80
RequestDataObjectMethod · 0.80

Calls 4

GetOutputInformationMethod · 0.95
GetMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected