----------------------------------------------------------------------------
| 919 | |
| 920 | //---------------------------------------------------------------------------- |
| 921 | vtkDataAssembly* vtkIOSSReader::GetAssembly() |
| 922 | { |
| 923 | auto& internals = (*this->Internals); |
| 924 | return internals.GetAssembly(); |
| 925 | } |
| 926 | |
| 927 | //---------------------------------------------------------------------------- |
| 928 | bool vtkIOSSReader::AddSelector(const char* selector) |
no outgoing calls