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

Method SetBad

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

Clear token and set to be ERROR.

Source from the content-addressed store, hash-verified

1473
1474 // Clear token and set to be ERROR.
1475 void SetBad()
1476 {
1477 this->Clear();
1478 this->Type = TOKEN_ERROR;
1479 }
1480 void SetIdentifier(const std::string& idString)
1481 {
1482 this->operator=(idString);

Callers 1

ReadMethod · 0.80

Calls 1

ClearMethod · 0.95

Tested by

no test coverage detected