MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / warnUnhandledType

Function warnUnhandledType

src/fileFormats/vtk/vtkUnstructuredReader.C:85–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
84
85void Foam::vtkUnstructuredReader::warnUnhandledType
86(
87 Istream& inFile,
88 const label type,
89 labelHashSet& warningGiven
90) const
91{
92 if (warningGiven.insert(type))
93 {
94 IOWarningInFunction(inFile)
95 << "Skipping unknown cell type " << type << endl;
96 }
97}
98
99
100void Foam::vtkUnstructuredReader::extractCells

Callers 1

extractCellsFunction · 0.85

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected