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

Method SetupNextPiece

IO/XML/vtkXMLUnstructuredDataReader.cxx:181–184  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

179
180//------------------------------------------------------------------------------
181void vtkXMLUnstructuredDataReader::SetupNextPiece()
182{
183 this->StartPoint += this->NumberOfPoints[this->Piece];
184}
185
186//------------------------------------------------------------------------------
187void vtkXMLUnstructuredDataReader::SetupUpdateExtent(int piece, int numberOfPieces, int ghostLevel)

Callers 1

ReadXMLDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected