Mantid
Loading...
Searching...
No Matches
Namespaces
FFTSmooth2.cpp File Reference
#include "MantidAlgorithms/FFTSmooth2.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/TextAxis.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/EnumeratedString.h"
#include "MantidKernel/EnumeratedStringProperty.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/ListValidator.h"
#include "MantidKernel/Smoothing.h"
#include <boost/algorithm/string/detail/classification.hpp>
#include <boost/algorithm/string/split.hpp>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Algorithms
 
namespace  Mantid::Algorithms::FFTSmooth
 

Variable Documentation

◆ filterTypes

const std::vector<std::string> filterTypes {"Zeroing", "Butterworth"}
static

Definition at line 33 of file FFTSmooth2.cpp.

◆ m_delims

char constexpr m_delims[] = {'\t', ' ', ':', ';'}
staticconstexprprivate

Definition at line 66 of file FFTSmooth2.cpp.

◆ m_sep

char constexpr m_sep = ','
staticconstexprprivate

Definition at line 65 of file FFTSmooth2.cpp.

Referenced by Mantid::API::TableRow::sep().