BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
PoissonBackgroundItem Class Reference

Description

Definition at line 46 of file BackgroundItems.h.

Inheritance diagram for PoissonBackgroundItem:
[legend]
Collaboration diagram for PoissonBackgroundItem:
[legend]

Public Member Functions

std::unique_ptr< IBackground > createBackground () const override
 
virtual void serialize (Streamer &)
 

Member Function Documentation

◆ createBackground()

std::unique_ptr< IBackground > PoissonBackgroundItem::createBackground ( ) const
overridevirtual

Implements BackgroundItem.

Definition at line 38 of file BackgroundItems.cpp.

39 {
40  return std::make_unique<PoissonBackground>();
41 }

◆ serialize()

virtual void BackgroundItem::serialize ( Streamer )
inlinevirtualinherited

Reimplemented in ConstantBackgroundItem.

Definition at line 29 of file BackgroundItems.h.

29 {}

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