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

Method UpdateStatus

IO/Geometry/vtkOpenFOAMReader.cxx:12076–12092  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

12074
12075//------------------------------------------------------------------------------
12076void 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//------------------------------------------------------------------------------
12095double vtkOpenFOAMReader::ComputeProgress()

Callers 1

RequestDataMethod · 0.95

Calls 1

GetMTimeMethod · 0.45

Tested by

no test coverage detected