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

Method GetDataExtent

IO/Image/vtkImageExport.cxx:565–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565int* vtkImageExport::GetDataExtent()
566{
567 static int defaultextent[6] = { 0, 0, 0, 0, 0, 0 };
568 if (this->GetInputAlgorithm() == nullptr)
569 {
570 return defaultextent;
571 }
572 this->GetInputAlgorithm()->UpdateInformation();
573 return this->GetInputInformation()->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT());
574}
575
576void vtkImageExport::GetDataExtent(int* ptr)
577{

Callers 8

DataExtentCallbackMethod · 0.95
GetWidthFunction · 0.45
GetHeightFunction · 0.45
vtkGESignaReaderUpdate2Function · 0.45
TestHDRReaderStreamFunction · 0.45
TestHDRReaderFunction · 0.45

Calls 4

GetInputAlgorithmMethod · 0.95
GetInputInformationMethod · 0.95
UpdateInformationMethod · 0.45
GetMethod · 0.45

Tested by 2

TestHDRReaderStreamFunction · 0.36
TestHDRReaderFunction · 0.36