MCPcopy Create free account
hub / github.com/Kitware/VTK / setReference

Method setReference

ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:1422–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422void
1423XdmfArray::setReference(shared_ptr<XdmfArrayReference> newReference)
1424{
1425 mReference = newReference;
1426 this->setIsChanged(true);
1427}
1428
1429void
1430XdmfArray::swap(const shared_ptr<XdmfArray> array)

Callers 9

XdmfArrayMethod · 0.95
populateItemMethod · 0.95
createItemMethod · 0.80
populateItemMethod · 0.80
populateItemMethod · 0.80
populateItemMethod · 0.80
populateItemMethod · 0.80
XdmfArraySetReferenceFunction · 0.80
createItemMethod · 0.80

Calls 1

setIsChangedMethod · 0.80

Tested by

no test coverage detected