Minimal class for maintining BBox information of the composite DAGH structure. More...
#include "DAGHParams.h"#include "BBox.h"#include <iosfwd>#include <cstdlib>Go to the source code of this file.
Classes | |
| class | GridBox |
| A minimal class for maintining BBox information of the composite DAGH structure. More... | |
Defines | |
| #define | GridBoxNULL ((GridBox *) 0) |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const GridBox &gb) |
| std::ofstream & | operator<< (std::ofstream &ofs, const GridBox &gb) |
| std::ifstream & | operator>> (std::ifstream &ifs, GridBox &gb) |
| std::stringstream & | operator<< (std::stringstream &ofs, const GridBox &gb) |
| std::stringstream & | operator>> (std::stringstream &ifs, GridBox &gb) |
Minimal class for maintining BBox information of the composite DAGH structure.
| #define GridBoxNULL ((GridBox *) 0) |
Referenced by operator<<(), and operator>>().
| std::stringstream& operator<< | ( | std::stringstream & | ofs, | |
| const GridBox & | gb | |||
| ) |
References GridBoxNULL.
| std::ofstream& operator<< | ( | std::ofstream & | ofs, | |
| const GridBox & | gb | |||
| ) |
References GridBoxNULL.
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const GridBox & | gb | |||
| ) |
References GridBox::gbBBox(), and GridBoxNULL.
| std::stringstream& operator>> | ( | std::stringstream & | ifs, | |
| GridBox & | gb | |||
| ) |
References GridBoxNULL.
| std::ifstream& operator>> | ( | std::ifstream & | ifs, | |
| GridBox & | gb | |||
| ) |
References GridBoxNULL.
1.6.3