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

Method GetProducer

Common/ExecutionModel/vtkAlgorithmOutput.cxx:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48vtkAlgorithm* vtkAlgorithmOutput::GetProducer() const
49{
50 return this->Producer;
51}
52
53//------------------------------------------------------------------------------
54void vtkAlgorithmOutput::SetProducer(vtkAlgorithm* producer)

Callers 15

GetInputAlgorithmMethod · 0.80
SetVTKSelectionMethod · 0.80
UpdateMethod · 0.80
SetVTKSelectionMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
SetVTKSelectionMethod · 0.80
UpdateMethod · 0.80
ConvertSelectionMethod · 0.80
SetInputConnectionMethod · 0.80
AddInputConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected