DeadReckoning Class Reference

Abstract base class for Dead Reckoning distance transform algorithms. More...

#include <DeadReckoning.h>

Inheritance diagram for DeadReckoning:

DistanceTransform DeadReckoning_3x3 DeadReckoning_7x7 List of all members.

Public Member Functions

 DeadReckoning (const int xSize, const int ySize, const bool unload=true)
virtual bool getP (const int x, const int y, int &px, int &py) const
 return the "parent" (border point) associated with this point

Protected Attributes

P * p

Detailed Description

Abstract base class for Dead Reckoning distance transform algorithms.


Member Function Documentation

virtual bool DeadReckoning::getP const int  x,
const int  y,
int &  px,
int &  py
const [virtual]
 

return the "parent" (border point) associated with this point

Parameters:
x is the x location
y is the y location
px is the parent's x location to be returned
py is the parent's y location to be returned
Returns:
true if the parent is know; otherwise false.

Reimplemented from DistanceTransform.


The documentation for this class was generated from the following file:
Generated on Thu Jan 12 10:28:50 2006 by  doxygen 1.4.5