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

Method PropagateUpdateExtentCallback

IO/Image/vtkImageExport.cxx:498–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void vtkImageExport::PropagateUpdateExtentCallback(int* extent)
499{
500 if (this->GetInputAlgorithm())
501 {
502 int port = this->GetInputConnection(0, 0)->GetIndex();
503 vtkInformation* info = this->GetInputAlgorithm()->GetOutputInformation(port);
504 info->Set(vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT(), extent, 6);
505 }
506}
507
508void vtkImageExport::UpdateDataCallback()
509{

Calls 5

GetInputAlgorithmMethod · 0.95
GetIndexMethod · 0.45
GetInputConnectionMethod · 0.45
GetOutputInformationMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected