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

Method setHeavyDataController

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

Source from the content-addressed store, hash-verified

1382}
1383
1384void
1385XdmfArray::setHeavyDataController(shared_ptr<XdmfHeavyDataController> newController)
1386{
1387 // Since this is replacing the previous version which was designed to
1388 // completely replace the controller of the array
1389 // It will clear the current controllers before adding the new one in
1390 mHeavyDataControllers.clear();
1391 mHeavyDataControllers.push_back(newController);
1392 this->setIsChanged(true);
1393}
1394
1395void
1396XdmfArray::setHeavyDataController(std::vector<shared_ptr<XdmfHeavyDataController> > & newControllers)

Callers 2

addStepMethod · 0.80
setStepMethod · 0.80

Calls 5

setIsChangedMethod · 0.80
clearMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected