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

Method GetNumberOfPointsInPiece

IO/XML/vtkXMLPUnstructuredDataReader.cxx:90–100  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88
89//------------------------------------------------------------------------------
90vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfPointsInPiece(int piece)
91{
92 if (this->PieceReaders[piece])
93 {
94 return this->PieceReaders[piece]->GetNumberOfPoints();
95 }
96 else
97 {
98 return 0;
99 }
100}
101
102//------------------------------------------------------------------------------
103vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfCellsInPiece(int piece)

Callers 1

ReadXMLDataMethod · 0.95

Calls 1

GetNumberOfPointsMethod · 0.45

Tested by

no test coverage detected