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

Method getSize

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

Source from the content-addressed store, hash-verified

746}
747
748unsigned int
749XdmfArray::getSize() const
750{
751 return boost::apply_visitor(Size(this),
752 mArray);
753}
754
755shared_ptr<XdmfArrayReference>
756XdmfArray::getReference()

Callers 1

getDimensionsMethod · 0.95

Calls 1

SizeClass · 0.70

Tested by

no test coverage detected