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

Method GetNumberOfCellsInPiece

IO/XML/vtkXMLPUnstructuredDataReader.cxx:103–113  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101
102//------------------------------------------------------------------------------
103vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfCellsInPiece(int piece)
104{
105 if (this->PieceReaders[piece])
106 {
107 return this->PieceReaders[piece]->GetNumberOfCells();
108 }
109 else
110 {
111 return 0;
112 }
113}
114
115//------------------------------------------------------------------------------
116void vtkXMLPUnstructuredDataReader::SetupEmptyOutput()

Callers 1

ReadXMLDataMethod · 0.95

Calls 1

GetNumberOfCellsMethod · 0.45

Tested by

no test coverage detected