MCPcopy 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
1408void
1409XdmfArray::setName(const std::string & name)
1410{
1411 mName = name;
1412 this->setIsChanged(true);
1413}
1414
1415void
1416XdmfArray::setReadMode(XdmfArray::ReadMode newStatus)

Callers 1

XdmfArraySetNameFunction · 0.45

Calls 1

setIsChangedMethod · 0.80

Tested by

no test coverage detected