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

Method InitializeRequestInformation

IO/Parallel/vtkPOpenFOAMReader.cxx:1093–1103  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1091#if VTK_OPENFOAM_TIME_PROFILING
1092//------------------------------------------------------------------------------
1093void vtkPOpenFOAMReader::InitializeRequestInformation()
1094{
1095 this->Superclass::InitializeRequestInformation();
1096 for (auto& readerObj : this->Readers)
1097 {
1098 if (auto reader = vtkOpenFOAMReader::SafeDownCast(readerObj))
1099 {
1100 reader->InitializeRequestInformation();
1101 }
1102 }
1103}
1104//------------------------------------------------------------------------------
1105void vtkPOpenFOAMReader::InitializeRequestData()
1106{

Callers 1

RequestInformationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected