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

Method NeedToExecute

Common/ExecutionModel/vtkInformationIntegerRequestKey.cxx:31–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30//------------------------------------------------------------------------------
31bool vtkInformationIntegerRequestKey::NeedToExecute(
32 vtkInformation* pipelineInfo, vtkInformation* dobjInfo)
33{
34 if (!dobjInfo->Has(this->DataKey) || dobjInfo->Get(this->DataKey) != pipelineInfo->Get(this))
35 {
36 return true;
37 }
38 return false;
39}
40
41//------------------------------------------------------------------------------
42void vtkInformationIntegerRequestKey::StoreMetaData(

Callers 1

NeedToExecuteDataMethod · 0.80

Calls 2

HasMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected