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

Method SetUse64BitLabels

IO/Geometry/vtkOpenFOAMReader.cxx:11284–11292  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

11282
11283//------------------------------------------------------------------------------
11284void vtkOpenFOAMReader::SetUse64BitLabels(bool val)
11285{
11286 if (this->Use64BitLabels != val)
11287 {
11288 this->Use64BitLabels = val;
11289 this->Refresh = true; // Need to reread everything
11290 this->Modified();
11291 }
11292}
11293
11294//------------------------------------------------------------------------------
11295void vtkOpenFOAMReader::SetUse64BitFloats(bool val)

Callers 1

NewFoamReaderFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected