#include <ost/message.hh>
#include <iosfwd>
#include "point.hh"
#include "size.hh"
Go to the source code of this file.
Data Structures | |
struct | InvalidExtentException |
class | Extent |
Defines lower and upper valid indices. More... | |
Namespaces | |
namespace | ost |
namespace | ost::img |
Functions | |
DLLEXPORT_OST_IMG_BASE bool | HasOverlap (const Extent &e1, const Extent &e2) |
DLLEXPORT_OST_IMG_BASE Extent | Overlap (const Extent &e1, const Extent &e2) |
DLLEXPORT_OST_IMG_BASE std::ostream & | operator<< (std::ostream &os, const img::Extent &b) |