Mantid
Loading...
Searching...
No Matches
Namespaces | Typedefs
SmoothNeighbours.cpp File Reference
#include "MantidAlgorithms/SmoothNeighbours.h"
#include "MantidAPI/InstrumentValidator.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidAPI/WorkspaceNearestNeighbourInfo.h"
#include "MantidDataObjects/EventList.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/OffsetsWorkspace.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidGeometry/ICompAssembly.h"
#include "MantidGeometry/IComponent.h"
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/EnabledWhenProperty.h"
#include "MantidKernel/ListValidator.h"

Go to the source code of this file.

Namespaces

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

Typedefs

using ConstVecProperties = const VecProperties
 
using VecProperties = std::vector< Mantid::Kernel::Property * >
 

Typedef Documentation

◆ ConstVecProperties

Definition at line 30 of file SmoothNeighbours.cpp.

◆ VecProperties

using VecProperties = std::vector<Mantid::Kernel::Property *>

Definition at line 29 of file SmoothNeighbours.cpp.

Variable Documentation

◆ m_callable

Callable m_callable
private

Definition at line 57 of file SmoothNeighbours.cpp.