Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
Point.h File Reference
#include <ICLUtils/Macros.h>
#include <ostream>
#include <ipp.h>

Go to the source code of this file.

Classes

class  icl::utils::Point
 Point class of the ICL used e.g. for the Images ROI offset. More...

Namespaces

namespace  icl
 

The ICL-namespace.


namespace  icl::utils

Functions

ICLUtils_API std::ostream & icl::utils::operator<< (std::ostream &s, const Point &p)
 ostream operator (x,y)
ICLUtils_API std::istream & icl::utils::operator>> (std::istream &s, Point &p)
 istream operator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines