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

Method InitializeRequestInformation

IO/Geometry/vtkOpenFOAMReader.cxx:12186–12198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

12184
12185//------------------------------------------------------------------------------
12186void vtkOpenFOAMReader::InitializeRequestInformation()
12187{
12188 this->RequestInformationTimeInMicroseconds = 0;
12189 this->RequestInformationBytes = 0;
12190 for (auto& readerObj : this->Readers)
12191 {
12192 if (auto reader = vtkOpenFOAMReaderPrivate::SafeDownCast(readerObj))
12193 {
12194 reader->RequestInformationTimeInMicroseconds = 0;
12195 reader->RequestInformationBytes = 0;
12196 }
12197 }
12198}
12199
12200//------------------------------------------------------------------------------
12201void vtkOpenFOAMReader::InitializeRequestData()

Callers 1

RequestInformationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected