MCPcopy Create free account
hub / github.com/Kitware/VTK / SetReadAllFilesToDetermineStructure

Method SetReadAllFilesToDetermineStructure

IO/IOSS/vtkIOSSReader.cxx:737–745  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

735
736//----------------------------------------------------------------------------
737void 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//----------------------------------------------------------------------------
748const char* vtkIOSSReader::GetDataAssemblyNodeNameForEntityType(int type)

Callers

nothing calls this directly

Calls 2

ModifiedMethod · 0.45

Tested by

no test coverage detected