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

Method GetInt

IO/Geometry/vtkMFIXReader.cxx:711–715  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

709
710//------------------------------------------------------------------------------
711void vtkMFIXReader::GetInt(istream& in, int& val)
712{
713 in.read((char*)&val, sizeof(int));
714 this->SwapInt(val);
715}
716
717//------------------------------------------------------------------------------
718void vtkMFIXReader::SwapInt(int& value)

Callers 4

ReadRestartFileMethod · 0.95
PrintJSONValueFunction · 0.45
ProcessJSONMethod · 0.45
ProcessNumberOfPlanesMethod · 0.45

Calls 2

SwapIntMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected