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

Method GetDouble

IO/Geometry/vtkMFIXReader.cxx:772–776  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

770
771//------------------------------------------------------------------------------
772void vtkMFIXReader::GetDouble(istream& in, double& val)
773{
774 in.read((char*)&val, sizeof(double));
775 this->SwapDouble(val);
776}
777
778//------------------------------------------------------------------------------
779void vtkMFIXReader::SkipBytes(istream& in, int n)

Callers 3

ReadRestartFileMethod · 0.95
PrintJSONValueFunction · 0.45
ProcessJSONMethod · 0.45

Calls 2

SwapDoubleMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected