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

Method WholeExtentCallback

IO/Image/vtkImageExport.cxx:348–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348int* vtkImageExport::WholeExtentCallback()
349{
350 static int defaultextent[6] = { 0 };
351 if (!this->GetInputAlgorithm())
352 {
353 return defaultextent;
354 }
355 else
356 {
357 return this->GetInputInformation()->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT());
358 }
359}
360
361double* vtkImageExport::SpacingCallback()
362{

Callers 1

Calls 3

GetInputAlgorithmMethod · 0.95
GetInputInformationMethod · 0.95
GetMethod · 0.45

Tested by

no test coverage detected