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

Method GetNumberOfPoints

IO/XML/vtkXMLUnstructuredDataReader.cxx:328–331  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

326
327//------------------------------------------------------------------------------
328vtkIdType vtkXMLUnstructuredDataReader::GetNumberOfPoints()
329{
330 return this->TotalNumberOfPoints;
331}
332
333//------------------------------------------------------------------------------
334vtkIdType vtkXMLUnstructuredDataReader::GetNumberOfCells()

Callers 1

SetupOutputDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected