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