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

Method clear

ThirdParty/xdmf3/vtkxdmf3/core/XdmfArray.cpp:627–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625const std::string XdmfArray::ItemTag = "DataItem";
626
627void
628XdmfArray::clear()
629{
630 boost::apply_visitor(Clear(this),
631 mArray);
632 mDimensions.clear();
633 this->setIsChanged(true);
634}
635
636void
637XdmfArray::erase(const unsigned int index)

Callers 15

populateItemMethod · 0.45
setOriginMethod · 0.45
populateItemMethod · 0.45
releaseMethod · 0.45
traverseMethod · 0.45
releaseMethod · 0.45
addStepMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
eraseMethod · 0.45
insertMethod · 0.45
populateItemMethod · 0.45

Calls 2

setIsChangedMethod · 0.80
ClearClass · 0.70

Tested by

no test coverage detected