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

Method ReadPieceData

IO/XML/vtkXMLDataReader.cxx:372–376  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370
371//------------------------------------------------------------------------------
372int vtkXMLDataReader::ReadPieceData(int piece)
373{
374 this->Piece = piece;
375 return this->ReadPieceData();
376}
377
378//------------------------------------------------------------------------------
379int vtkXMLDataReader::ReadPieceData()

Callers 1

ReadXMLDataMethod · 0.45

Calls 15

ReadArrayForPointsMethod · 0.95
ReadArrayForCellsMethod · 0.95
GetCurrentOutputMethod · 0.80
GetNestedElementMethod · 0.80
GetAbstractArrayMethod · 0.80
GetPointDataMethod · 0.45
GetCellDataMethod · 0.45

Tested by

no test coverage detected