Image Component Library (ICL)
|
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/Point32f.h>
#include <ICLUtils/Size32f.h>
#include <ICLUtils/Rect.h>
#include <stdio.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | icl::utils::Rect32f |
Floating point precision implementation of the Rect class. More... | |
Namespaces | |
icl | |
undocument this line if you encounter any issues! | |
icl::utils | |
Functions | |
ICLUtils_API std::ostream & | icl::utils::operator<< (std::ostream &s, const Rect32f &r) |
ostream operator (x,y)wxy More... | |
ICLUtils_API std::istream & | icl::utils::operator>> (std::istream &s, Rect32f &r) |
istream operator More... | |