| 4853 | } |
| 4854 | |
| 4855 | int vtkExodusIIReaderPrivate::GetObjectSize(int otyp, int k) |
| 4856 | { |
| 4857 | ObjectInfoType* oinfop = this->GetSortedObjectInfo(otyp, k); |
| 4858 | return oinfop ? oinfop->Size : 0; |
| 4859 | } |
| 4860 | |
| 4861 | int vtkExodusIIReaderPrivate::GetObjectStatus(int otyp, int k) |
| 4862 | { |
no test coverage detected