Open
Graph Drawing
Framework

 v.2010.10
 

Classes | Public Member Functions | Private Attributes

ogdf::NearestRectangleFinder Class Reference

#include <ogdf/basic/NearestRectangleFinder.h>

List of all members.

Classes

struct  PairRectDist
struct  RectRegion

Public Member Functions

 NearestRectangleFinder (double mad=20, double td=5)
void maxAllowedDistance (double mad)
double maxAllowedDistance () const
void toleranceDistance (double td)
double toleranceDistance () const
void find (const Array< RectRegion > &region, const Array< DPoint > &point, Array< List< PairRectDist > > &nearest)
void findSimple (const Array< RectRegion > &region, const Array< DPoint > &point, Array< List< PairRectDist > > &nearest)

Private Attributes

double m_maxAllowedDistance
double m_toleranceDistance

Detailed Description

Definition at line 74 of file NearestRectangleFinder.h.


Constructor & Destructor Documentation

ogdf::NearestRectangleFinder::NearestRectangleFinder ( double  mad = 20,
double  td = 5 
) [inline]

Definition at line 81 of file NearestRectangleFinder.h.


Member Function Documentation

void ogdf::NearestRectangleFinder::find ( const Array< RectRegion > &  region,
const Array< DPoint > &  point,
Array< List< PairRectDist > > &  nearest 
)
void ogdf::NearestRectangleFinder::findSimple ( const Array< RectRegion > &  region,
const Array< DPoint > &  point,
Array< List< PairRectDist > > &  nearest 
)
double ogdf::NearestRectangleFinder::maxAllowedDistance (  )  const [inline]

Definition at line 89 of file NearestRectangleFinder.h.

void ogdf::NearestRectangleFinder::maxAllowedDistance ( double  mad  )  [inline]

Definition at line 88 of file NearestRectangleFinder.h.

void ogdf::NearestRectangleFinder::toleranceDistance ( double  td  )  [inline]

Definition at line 95 of file NearestRectangleFinder.h.

double ogdf::NearestRectangleFinder::toleranceDistance (  )  const [inline]

Definition at line 96 of file NearestRectangleFinder.h.


Member Data Documentation

Definition at line 119 of file NearestRectangleFinder.h.

Definition at line 122 of file NearestRectangleFinder.h.


The documentation for this class was generated from the following file: