#include <list>#include <vector>#include <iostream>#include <CCLib\DataPoint.hpp>Namespaces | |
| namespace | std |
Functions | |
| int | SearchPoint (vector< Point > &wave, Pt &pts) |
| bool | ConnectivityTest (Pt &pt1, Pt &pt2) |
| Pt | FollowingPoint (Pt &point, int direction) |
| bool | ValidPoint (Pt &pt, int w, int h) |
| void | VPPrint (vector< Pt > &wave) |
| void | VVPPrint (vector< vector< Pt > > &wave) |
| void | LPPrint (list< Pt > &stack) |
|
||||||||||||
|
connectivity test between two given points |
|
||||||||||||
|
find a following point according to a freeman direction |
|
|
print pt vector |
|
||||||||||||
|
search a point into a list point and return this position |
|
||||||||||||||||
|
test a valid point according to an image's size |
|
|
print pt vector |
|
|
print vector of pt vector |
1.3