9#include "MantidAPI/DllConfig.h"
23class WorkspaceNearestNeighbours;
31 const int nNeighbours = 8);
35 std::map<specnum_t, Kernel::V3D> getNeighbours(
specnum_t spec,
const double radius)
const;
36 std::map<specnum_t, Kernel::V3D> getNeighboursExact(
specnum_t spec)
const;
IPeaksWorkspace_sptr workspace
Base MatrixWorkspace Abstract Class.
WorkspaceNearestNeighbourInfo provides easy access to nearest-neighbour information for a workspace.
const MatrixWorkspace & m_workspace
std::unique_ptr< WorkspaceNearestNeighbours > m_nearestNeighbours
~WorkspaceNearestNeighbourInfo()
Interface class for detector objects.
Helper class which provides the Collimation Length for SANS instruments.
int32_t specnum_t
Typedef for a spectrum Number.