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

Function XdmfDomainRemoveGridCollection

ThirdParty/xdmf3/vtkxdmf3/XdmfDomain.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void XdmfDomainRemoveGridCollection(XDMFDOMAIN * domain, unsigned int index)
235{
236 XdmfItem * classedPointer = (XdmfItem *)domain;
237 XdmfDomain * domainPointer = dynamic_cast<XdmfDomain *>(classedPointer);
238 domainPointer->removeGridCollection(index);
239}
240
241void XdmfDomainRemoveGridCollectionByName(XDMFDOMAIN * domain, char * Name)
242{

Callers 1

XdmfDomain.hppFile · 0.85

Calls 1

removeGridCollectionMethod · 0.80

Tested by

no test coverage detected