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

Method SetLabel64

IO/Geometry/vtkOpenFOAMReader.cxx:1274–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272 this->Format = (on ? fileFormat::BINARY : fileFormat::ASCII);
1273 }
1274 void SetLabel64(const bool on) noexcept
1275 {
1276 this->LabelType = (on ? labelType::INT64 : labelType::INT32);
1277 }
1278 void SetFloat64(const bool on) noexcept
1279 {
1280 this->ScalarType = (on ? scalarType::FLOAT64 : scalarType::FLOAT32);

Callers 3

vtkFoamStreamOptionMethod · 0.95
CloseMethod · 0.80
ReadHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected