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

Method RequestData

Common/ExecutionModel/vtkAnnotationLayersAlgorithm.cxx:126–130  ·  view source on GitHub ↗

------------------------------------------------------------------------------ This is the superclasses style of Execute method. Convert it into an imaging style Execute method.

Source from the content-addressed store, hash-verified

124// This is the superclasses style of Execute method. Convert it into
125// an imaging style Execute method.
126int vtkAnnotationLayersAlgorithm::RequestData(vtkInformation* vtkNotUsed(request),
127 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector))
128{
129 return 0;
130}
131VTK_ABI_NAMESPACE_END

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected