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

Method SetUse64BitFloats

IO/Geometry/vtkOpenFOAMReader.cxx:11295–11303  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

11293
11294//------------------------------------------------------------------------------
11295void vtkOpenFOAMReader::SetUse64BitFloats(bool val)
11296{
11297 if (this->Use64BitFloats != val)
11298 {
11299 this->Use64BitFloats = val;
11300 this->Refresh = true; // Need to reread everything
11301 this->Modified();
11302 }
11303}
11304
11305//------------------------------------------------------------------------------
11306// Printing

Callers 1

NewFoamReaderFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected