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

Method Update

Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.cxx:376–379  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

374
375//------------------------------------------------------------------------------
376vtkTypeBool vtkStreamingDemandDrivenPipeline::Update()
377{
378 return this->Superclass::Update();
379}
380
381//------------------------------------------------------------------------------
382vtkTypeBool vtkStreamingDemandDrivenPipeline::Update(int port)

Callers 2

UpdateWholeExtentMethod · 0.95
ExecuteDataEndMethod · 0.45

Calls 9

PropagateTimeMethod · 0.95
PropagateUpdateExtentMethod · 0.95
GetInformationObjectMethod · 0.80
UpdateDataMethod · 0.80
UpdateInformationMethod · 0.45
GetOutputInformationMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected