Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ setName
Method
setName
ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:1408–1413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1406
1407
1408
void
1409
XdmfArray::setName(const std::string & name)
1410
{
1411
mName = name;
1412
this->setIsChanged(true);
1413
}
1414
1415
void
1416
XdmfArray::setReadMode(XdmfArray::ReadMode newStatus)
Callers
1
XdmfArraySetName
Function · 0.45
Calls
1
setIsChanged
Method · 0.80
Tested by
no test coverage detected