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

Method internalizeArrayPointer

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

Source from the content-addressed store, hash-verified

1025}
1026
1027void
1028XdmfArray::internalizeArrayPointer()
1029{
1030 boost::apply_visitor(InternalizeArrayPointer(this),
1031 mArray);
1032}
1033
1034void
1035XdmfArray::populateItem(const std::map<std::string, std::string> & itemProperties,

Callers 4

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls 1

Tested by

no test coverage detected