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

Method GetNumberOfPointsInPiece

IO/XML/vtkXMLUnstructuredDataReader.cxx:346–349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

344
345//------------------------------------------------------------------------------
346vtkIdType vtkXMLUnstructuredDataReader::GetNumberOfPointsInPiece(int piece)
347{
348 return this->NumberOfPoints[piece];
349}
350
351//------------------------------------------------------------------------------
352// Note that any changes (add or removing information) made to this method

Callers 2

ReadXMLDataMethod · 0.95
ReadPieceDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected