Namespaces |
namespace | PIRL |
| The Planetary Image Research Laboratory.
|
Defines |
#define | AS_STRING(name) STRINGIFIED(name) |
#define | STRINGIFIED(name) #name |
Functions |
std::ostream & | PIRL::operator<< (std::ostream &stream, const Point_2D &point) |
| Print a Point_2D description to an output stream.
|
std::ostream & | PIRL::operator<< (std::ostream &stream, const Size_2D &size) |
| Print a Size_2D description to an output stream.
|
std::ostream & | PIRL::operator<< (std::ostream &stream, const Rectangle &rectangle) |
| Print a Rectangle description to an output stream.
|
std::ostream & | PIRL::operator<< (std::ostream &stream, const Cube &cube) |
| Print a Cube description to an output stream.
|