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

Method ProcessRequest

IO/XML/vtkXMLWriter.cxx:510–520  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

508
509//------------------------------------------------------------------------------
510vtkTypeBool vtkXMLWriter::ProcessRequest(
511 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
512{
513 // generate the data
514 if (request->Has(vtkDemandDrivenPipeline::REQUEST_DATA()))
515 {
516 return this->RequestData(request, inputVector, outputVector);
517 }
518
519 return this->Superclass::ProcessRequest(request, inputVector, outputVector);
520}
521
522//------------------------------------------------------------------------------
523int vtkXMLWriter::RequestInformation(vtkInformation* vtkNotUsed(request),

Callers 4

RequestDataObjectMethod · 0.45
RequestInformationMethod · 0.45
RequestUpdateExtentMethod · 0.45
RequestDataMethod · 0.45

Calls 2

RequestDataMethod · 0.95
HasMethod · 0.45

Tested by

no test coverage detected