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

Method RequestUpdateTime

Common/ExecutionModel/vtkTreeAlgorithm.cxx:99–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99int vtkTreeAlgorithm::RequestUpdateTime(vtkInformation* vtkNotUsed(request),
100 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector))
101{
102 // do nothing let subclasses handle it
103 return 1;
104}
105
106//------------------------------------------------------------------------------
107int vtkTreeAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),

Callers 12

ProcessRequestMethod · 0.95
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected