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

Method SetOutput

Common/ExecutionModel/vtkImageAlgorithm.cxx:374–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

372
373//------------------------------------------------------------------------------
374void vtkImageAlgorithm::SetOutput(vtkDataObject* d)
375{
376 this->GetExecutive()->SetOutputData(0, d);
377}
378
379//------------------------------------------------------------------------------
380int vtkImageAlgorithm::FillOutputPortInformation(int vtkNotUsed(port), vtkInformation* info)

Callers 3

TestColorSeriesFunction · 0.45
SetInputDataObjectMethod · 0.45
AddInputDataObjectMethod · 0.45

Calls 2

SetOutputDataMethod · 0.80
GetExecutiveMethod · 0.45

Tested by 1

TestColorSeriesFunction · 0.36