Mantid
|
#include "MantidGeometry/DllConfig.h"
#include <iomanip>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <string>
#include <typeinfo>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::Parameter |
Base class for parameters of an instrument. More... | |
class | Mantid::Geometry::ParameterType< Type > |
Templated class for parameters of type Type . More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Geometry::Parameter_sptr = std::shared_ptr< Parameter > |
Typedef for the shared pointer. More... | |