OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ostream>
#include <sstream>
#include <ossim/base/ossimIrect.h>
#include <ossim/base/ossimDrect.h>
#include <ossim/base/ossimKeywordlist.h>
#include <ossim/base/ossimString.h>
#include <ossim/base/ossimKeywordNames.h>
Go to the source code of this file.
Macros | |
#define | MAX(x, y) ((x)>(y)?(x):(y)) |
#define | MIN(x, y) ((x)>(y)?(y):(x)) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ossimIrect &rect) |
Definition at line 27 of file ossimIrect.cpp.
Referenced by ossimIrect::clipToRect().
Definition at line 28 of file ossimIrect.cpp.
Referenced by ossimIrect::clipToRect().
std::ostream& operator<< | ( | std::ostream & | os, |
const ossimIrect & | rect | ||
) |