| 4847 | } |
| 4848 | |
| 4849 | int vtkExodusIIReaderPrivate::GetObjectId(int otyp, int k) |
| 4850 | { |
| 4851 | ObjectInfoType* oinfop = this->GetSortedObjectInfo(otyp, k); |
| 4852 | return oinfop ? oinfop->Id : -1; |
| 4853 | } |
| 4854 | |
| 4855 | int vtkExodusIIReaderPrivate::GetObjectSize(int otyp, int k) |
| 4856 | { |
no test coverage detected