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

Method Update

Common/ExecutionModel/vtkAlgorithm.cxx:1651–1659  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1649
1650//------------------------------------------------------------------------------
1651void vtkAlgorithm::Update()
1652{
1653 int port = -1;
1654 if (this->GetNumberOfOutputPorts())
1655 {
1656 port = 0;
1657 }
1658 this->Update(port);
1659}
1660
1661//------------------------------------------------------------------------------
1662void vtkAlgorithm::Update(int port)

Callers 15

UpdatePieceMethod · 0.95
UpdateExtentMethod · 0.95
UpdateTimeStepMethod · 0.95
UpdateWholeExtentMethod · 0.95
RequestDataMethod · 0.45
Serialize_vtkAlgorithmFunction · 0.45
test1Method · 0.45
test2Method · 0.45
testMethod · 0.45
TestAbortSMPFilterFunction · 0.45
TestMetaDataFunction · 0.45

Calls 3

GetExecutiveMethod · 0.95
SetInformationObjectMethod · 0.80

Tested by 15

test1Method · 0.36
test2Method · 0.36
testMethod · 0.36
TestAbortSMPFilterFunction · 0.36
TestMetaDataFunction · 0.36
RequestDataMethod · 0.36
TestCompositeFunction · 0.36
UnitTestSimpleScalarTreeFunction · 0.36
TestAbortExecuteFunction · 0.36