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

Function XdmfArrayGetReference

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

Source from the content-addressed store, hash-verified

1645}
1646
1647XDMFARRAYREFERENCE *
1648XdmfArrayGetReference(XDMFARRAY * array)
1649{
1650 return (XDMFARRAYREFERENCE *)((void *)(((XdmfArray *)(array))->getReference().get()));
1651}
1652
1653void *
1654XdmfArrayGetValue(XDMFARRAY * array, unsigned int index, int arrayType, int * status)

Callers

nothing calls this directly

Calls 2

getReferenceMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected