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

Method RequestData

Common/ExecutionModel/vtkStructuredGridAlgorithm.cxx:125–129  ·  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

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

Callers 1

ProcessRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected