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

Function RequestDataObject

IO/XML/vtkXMLReader.h:468–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
467 vtkInformationVector* outputVector);
468 virtual int RequestDataObject(vtkInformation* vtkNotUsed(request),
469 vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector))
470 {
471 return 1;
472 }
473 virtual int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
474 vtkInformationVector* outputVector);
475 vtkTimeStamp ReadMTime;

Callers 6

vtkOpenVDBReader.hFile · 0.50
vtkWarpTo.hFile · 0.50
vtkWarpLens.hFile · 0.50
RequestDataObjectMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected