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

Method ProcessRequest

IO/Core/vtkWriter.cxx:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71vtkTypeBool vtkWriter::ProcessRequest(
72 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
73{
74 // generate the data
75 if (request->Has(vtkDemandDrivenPipeline::REQUEST_DATA()))
76 {
77 return this->RequestData(request, inputVector, outputVector);
78 }
79
80 return this->Superclass::ProcessRequest(request, inputVector, outputVector);
81}
82
83int vtkWriter::RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*)
84{

Callers

nothing calls this directly

Calls 2

RequestDataMethod · 0.95
HasMethod · 0.45

Tested by

no test coverage detected