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

Method GetNumberOfPoints

IO/XML/vtkXMLPUnstructuredDataReader.cxx:78–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76
77//------------------------------------------------------------------------------
78vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfPoints()
79{
80 return this->TotalNumberOfPoints;
81}
82
83//------------------------------------------------------------------------------
84vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfCells()

Callers 6

SetupOutputDataMethod · 0.95
ReadPieceDataMethod · 0.95
SetupOutputTotalsMethod · 0.45
SetupNextPieceMethod · 0.45
CopyArrayForPointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected