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

Method RequestUpdateExtent

IO/XML/vtkXMLGenericDataObjectReader.cxx:307–320  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

305
306//------------------------------------------------------------------------------
307int vtkXMLGenericDataObjectReader::RequestUpdateExtent(
308 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
309{
310 // reader is created in RequestDataObject.
311 if (this->Reader != nullptr)
312 {
313 // RequestUpdateExtent() would be more appropriate but it is protected.
314 return this->Reader->ProcessRequest(request, inputVector, outputVector);
315 }
316 else
317 {
318 return 0;
319 }
320}
321
322//------------------------------------------------------------------------------
323int vtkXMLGenericDataObjectReader::RequestData(

Callers

nothing calls this directly

Calls 1

ProcessRequestMethod · 0.45

Tested by

no test coverage detected