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

Method insert

ThirdParty/xdmf3/vtkxdmf3/XdmfGridCollection.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void
167XdmfGridCollection::insert(const shared_ptr<XdmfInformation> information)
168{
169 XdmfItem::insert(information);
170}
171
172void
173XdmfGridCollection::populateItem(const std::map<std::string, std::string> & itemProperties,

Callers 3

copyGridMethod · 0.95
readMethod · 0.95
getItemPropertiesMethod · 0.45

Calls 1

insertFunction · 0.50

Tested by

no test coverage detected