Implementation of GridBox. More...
#include "GridBox.h"#include <iostream>#include <fstream>#include <sstream>| 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) | 
Implementation of GridBox.
| 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
 1.6.3