#include <memory>
#include <vector>
#include <Poco/DOM/DOMParser.h>
#include <Poco/DOM/Document.h>
#include <Poco/DOM/Element.h>
#include <Poco/DOM/NodeFilter.h>
#include <Poco/DOM/NodeIterator.h>
#include <Poco/DOM/NodeList.h>
#include <Poco/File.h>
#include <Poco/Path.h>
#include "ImplicitFunctionBuilder.h"
#include "ImplicitFunctionParameterParser.h"
#include "MantidAPI/DllConfig.h"
#include "MantidKernel/ArrayProperty.h"
Go to the source code of this file.
|
namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments.
|
|
namespace | Mantid::API |
|
◆ DECLARE_IMPLICIT_FUNCTION_PARSER
#define DECLARE_IMPLICIT_FUNCTION_PARSER |
( |
|
classname | ) |
|
Value: namespace { \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Definition at line 15 of file ImplicitFunctionParser.h.