Lines Matching refs:Reader
87 this->Reader = vtkPhastaReader::New(); in vtkPPhastaReader()
102 this->Reader->Delete(); in ~vtkPPhastaReader()
323 this->Reader->SetGeometryFileName(geomFName.str().c_str()); in RequestData()
349 this->Reader->SetFieldFileName(fieldFName.str().c_str()); in RequestData()
366 this->Reader->Update(); in RequestData()
384 copy->ShallowCopy(this->Reader->GetOutput()); in RequestData()
413 this->Reader->ClearFieldInfo(); in RequestInformation()
607 …this->Reader->SetFieldInfo(paraviewFieldTag,phastaFieldTag,index,numOfComps,dataDependency,dataTyp… in RequestInformation()
623 this->Reader->SetFieldInfo("pressure","solution",0,1,0,"double"); in RequestInformation()
624 this->Reader->SetFieldInfo("velocity","solution",1,3,0,"double"); in RequestInformation()
625 this->Reader->SetFieldInfo("temperature","solution",4,1,0,"double"); in RequestInformation()