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

Method RequestInformation

Filters/Extraction/vtkExtractSelectedArraysOverTime.cxx:84–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82
83//------------------------------------------------------------------------------
84int vtkExtractSelectedArraysOverTime::RequestInformation(
85 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
86{
87 assert(this->ArraysExtractor != nullptr);
88 return this->ArraysExtractor->ProcessRequest(request, inputVector, outputVector);
89}
90
91//------------------------------------------------------------------------------
92int vtkExtractSelectedArraysOverTime::RequestUpdateExtent(

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
ProcessRequestMethod · 0.45

Tested by

no test coverage detected