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

Method IsAsciiFormat

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

Source from the content-addressed store, hash-verified

1264 }
1265
1266 bool IsAsciiFormat() const noexcept { return this->Format == fileFormat::ASCII; }
1267 bool IsLabel64() const noexcept { return this->LabelType == labelType::INT64; }
1268 bool IsFloat64() const noexcept { return this->ScalarType == scalarType::FLOAT64; }
1269

Callers 4

ReadNonUniformListMethod · 0.80
ReadLabelListListMethod · 0.80
ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected