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

Method ReadValue

IO/Geometry/vtkOpenFOAMReader.cxx:3244–3247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3242
3243template <>
3244inline vtkTypeInt8 vtkFoamReadValue<vtkTypeInt8>::ReadValue(vtkFoamIOobject& io)
3245{
3246 return static_cast<vtkTypeInt8>(io.ReadIntegerValue());
3247}
3248
3249template <>
3250inline vtkTypeInt32 vtkFoamReadValue<vtkTypeInt32>::ReadValue(vtkFoamIOobject& io)

Callers 1

ReadNonUniformListMethod · 0.45

Calls 2

ReadIntegerValueMethod · 0.80
ReadDoubleValueMethod · 0.80

Tested by

no test coverage detected