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

Function XdmfDomainRemoveRegularGrid

ThirdParty/xdmf3/vtkxdmf3/XdmfDomain.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void XdmfDomainRemoveRegularGrid(XDMFDOMAIN * domain, unsigned int index)
423{
424 XdmfItem * classedPointer = (XdmfItem *)domain;
425 XdmfDomain * domainPointer = dynamic_cast<XdmfDomain *>(classedPointer);
426 domainPointer->removeRegularGrid(index);
427}
428
429void XdmfDomainRemoveRegularGridByName(XDMFDOMAIN * domain, char * Name)
430{

Callers 1

XdmfDomain.hppFile · 0.85

Calls 1

removeRegularGridMethod · 0.80

Tested by

no test coverage detected