------------------------------------------------------------------------------
| 344 | |
| 345 | //------------------------------------------------------------------------------ |
| 346 | vtkIdType 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 |
no outgoing calls
no test coverage detected