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

Method PostExecute

Filters/Extraction/vtkExtractDataArraysOverTime.cxx:788–796  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

786
787//------------------------------------------------------------------------------
788void vtkExtractDataArraysOverTime::PostExecute(
789 vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector)
790{
791 // Tell the pipeline to stop looping.
792 request->Remove(vtkStreamingDemandDrivenPipeline::CONTINUE_EXECUTING());
793 this->CurrentTimeIndex = 0;
794 this->Internal->CollectTimesteps(
795 vtkDataObject::GetData(inputVector[0], 0), vtkMultiBlockDataSet::GetData(outputVector, 0));
796}
797
798//------------------------------------------------------------------------------
799vtkSmartPointer<vtkDescriptiveStatistics> vtkExtractDataArraysOverTime::NewDescriptiveStatistics()

Callers 1

RequestDataMethod · 0.95

Calls 3

CollectTimestepsMethod · 0.80
GetDataFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected