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

Method SetIdentifier

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

Source from the content-addressed store, hash-verified

1478 this->Type = TOKEN_ERROR;
1479 }
1480 void SetIdentifier(const std::string& idString)
1481 {
1482 this->operator=(idString);
1483 this->Type = IDENTIFIER;
1484 }
1485
1486 void operator=(char c)
1487 {

Callers 5

TestPIOReader.pyFile · 0.45
ReadMethod · 0.45
TestIOSSCatalystExodusFunction · 0.45

Calls 1

operator=Method · 0.95

Tested by 3

TestIOSSCatalystExodusFunction · 0.36