Searched refs:LastTimeIndex (Results 1 – 6 of 6) sorted by relevance
99 this->LastTimeIndex = 0; in vtkXdmfReader()228 this->LastTimeIndex = 0; // reset time index when the file changes. in PrepareDocument()279 this->LastTimeIndex = this->ChooseTimeStep(outInfo); in RequestInformation()294 domain->GetTimeForIndex(this->LastTimeIndex)); in RequestInformation()388 this->LastTimeIndex = this->ChooseTimeStep(outInfo); in RequestData()404 this->LastTimeIndex); in RequestData()426 if (this->LastTimeIndex < in RequestData()430 this->XdmfDocument->GetActiveDomain()->GetTimeForIndex(this->LastTimeIndex); in RequestData()449 return this->LastTimeIndex; in ChooseTimeStep()
166 unsigned int LastTimeIndex; variable
102 this->LastTimeIndex = 0; in vtkXdmfReader()298 this->LastTimeIndex = 0; // reset time index when the file changes. in PrepareDocument()350 this->LastTimeIndex = this->ChooseTimeStep(outInfo); in RequestInformation()365 domain->GetTimeForIndex(this->LastTimeIndex)); in RequestInformation()464 this->LastTimeIndex = this->ChooseTimeStep(outInfo); in RequestData()465 if (this->LastTimeIndex == 0) in RequestData()484 this->LastTimeIndex); in RequestData()506 if (this->LastTimeIndex < in RequestData()510 this->XdmfDocument->GetActiveDomain()->GetTimeForIndex(this->LastTimeIndex); in RequestData()529 return this->LastTimeIndex; in ChooseTimeStep()
268 unsigned int LastTimeIndex; variable
103 this->LastTimeIndex = 0; in vtkXdmfReader()295 this->LastTimeIndex = 0; // reset time index when the file changes. in PrepareDocument()344 this->LastTimeIndex = this->ChooseTimeStep(outInfo); in RequestInformation()357 xmfGrid = domain->GetGrid(xmfGrid, domain->GetTimeForIndex(this->LastTimeIndex)); in RequestInformation()464 this->LastTimeIndex = this->ChooseTimeStep(outInfo); in RequestData()465 if (this->LastTimeIndex == 0) in RequestData()483 dataReader.Time = this->XdmfDocument->GetActiveDomain()->GetTimeForIndex(this->LastTimeIndex); in RequestData()506 if (this->LastTimeIndex < this->XdmfDocument->GetActiveDomain()->GetTimeSteps().size()) in RequestData()508 double time = this->XdmfDocument->GetActiveDomain()->GetTimeForIndex(this->LastTimeIndex); in RequestData()536 return this->LastTimeIndex; in ChooseTimeStep()
275 unsigned int LastTimeIndex; variable