![]() |
KSquare Utilities
|
Used by Raster class and MorphOp derived classes to denote a single pixel location in Raster image. More...
#include <Point.h>
Public Member Functions | |
| Point () | |
| Point (const Point &point) | |
| Point (kkint16 _row, kkint16 _col) | |
| Point (kkint32 _row, kkint32 _col) | |
| Point (float _row, float _col) | |
| kkint32 | Col () const |
| void | Col (kkint32 _col) |
| Point | DownOne () const |
| Point | LeftOne () const |
| bool | operator!= (const Point &r) const |
| Point | operator+ (const Point &r) const |
| Point | operator- (const Point &r) const |
| Point & | operator= (const Point &r) |
| bool | operator== (Point &r) const |
| Point | RightOne () const |
| kkint32 | Row () const |
| void | Row (kkint32 _row) |
| Point | UpOne () const |
| Point::Point | ( | const Point & | point | ) |
Definition at line 34 of file Point.cpp.
Referenced by KKB::Raster::DeriveImageLength().
Definition at line 43 of file Point.cpp.
Referenced by KKB::Blob::BotRight(), KKB::PointList::CalculateCenterPoint(), KKB::ContourFollower::CreatePointListFromFourier(), DownOne(), KKB::Raster::DrawPointList(), LeftOne(), operator+(), operator-(), RightOne(), KKB::Raster::RotateDerivePreRotatedPoint(), KKB::ConvexHull::Store(), KKB::Raster::ThinContour(), KKB::Blob::TopLeft(), and UpOne().
|
inline |
Definition at line 40 of file Point.h.
Referenced by KKB::PointList::BoxCoordinites(), KKB::PointList::CalculateCenterPoint(), KKB::ContourFollower::CreateFourierDescriptorBySampling(), KKB::ContourFollower::CreateFourierFromPointList(), DistanceSquare(), KKB::ConvexHull::Draw(), KKB::Raster::DrawCircle(), KKB::Raster::DrawConnectedPointList(), KKB::Raster::DrawDot(), KKB::Raster::DrawFatLine(), KKB::Raster::DrawLine(), KKB::Raster::DrawPointList(), KKB::ContourFollower::HistogramDistanceFromAPointOfEdge(), KKB::operator<<(), KKB::Raster::RotateDerivePreRotatedPoint(), KKB::Raster::SetPixelValue(), KKB::Raster::ThinContour(), and KKB::PointList::ToDelStr().
|
inline |
|
inline |
| bool Point::operator!= | ( | const Point & | r | ) | const |
Definition at line 72 of file Point.cpp.
References Point().
Referenced by KKB::Raster::DrawConnectedPointList().
| bool Point::operator== | ( | Point & | r | ) | const |
|
inline |
|
inline |
Definition at line 39 of file Point.h.
Referenced by KKB::PointList::BoxCoordinites(), KKB::PointList::CalculateCenterPoint(), KKB::ContourFollower::CreateFourierDescriptorBySampling(), KKB::ContourFollower::CreateFourierFromPointList(), DistanceSquare(), KKB::ConvexHull::Draw(), KKB::Raster::DrawCircle(), KKB::Raster::DrawConnectedPointList(), KKB::Raster::DrawDot(), KKB::Raster::DrawFatLine(), KKB::Raster::DrawLine(), KKB::Raster::DrawPointList(), KKB::ContourFollower::HistogramDistanceFromAPointOfEdge(), KKB::operator<<(), KKB::Raster::RotateDerivePreRotatedPoint(), KKB::Raster::SetPixelValue(), KKB::Raster::ThinContour(), and KKB::PointList::ToDelStr().