BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Interface for deep item copying. More...
Public Member Functions | |
virtual | ~ItemCopyStrategy ()=default |
virtual std::unique_ptr< SessionItem > | createCopy (const SessionItem *item) const =0 |
Creates item copy by deep copying all children. SessionItem identifiers will be regenerated. More... | |
Interface for deep item copying.
Definition at line 27 of file itemcopystrategy.h.
|
virtualdefault |
|
pure virtual |
Creates item copy by deep copying all children. SessionItem identifiers will be regenerated.
Implemented in ModelView::JsonItemCopyStrategy.