114 std::ostream& operator<< (std::ostream& left,
__int16 kkint16
16 bit signed integer.
Point & operator=(const Point &r)
PointList(const PointList &pointList)
Point operator+(const Point &r) const
static PointListPtr FromDelStr(const KKStr &s)
bool operator!=(const Point &r) const
float ComputeSegmentLens(float heightFactor, float widthFactor) const
std::vector< Point > VectorPoint
Point(float _row, float _col)
Used by Raster class and MorphOp derived classes to denote a single pixel location in Raster image...
KKStr ToDelStr(char del) const
static KKStr Concat(const std::vector< std::string > &values)
Concatenates the list of 'std::string' strings.
Point(const Point &point)
Point(kkint32 _row, kkint32 _col)
Point CalculateCenterPoint()
Point operator-(const Point &r) const
Container object used to maintaining a list of pixel locations.
void BoxCoordinites(kkint32 &minRow, kkint32 &minCol, kkint32 &maxRow, kkint32 &maxCol)
Point(kkint16 _row, kkint16 _col)
bool operator==(Point &r) const