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

Method GetUpdateExtentForOutput

IO/NetCDF/vtkNetCDFCFReader.cxx:1118–1129  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1116
1117//------------------------------------------------------------------------------
1118void vtkNetCDFCFReader::GetUpdateExtentForOutput(vtkDataSet* output, int extent[6])
1119{
1120 vtkInformation* info = output->GetInformation();
1121 if (info->Has(vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT()))
1122 {
1123 info->Get(vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT(), extent);
1124 }
1125 else
1126 {
1127 this->Superclass::GetUpdateExtentForOutput(output, extent);
1128 }
1129}
1130
1131//------------------------------------------------------------------------------
1132void vtkNetCDFCFReader::AddRectilinearCoordinates(vtkImageData* imageOutput)

Callers 1

RequestDataMethod · 0.95

Calls 3

GetInformationMethod · 0.45
HasMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected