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

Method RequestUpdateTime

Common/ExecutionModel/vtkHyperTreeGridAlgorithm.cxx:214–219  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

212
213//------------------------------------------------------------------------------
214int vtkHyperTreeGridAlgorithm::RequestUpdateTime(
215 vtkInformation*, vtkInformationVector**, vtkInformationVector*)
216{
217 // Do nothing and let subclasses handle it if needed
218 return 1;
219}
220
221//------------------------------------------------------------------------------
222int vtkHyperTreeGridAlgorithm::RequestUpdateExtent(

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected