Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetIdentifier
Method · 0.95
Calls
2
Clear
Method · 0.95
IsLabel64
Method · 0.45
Tested by
no test coverage detected