BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
BackgroundItem Class Referenceabstract

Description

Definition at line 24 of file BackgroundItems.h.

Inheritance diagram for BackgroundItem:
[legend]

Public Member Functions

virtual ~BackgroundItem ()=default
 
virtual std::unique_ptr< IBackground > createBackground () const =0
 
virtual void serialize (Streamer &)
 

Constructor & Destructor Documentation

◆ ~BackgroundItem()

virtual BackgroundItem::~BackgroundItem ( )
virtualdefault

Member Function Documentation

◆ createBackground()

virtual std::unique_ptr<IBackground> BackgroundItem::createBackground ( ) const
pure virtual

◆ serialize()

virtual void BackgroundItem::serialize ( Streamer )
inlinevirtual

Reimplemented in ConstantBackgroundItem.

Definition at line 29 of file BackgroundItems.h.

29 {}

The documentation for this class was generated from the following file: