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

Method GetRequestInformationBytes

IO/Geometry/vtkOpenFOAMReader.cxx:12158–12169  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

12156
12157//------------------------------------------------------------------------------
12158size_t vtkOpenFOAMReader::GetRequestInformationBytes() const
12159{
12160 size_t totalBytes = 0;
12161 for (auto& readerObj : this->Readers)
12162 {
12163 if (auto reader = vtkOpenFOAMReaderPrivate::SafeDownCast(readerObj))
12164 {
12165 totalBytes += reader->RequestInformationBytes;
12166 }
12167 }
12168 return totalBytes;
12169}
12170
12171//------------------------------------------------------------------------------
12172size_t vtkOpenFOAMReader::GetRequestDataBytes() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected