Mantid
|
#include "MantidGeometry/DllConfig.h"
#include "MantidGeometry/IComponent.h"
#include <deque>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::ICompAssembly |
Class for Assembly of geometric components. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Typedefs | |
using | Mantid::Geometry::ICompAssembly_const_sptr = std::shared_ptr< const ICompAssembly > |
Shared pointer to a const ICompAssembly. More... | |
using | Mantid::Geometry::ICompAssembly_sptr = std::shared_ptr< ICompAssembly > |
Shared pointer to a ICompAssembly. More... | |