Lines Matching refs:groundInfo
209 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in ProcessRequest() local
210 groundInfo->Set(vtkDemandDrivenPipeline::DATA_NOT_GENERATED(), 1); in ProcessRequest()
228 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local
229 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation()
235 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local
236 groundInfo->Set(vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED()); in RequestInformation()
259 vtkInformation* groundInfo = outputVector->GetInformationObject(2); in RequestInformation() local
306 groundInfo->Set(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(), this->GExtent, 6); in RequestInformation()
307 groundInfo->Set(CAN_PRODUCE_SUB_EXTENT(), 1); in RequestInformation()
1347 vtkInformation* groundInfo = outVector->GetInformationObject(2); in SetUpGroundData() local
1351 groundInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_EXTENT(), this->GSubExtent); in SetUpGroundData()