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

Method RequestInformation

Common/ExecutionModel/vtkHyperTreeGridAlgorithm.cxx:206–211  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

204
205//------------------------------------------------------------------------------
206int vtkHyperTreeGridAlgorithm::RequestInformation(
207 vtkInformation*, vtkInformationVector**, vtkInformationVector*)
208{
209 // Do nothing and let subclasses handle it if needed
210 return 1;
211}
212
213//------------------------------------------------------------------------------
214int vtkHyperTreeGridAlgorithm::RequestUpdateTime(

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected