#include <winstd.H>
#include <algorithm>
#include <iostream>
#include <BoxArray.H>
#include <BoxList.H>
Functions | |
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::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::accrete (const BoxList &bl, int sz) |
Returns a new BoxList in which each Box is grown by the given size. | |
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. | |
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().