BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
IElement Class Reference

Description

Definition at line 29 of file IElement.h.

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

Public Member Functions

 IElement (PolMatrices polMatrices)
 
const PolMatricespolMatrices () const
 Returns polarizer and analyzer matrices. More...
 

Protected Attributes

const PolMatrices m_polMatrices
 

Constructor & Destructor Documentation

◆ IElement()

IElement::IElement ( PolMatrices  polMatrices)
inlineexplicit

Definition at line 31 of file IElement.h.

32  : m_polMatrices(std::move(polMatrices))
33  {
34  }
const PolMatrices m_polMatrices
Definition: IElement.h:40
const PolMatrices & polMatrices() const
Returns polarizer and analyzer matrices.
Definition: IElement.h:37

Member Function Documentation

◆ polMatrices()

const PolMatrices& IElement::polMatrices ( ) const
inline

Member Data Documentation

◆ m_polMatrices

const PolMatrices IElement::m_polMatrices
protected

Definition at line 40 of file IElement.h.

Referenced by DiffuseElement::pointElement(), and polMatrices().


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