Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::Algorithms::Stitch1D::SpecialValueIndexes Struct Reference

Indexes of Y and E values that were NaN or infinite before processing. More...

#include <Stitch1D.h>

Public Member Functions

void resize (size_t histogramCount)
 

Public Attributes

SpecialTypeIndexes infE
 
SpecialTypeIndexes infY
 
SpecialTypeIndexes nanE
 
SpecialTypeIndexes nanY
 

Detailed Description

Indexes of Y and E values that were NaN or infinite before processing.

Definition at line 39 of file Stitch1D.h.

Member Function Documentation

◆ resize()

void Mantid::Algorithms::Stitch1D::SpecialValueIndexes::resize ( size_t  histogramCount)
inline

Definition at line 45 of file Stitch1D.h.

Referenced by Mantid::Algorithms::Stitch1D::exec().

Member Data Documentation

◆ infE

SpecialTypeIndexes Mantid::Algorithms::Stitch1D::SpecialValueIndexes::infE

Definition at line 42 of file Stitch1D.h.

Referenced by Mantid::Algorithms::Stitch1D::rebin().

◆ infY

SpecialTypeIndexes Mantid::Algorithms::Stitch1D::SpecialValueIndexes::infY

Definition at line 43 of file Stitch1D.h.

Referenced by Mantid::Algorithms::Stitch1D::rebin().

◆ nanE

SpecialTypeIndexes Mantid::Algorithms::Stitch1D::SpecialValueIndexes::nanE

Definition at line 40 of file Stitch1D.h.

Referenced by Mantid::Algorithms::Stitch1D::rebin().

◆ nanY

SpecialTypeIndexes Mantid::Algorithms::Stitch1D::SpecialValueIndexes::nanY

Definition at line 41 of file Stitch1D.h.

Referenced by Mantid::Algorithms::Stitch1D::rebin().


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