| 3229 | void ClearError() noexcept { this->error_.clear(); } |
| 3230 | bool HasError() const noexcept { return !this->error_.empty(); } |
| 3231 | void SetError(const vtkFoamError& err) { this->error_ = err; } |
| 3232 | bool GetLagrangianPositionsExtraData() const { return this->LagrangianPositionsExtraData_; } |
| 3233 | }; |
| 3234 |
no outgoing calls
no test coverage detected