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

Method SetupOutputTotals

IO/XML/vtkXMLTableReader.cxx:75–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

73
74//------------------------------------------------------------------------------
75void vtkXMLTableReader::SetupOutputTotals()
76{
77 this->TotalNumberOfRows = 0;
78 for (int i = this->StartPiece; i < this->EndPiece; ++i)
79 {
80 this->TotalNumberOfRows += this->NumberOfRows[i];
81 }
82 this->StartPoint = 0;
83}
84
85//------------------------------------------------------------------------------
86void vtkXMLTableReader::SetupNextPiece()

Callers 1

SetupUpdateExtentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected