Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
Read
Method · 0.45
TestIOSSCatalystExodus
Function · 0.45
TestIOSSExodusParallelWriter
Function · 0.45
TestIOSSExodusPartitionedFiles
Function · 0.45
Calls
1
operator=
Method · 0.95
Tested by
3
TestIOSSCatalystExodus
Function · 0.36
TestIOSSExodusParallelWriter
Function · 0.36
TestIOSSExodusPartitionedFiles
Function · 0.36