#include <iostream>
#include <BLassert.H>
#include <BoxArray.H>
Defines | |
#define | BL_IGNORE_MAX 100000 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const BoxArray &ba) |
Write a BoxArray to an ostream in ASCII format. | |
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. |
#define BL_IGNORE_MAX 100000 |
std::ostream& operator<< | ( | std::ostream & | os, | |
const BoxArray & | ba | |||
) |