|
DP3
|
Class representing a 2-dim box. More...
#include <casacore/casa/BasicMath/Math.h>#include <cassert>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | dp3::parmdb::Box |
| Class representing a 2-dim box. More... | |
Namespaces | |
| dp3 | |
| This file has generic helper routines for testing steps. | |
| dp3::parmdb | |
Typedefs | |
| typedef std::pair< double, double > | dp3::parmdb::Point |
| Point: A point in a 2-D space. More... | |
Functions | |
| Box | dp3::parmdb::intersect (const Box &lhs, const Box &rhs) |
| Box | dp3::parmdb::unite (const Box &lhs, const Box &rhs) |
Class representing a 2-dim box.