----------------------------------------------------------------------------
| 735 | |
| 736 | //---------------------------------------------------------------------------- |
| 737 | void vtkIOSSReader::SetReadAllFilesToDetermineStructure(bool val) |
| 738 | { |
| 739 | if (this->ReadAllFilesToDetermineStructure != val) |
| 740 | { |
| 741 | this->ReadAllFilesToDetermineStructure = val; |
| 742 | this->Internals->ResetDatabaseNamesMTime(); |
| 743 | this->Modified(); |
| 744 | } |
| 745 | } |
| 746 | |
| 747 | //---------------------------------------------------------------------------- |
| 748 | const char* vtkIOSSReader::GetDataAssemblyNodeNameForEntityType(int type) |
nothing calls this directly
no test coverage detected