amroc/hds/src/BBoxList.C File Reference
Implementation of BBoxList.
More...
#include "BBoxList.h"
#include "DAGHParams.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>
Detailed Description
Implementation of BBoxList.
- Author:
- Manish Parashar
Function Documentation
std::stringstream& operator<< |
( |
std::stringstream & |
ofs, |
|
|
const BBoxList & |
cbbl | |
|
) |
| | |
std::ofstream& operator<< |
( |
std::ofstream & |
ofs, |
|
|
const BBoxList & |
cbbl | |
|
) |
| | |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BBoxList & |
cbbl | |
|
) |
| | |
std::stringstream& operator>> |
( |
std::stringstream & |
ifs, |
|
|
BBoxList & |
cbbl | |
|
) |
| | |
std::ifstream& operator>> |
( |
std::ifstream & |
ifs, |
|
|
BBoxList & |
cbbl | |
|
) |
| | |