| 3227 | const std::string& GetObjectName() const noexcept { return this->objectName_; } |
| 3228 | const vtkFoamError& GetError() const noexcept { return this->error_; } |
| 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_; } |