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

Method SetupNextPiece

IO/XML/vtkXMLPUnstructuredGridReader.cxx:97–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95
96//------------------------------------------------------------------------------
97void vtkXMLPUnstructuredGridReader::SetupNextPiece()
98{
99 this->Superclass::SetupNextPiece();
100 if (this->PieceReaders[this->Piece])
101 {
102 this->StartCell += this->PieceReaders[this->Piece]->GetNumberOfCells();
103 }
104}
105
106//------------------------------------------------------------------------------
107int vtkXMLPUnstructuredGridReader::ReadPieceData()

Callers

nothing calls this directly

Calls 1

GetNumberOfCellsMethod · 0.45

Tested by

no test coverage detected