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

Method SetProducer

Common/ExecutionModel/vtkAlgorithmOutput.cxx:54–57  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

52
53//------------------------------------------------------------------------------
54void vtkAlgorithmOutput::SetProducer(vtkAlgorithm* producer)
55{
56 this->Producer = producer;
57}
58VTK_ABI_NAMESPACE_END

Callers 1

GetOutputPortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected