Mantid
Loading...
Searching...
No Matches
AlgorithmIDProxy.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2014 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "MantidAPI/IAlgorithm.h" // for AlgorithmID typedef
10
11namespace Mantid {
12namespace PythonInterface {
20
21 bool operator==(const AlgorithmIDProxy &rhs) { return (id == rhs.id); }
24};
25} // namespace PythonInterface
26} // namespace Mantid
const std::vector< double > & rhs
void * AlgorithmID
As we have multiple interfaces to the same logical algorithm we need a way of uniquely identifying ma...
Definition: IAlgorithm.h:28
Helper class which provides the Collimation Length for SANS instruments.
Provides a concrete type to wrap & return AlgorithmIDs that are actually just typedefs for void*.
bool operator==(const AlgorithmIDProxy &rhs)
API::AlgorithmID id
held ID value
AlgorithmIDProxy(API::AlgorithmID p)
Construct with existing pointer.