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

Method SetupNextPiece

IO/XML/vtkXMLPUnstructuredDataReader.cxx:69–75  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

67
68//------------------------------------------------------------------------------
69void vtkXMLPUnstructuredDataReader::SetupNextPiece()
70{
71 if (this->PieceReaders[this->Piece])
72 {
73 this->StartPoint += this->PieceReaders[this->Piece]->GetNumberOfPoints();
74 }
75}
76
77//------------------------------------------------------------------------------
78vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfPoints()

Callers 1

ReadXMLDataMethod · 0.95

Calls 1

GetNumberOfPointsMethod · 0.45

Tested by

no test coverage detected