Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
IDomainCreator.h File Reference
#include "MantidAPI/DomainCreatorFactory.h"
#include "MantidAPI/IFunction.h"
#include "MantidKernel/IPropertyManager.h"

Go to the source code of this file.

Classes

class  Mantid::API::IDomainCreator
 An base class for domain creators for use in Fit. More...
 

Namespaces

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

Macros

#define DECLARE_DOMAINCREATOR(classname)
 

Typedefs

using Mantid::API::IDomainCreator_sptr = std::shared_ptr< IDomainCreator >
 Typedef for a shared pointer to IDomainCreator. More...
 

Macro Definition Documentation

◆ DECLARE_DOMAINCREATOR

#define DECLARE_DOMAINCREATOR (   classname)
Value:
namespace { \
Mantid::Kernel::RegistrationHelper \
register_alg_##classname(((Mantid::API::DomainCreatorFactory::Instance().subscribe<classname>(#classname)), 0)); \
}
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...

Definition at line 139 of file IDomainCreator.h.