#include <iosfwd>#include <list>#include <IntVect.H>#include <IndexType.H>#include <Box.H>


Go to the source code of this file.
Namespaces | |
| namespace | BoxLib |
Classes | |
| class | BoxList |
| : A List of Boxes More... | |
Functions | |
| BoxList | BoxLib::complementIn (const Box &b, const BoxList &bl) |
| Returns a BoxList defining the complement of BoxList bl in Box b. | |
| BoxList | BoxLib::boxDiff (const Box &b1in, const Box &b2) |
| Returns BoxList defining the compliment of b2 in b1in. | |
| BoxList | BoxLib::refine (const BoxList &bl, int ratio) |
| Returns a new BoxList in which each Box is refined by the given ratio. | |
| BoxList | BoxLib::coarsen (const BoxList &bl, int ratio) |
| Returns a new BoxList in which each Box is coarsened by the given ratio. | |
| BoxList | BoxLib::intersect (const BoxList &bl, const Box &b) |
| Returns a BoxList defining the intersection of bl with b. | |
| BoxList | BoxLib::intersect (const BoxList &bl, const BoxList &br) |
| Returns a BoxList defining the intersection of bl with br. | |
| BoxList | BoxLib::accrete (const BoxList &bl, int sz) |
| Returns a new BoxList in which each Box is grown by the given size. | |
| std::ostream & | operator<< (std::ostream &os, const BoxList &blist) |
| Output a BoxList to an ostream in ASCII format. | |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const BoxList & | blist | |||
| ) |
Output a BoxList to an ostream in ASCII format.
References BoxList::begin(), BoxList::end(), BoxLib::Error(), BoxList::ixType(), and BoxList::size().
1.5.5