Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
BoundingBox.h File Reference
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/Tolerance.h"
#include "MantidKernel/V3D.h"
#include <memory>
#include <sstream>

Go to the source code of this file.

Classes

class  Mantid::Geometry::BoundingBox
 A simple structure that defines an axis-aligned cuboid shaped bounding box for a geometrical object. More...
 

Namespaces

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

Typedefs

using Mantid::Geometry::BoundingBox_const_sptr = std::shared_ptr< const BoundingBox >
 A shared pointer to a const BoundingBox. More...
 
using Mantid::Geometry::BoundingBox_sptr = std::shared_ptr< BoundingBox >
 A shared pointer to a BoundingBox. More...
 

Functions

MANTID_GEOMETRY_DLL std::ostream & Mantid::Geometry::operator<< (std::ostream &os, const BoundingBox &box)
 Print out the bounding box values to a stream. More...