Implementation of BBox. More...
#include "BBox.h"#include <iostream>#include <fstream>#include <sstream>Defines | |
| #define | MATCH(s, c) while ((s).get() != (c)) |
Functions | |
| std::istream & | operator>> (std::istream &s, BBox &bb) |
| std::ostream & | operator<< (std::ostream &s, BBox const &bb) |
| std::ifstream & | operator>> (std::ifstream &s, BBox &bb) |
| std::ofstream & | operator<< (std::ofstream &s, const BBox &bb) |
| std::stringstream & | operator>> (std::stringstream &s, BBox &bb) |
| std::stringstream & | operator<< (std::stringstream &s, const BBox &bb) |
| BBox * | accrete (BBox const *const bbox, const int n, const int c) |
| BBox * | grow (BBox const *const bbox, const int n, const int c) |
| BBox * | accrete (BBox const *const bbox, const int n, Coords const &c) |
| BBox * | grow (BBox const *const bbox, const int n, Coords const &c) |
Implementation of BBox.
| #define MATCH | ( | s, | |||
| c | ) | while ((s).get() != (c)) |
Referenced by operator>>().
| std::ostream& operator<< | ( | std::ostream & | s, | |
| BBox const & | bb | |||
| ) |
References BBox::empty(), BBox::lower(), BBox::rank, BBox::stepsize(), and BBox::upper().
1.6.3