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

Method RequestInformation

Common/ExecutionModel/vtkAnnotationLayersAlgorithm.cxx:92–97  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91//------------------------------------------------------------------------------
92int vtkAnnotationLayersAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request),
93 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector))
94{
95 // do nothing let subclasses handle it
96 return 1;
97}
98
99//------------------------------------------------------------------------------
100int vtkAnnotationLayersAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected