#include "cxResourceExport.h"
#include "cxPrecompiledHeader.h"
#include "boost/array.hpp"
#include "cxVector3D.h"
#include <vector>
Go to the source code of this file.
|
class | cx::IntBoundingBox3D |
| Representation of an integer bounding box in 3D. The data are stored as {xmin,xmax,ymin,ymax,zmin,zmax}, in order to simplify communication with vtk. More...
|
|
class | cx::DoubleBoundingBox3D |
| Representation of a floating-point bounding box in 3D. The data are stored as {xmin,xmax,ymin,ymax,zmin,zmax}, in order to simplify communication with vtk. More...
|
|
|
| cx |
| Namespace for all CustusX production code.
|
|
|
std::ostream & | cx::operator<< (std::ostream &s, const IntBoundingBox3D &data) |
|
bool | cx::similar (const DoubleBoundingBox3D &a, const DoubleBoundingBox3D &b, double tol) |
|
std::ostream & | cx::operator<< (std::ostream &s, const DoubleBoundingBox3D &data) |
|
DoubleBoundingBox3D | cx::intersection (DoubleBoundingBox3D a, DoubleBoundingBox3D b) |
|