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

Method GetAlgorithm

Common/ExecutionModel/vtkExecutive.cxx:161–164  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

159
160//------------------------------------------------------------------------------
161vtkAlgorithm* vtkExecutive::GetAlgorithm()
162{
163 return this->Algorithm;
164}
165
166//------------------------------------------------------------------------------
167vtkInformationVector** vtkExecutive::GetInputInformation()

Callers 7

AddInputConnectionMethod · 0.80
RemoveInputConnectionMethod · 0.80
SetNthInputConnectionMethod · 0.80
GetInputConnectionMethod · 0.80
ExecuteEachMethod · 0.80
CheckCompositeDataMethod · 0.80
IterativeRequestDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected