#include <iostream>#include <BoxLib.H>#include <Orientation.H>

Defines | |
| #define | BL_IGNORE_MAX 100000 |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Orientation &o) |
| Write to an ostream in ASCII format. | |
| std::istream & | operator>> (std::istream &is, Orientation &o) |
| #define BL_IGNORE_MAX 100000 |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Orientation & | o | |||
| ) |
| std::istream& operator>> | ( | std::istream & | is, | |
| Orientation & | o | |||
| ) |
References BL_IGNORE_MAX, BoxLib::Error(), and Orientation::val.
1.5.5