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

Method getReference

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

Source from the content-addressed store, hash-verified

753}
754
755shared_ptr<XdmfArrayReference>
756XdmfArray::getReference()
757{
758 if (mReference) {
759 return mReference;
760 }
761 else {
762 // Returning arbitrary Reference since one isn't defined
763 return shared_ptr<XdmfArrayReference>();
764 }
765}
766
767void *
768XdmfArray::getValuesInternal()

Callers 7

populateItemMethod · 0.80
populateItemMethod · 0.80
populateItemMethod · 0.80
populateItemMethod · 0.80
XdmfArrayMethod · 0.80
XdmfArrayGetReferenceFunction · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected