BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Definition at line 29 of file DetectorMask.h.
Public Member Functions | |
MaskPattern (const MaskPattern &)=delete | |
MaskPattern (IShape2D *shape_, bool doMask_) | |
~MaskPattern () | |
MaskPattern * | clone () const |
Public Attributes | |
bool | doMask |
IShape2D * | shape |
MaskPattern::MaskPattern | ( | IShape2D * | shape_, |
bool | doMask_ | ||
) |
|
delete |
MaskPattern::~MaskPattern | ( | ) |
MaskPattern * MaskPattern::clone | ( | ) | const |
Definition at line 30 of file DetectorMask.cpp.
References MaskPattern(), IShape2D::clone(), doMask, and shape.
bool MaskPattern::doMask |
Definition at line 36 of file DetectorMask.h.
Referenced by clone(), and DetectorMask::process_masks().
IShape2D* MaskPattern::shape |
Definition at line 35 of file DetectorMask.h.
Referenced by ~MaskPattern(), clone(), and DetectorMask::process_masks().