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

Method SetError

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

Source from the content-addressed store, hash-verified

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

Callers 4

OpenFileMethod · 0.95
ReadFieldMethod · 0.80
ReadMethod · 0.80
imageToPolyData.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected