KSquare Utilities
Point.h File Reference
#include "KKBaseTypes.h"
#include "KKQueue.h"
#include "KKStr.h"

Go to the source code of this file.

Classes

class  KKB::Point
 Used by Raster class and MorphOp derived classes to denote a single pixel location in Raster image. More...
 
class  KKB::PointList
 Container object used to maintaining a list of pixel locations. More...
 

Namespaces

 KKB
 KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
 

Typedefs

typedef PointList::PointListPtr KKB::PointListPtr
 
typedef Point * KKB::PointPtr
 
typedef std::vector< Point > KKB::VectorPoint
 

Functions

KKStrKKB::operator<< (KKStr &left, const Point &right)
 
std::ostream & KKB::operator<< (std::ostream &left, const Point &right)