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

Method removeStep

ThirdParty/xdmf3/vtkxdmf3/XdmfGridTemplate.cpp:898–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896}
897
898void
899XdmfGridTemplate::removeStep(unsigned int stepId)
900{
901 if (stepId < this->getNumberSteps()) {
902 XdmfTemplate::removeStep(stepId);
903 mTimeCollection->erase(stepId);
904 }
905 this->setIsChanged(true);
906}
907
908void
909XdmfGridTemplate::setBase(shared_ptr<XdmfItem> newBase)

Callers 5

removeGridCollectionMethod · 0.95
removeCurvilinearGridMethod · 0.95
removeRectilinearGridMethod · 0.95
removeRegularGridMethod · 0.95

Calls 3

getNumberStepsMethod · 0.80
setIsChangedMethod · 0.80
eraseMethod · 0.45

Tested by

no test coverage detected