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

Method ExecuteDataWithInformation

Common/ExecutionModel/vtkImageAlgorithm.cxx:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void vtkImageAlgorithm::ExecuteDataWithInformation(vtkDataObject* dobj, vtkInformation*)
107{
108 this->ExecuteData(dobj);
109}
110
111//------------------------------------------------------------------------------
112// Assume that any source that implements ExecuteData

Callers 1

RequestDataMethod · 0.95

Calls 1

ExecuteDataMethod · 0.95

Tested by

no test coverage detected