Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LookoutSearchRequest Class Reference

Search for an object and return when found. More...

#include <LookoutRequests.h>

Inheritance diagram for LookoutSearchRequest:

Detailed Description

Search for an object and return when found.

Definition at line 260 of file LookoutRequests.h.

List of all members.

Public Member Functions

 LookoutSearchRequest (const ShapeRoot &target=ShapeRoot())
 Constructor.
 LookoutSearchRequest (const LookoutSearchRequest &req)
 Copy constructor.

Public Attributes

ShapeRoot targetShape
int minBlobArea
 Minimum acceptable size of a region.
bool(* exitTest )()
 If true, target has been found.

Private Member Functions

LookoutSearchRequestoperator= (const LookoutSearchRequest &)
 don't call this

Private Attributes

color_index cindex

Friends

class Lookout

Constructor & Destructor Documentation

LookoutSearchRequest ( const ShapeRoot target = ShapeRoot()  ) 

Constructor.

Definition at line 266 of file LookoutRequests.h.

Copy constructor.

Definition at line 271 of file LookoutRequests.h.


Member Function Documentation

LookoutSearchRequest& operator= ( const LookoutSearchRequest  )  [private]

don't call this


Friends And Related Function Documentation

friend class Lookout [friend]

Definition at line 263 of file LookoutRequests.h.


Member Data Documentation

color_index cindex [private]

Definition at line 280 of file LookoutRequests.h.

Referenced by Lookout::processSearchEvent(), and Lookout::setupSearch().

bool(* exitTest)()

If true, target has been found.

Definition at line 277 of file LookoutRequests.h.

Minimum acceptable size of a region.

Definition at line 276 of file LookoutRequests.h.

Referenced by Lookout::processSearchEvent().


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

DualCoding 5.1CVS
Generated Tue Aug 23 17:13:39 2011 by Doxygen 1.6.3