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

Method SetBinaryFormat

IO/Geometry/vtkOpenFOAMReader.cxx:1270–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268 bool IsFloat64() const noexcept { return this->ScalarType == scalarType::FLOAT64; }
1269
1270 void SetBinaryFormat(const bool on)
1271 {
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);

Callers 1

ReadHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected