| 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); |
no outgoing calls
no test coverage detected