Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

DualCoding::LookoutSearchRequest Class Reference

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

#include <LookoutRequests.h>

Inheritance diagram for DualCoding::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

DualCoding::LookoutSearchRequest::LookoutSearchRequest ( const ShapeRoot &  target = ShapeRoot()  ) 

Constructor.

Definition at line 266 of file LookoutRequests.h.

DualCoding::LookoutSearchRequest::LookoutSearchRequest ( const LookoutSearchRequest req  ) 

Copy constructor.

Definition at line 271 of file LookoutRequests.h.


Member Function Documentation

LookoutSearchRequest& DualCoding::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

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 DualCoding::Lookout::processSearchEvent().


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

Tekkotsu v5.1CVS
Generated Fri Mar 16 05:27:35 2012 by Doxygen 1.6.3