Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

DataPoint.hpp File Reference

Go to the source code of this file.

Compounds

class  Point

Typedefs

typedef Point Pt

Functions

Point FollowingPoint (Pt &, int)
bool ValidPoint (Pt &, int, int)
int SearchPoint (vector< Point > &, Pt)
bool ConnectivityTest (Pt &, Pt &)
void VPPrint (vector< Pt > &)
void VVPPrint (vector< vector< Pt > > &)
void LPPrint (list< Pt > &)


Detailed Description

Author:
mathieu delalandre
Date:
04/2003

Typedef Documentation

typedef class Point Pt
 

struct point


Function Documentation

bool ConnectivityTest Pt pt1,
Pt pt2
 

connectivity test between two given points

Point FollowingPoint Pt point,
int  direction
 

find a following point according to a freeman direction

void LPPrint list< Pt > &  stack  ) 
 

print pt vector

int SearchPoint vector< Point > &  ,
Pt 
 

bool ValidPoint Pt pt,
int  w,
int  h
 

test a valid point according to an image's size

void VPPrint vector< Pt > &  wave  ) 
 

print pt vector

void VVPPrint vector< vector< Pt > > &  wave  ) 
 

print vector of pt vector


Generated on Mon May 31 22:42:45 2004 for CCLib by doxygen1.3