|
Mantid
|
#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 * > |
| using ConstVecProperties = const VecProperties |
Definition at line 30 of file SmoothNeighbours.cpp.
| using VecProperties = std::vector<Mantid::Kernel::Property *> |
Definition at line 29 of file SmoothNeighbours.cpp.
|
private |
Definition at line 57 of file SmoothNeighbours.cpp.