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

Method Update

Common/ExecutionModel/vtkExecutive.cxx:280–287  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

278
279//------------------------------------------------------------------------------
280vtkTypeBool vtkExecutive::Update()
281{
282 if (this->Algorithm->GetNumberOfOutputPorts())
283 {
284 return this->Update(0);
285 }
286 return this->Update(-1);
287}
288
289//------------------------------------------------------------------------------
290vtkTypeBool vtkExecutive::Update(int)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected