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

Method SetFloat64

IO/Geometry/vtkOpenFOAMReader.cxx:1278–1281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1281 }
1282 const vtkFoamStreamOption& GetStreamOption() const noexcept
1283 {
1284 return static_cast<const vtkFoamStreamOption&>(*this);

Callers 3

vtkFoamStreamOptionMethod · 0.95
CloseMethod · 0.45
ReadHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected