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

Description

Definition at line 32 of file BackgroundItems.h.

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

Public Member Functions

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

Member Function Documentation

◆ createBackground()

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

Implements BackgroundItem.

Definition at line 43 of file BackgroundItems.cpp.

44 {
45  return {};
46 }

◆ 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: