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

Method ClearError

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

Source from the content-addressed store, hash-verified

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_; }

Callers 1

OpenFileMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected