MCPcopy Create free account
hub / github.com/Kitware/VTK / operator=

Method operator=

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

Source from the content-addressed store, hash-verified

1484 }
1485
1486 void operator=(char c)
1487 {
1488 this->Clear();
1489 this->Type = PUNCTUATION;
1490 this->Char = c;
1491 }
1492 void operator=(const vtkTypeInt32 val)
1493 {
1494 this->Clear();

Callers 1

SetIdentifierMethod · 0.95

Calls 2

ClearMethod · 0.95
IsLabel64Method · 0.45

Tested by

no test coverage detected