------------------------------------------------------------------------------
| 12074 | |
| 12075 | //------------------------------------------------------------------------------ |
| 12076 | void vtkOpenFOAMReader::UpdateStatus() |
| 12077 | { |
| 12078 | // update selection MTimes |
| 12079 | this->PatchSelectionMTimeOld = this->PatchDataArraySelection->GetMTime(); |
| 12080 | this->CellSelectionMTimeOld = this->CellDataArraySelection->GetMTime(); |
| 12081 | this->PointSelectionMTimeOld = this->PointDataArraySelection->GetMTime(); |
| 12082 | this->LagrangianSelectionMTimeOld = this->LagrangianDataArraySelection->GetMTime(); |
| 12083 | this->CreateCellToPointOld = this->GetCreateCellToPoint(); |
| 12084 | this->DecomposePolyhedraOld = this->GetDecomposePolyhedra(); |
| 12085 | this->PositionsIsIn13FormatOld = this->GetPositionsIsIn13Format(); |
| 12086 | this->ReadZonesOld = this->GetReadZones(); |
| 12087 | this->SkipZeroTimeOld = this->GetSkipZeroTime(); |
| 12088 | this->ListTimeStepsByControlDictOld = this->GetListTimeStepsByControlDict(); |
| 12089 | this->AddDimensionsToArrayNamesOld = this->GetAddDimensionsToArrayNames(); |
| 12090 | this->Use64BitLabelsOld = this->GetUse64BitLabels(); |
| 12091 | this->Use64BitFloatsOld = this->GetUse64BitFloats(); |
| 12092 | } |
| 12093 | |
| 12094 | //------------------------------------------------------------------------------ |
| 12095 | double vtkOpenFOAMReader::ComputeProgress() |