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

Method SetUpGroundData

IO/Geometry/vtkWindBladeReader.cxx:1329–1341  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1327
1328//------------------------------------------------------------------------------
1329void vtkWindBladeReader::SetUpGroundData(vtkInformationVector* outVector)
1330{
1331 vtkInformation* groundInfo = outVector->GetInformationObject(2);
1332 vtkStructuredGrid* ground = this->GetGroundOutput();
1333
1334 // Set the extent info for this processor
1335 groundInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT(), this->GSubExtent);
1336 ground->SetExtent(this->GSubExtent);
1337
1338 // Set the rectilinear coordinates matching the requested subextents
1339 this->FillGroundCoordinates();
1340 ground->SetPoints(this->GPoints);
1341}
1342
1343//------------------------------------------------------------------------------
1344void vtkWindBladeReader::InitPressureData(

Callers 2

RequestDataMethod · 0.95
RequestDataMethod · 0.80

Calls 6

GetGroundOutputMethod · 0.95
FillGroundCoordinatesMethod · 0.95
GetInformationObjectMethod · 0.80
GetMethod · 0.45
SetExtentMethod · 0.45
SetPointsMethod · 0.45

Tested by

no test coverage detected