![]() |
PDS_JP2
|
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | Point_2D |
A Point_2D holds 2-dimensional position information. More... | |
struct | Size_2D |
A Size_2D holds 2-dimensional size information. More... | |
struct | Rectangle |
A Rectangle is a position with a size. More... | |
Namespaces | |
namespace | UA |
namespace | UA::HiRISE |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const Point_2D &point) |
Print a Point_2D description to an output stream. | |
std::ostream & | operator<< (std::ostream &stream, const Size_2D &size) |
Print a Size_2D description to an output stream. | |
std::ostream & | operator<< (std::ostream &stream, const Rectangle &rectangle) |
Print a Rectangle description to an output stream. |