#include <cstddef>#include <IndexType.H>#include <BoxList.H>#include <Array.H>#include <Pointers.H>


Go to the source code of this file.
Namespaces | |
| namespace | BoxLib |
Classes | |
| class | BoxArray |
| : An Array of Boxes More... | |
| class | BoxArray::Ref |
Functions | |
| BoxArray | BoxLib::boxComplement (const Box &b1in, const Box &b2) |
| Makes a BoxArray from the the complement of b2 in b1in. | |
| BoxArray | BoxLib::complementIn (const Box &b, const BoxArray &ba) |
| Makes a BoxArray from the complement of BoxArray ba in Box b. | |
| BoxArray | BoxLib::intersect (const BoxArray &ba, const Box &b) |
| Makes a BoxArray from the intersection of Box b and BoxArray ba. | |
| BoxArray | BoxLib::intersect (const BoxArray &lhs, const BoxArray &rhs) |
| Makes a BoxArray from the intersection of two BoxArrays. | |
| std::ostream & | operator<< (std::ostream &os, const BoxArray &ba) |
| Write a BoxArray to an ostream in ASCII format. | |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const BoxArray & | ba | |||
| ) |
1.5.5