| 4859 | } |
| 4860 | |
| 4861 | int vtkExodusIIReaderPrivate::GetObjectStatus(int otyp, int k) |
| 4862 | { |
| 4863 | ObjectInfoType* oinfop = this->GetSortedObjectInfo(otyp, k); |
| 4864 | return oinfop ? oinfop->Status : 0; |
| 4865 | } |
| 4866 | |
| 4867 | int vtkExodusIIReaderPrivate::GetUnsortedObjectStatus(int otyp, int k) |
| 4868 | { |
no test coverage detected