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

Method RequestUpdateExtent

Filters/Extraction/vtkExtractSelectedArraysOverTime.cxx:92–97  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91//------------------------------------------------------------------------------
92int vtkExtractSelectedArraysOverTime::RequestUpdateExtent(
93 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
94{
95 assert(this->ArraysExtractor != nullptr);
96 return this->ArraysExtractor->ProcessRequest(request, inputVector, outputVector);
97}
98
99//------------------------------------------------------------------------------
100int vtkExtractSelectedArraysOverTime::RequestData(

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
ProcessRequestMethod · 0.45

Tested by

no test coverage detected