Home
last modified time | relevance | path

Searched refs:pieceProgress (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLPDataReader.cxx386 float pieceProgress = this->PieceReaders[this->Piece]->GetProgress(); in PieceProgressCallback() local
387 float progress = this->ProgressRange[0] + pieceProgress * width; in PieceProgressCallback()
H A DvtkXMLPTableReader.cxx204 float pieceProgress = this->PieceReaders[this->Piece]->GetProgress(); in PieceProgressCallback() local
205 float progress = this->ProgressRange[0] + pieceProgress * width; in PieceProgressCallback()
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLPDataReader.cxx413 float pieceProgress = this->PieceReaders[this->Piece]->GetProgress(); in PieceProgressCallback() local
414 float progress = this->ProgressRange[0] + pieceProgress * width; in PieceProgressCallback()
H A DvtkXMLPTableReader.cxx204 float pieceProgress = this->PieceReaders[this->Piece]->GetProgress(); in PieceProgressCallback() local
205 float progress = this->ProgressRange[0] + pieceProgress * width; in PieceProgressCallback()
H A DvtkXMLPHyperTreeGridReader.cxx163 float pieceProgress = this->PieceReaders[this->Piece]->GetProgress(); in PieceProgressCallback() local
164 float progress = this->ProgressRange[0] + pieceProgress * width; in PieceProgressCallback()
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLPDataReader.cxx517 float pieceProgress = this->PieceReaders[this->Piece]->GetProgress(); in PieceProgressCallback() local
518 float progress = this->ProgressRange[0] + pieceProgress*width; in PieceProgressCallback()