Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LookoutSearchRequest Class Reference

#include <LookoutRequests.h>

Inheritance diagram for LookoutSearchRequest:

List of all members.


Detailed Description

Search for an object and return when found.

Definition at line 261 of file LookoutRequests.h.


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()  )  [inline]

Constructor.

Definition at line 267 of file LookoutRequests.h.

LookoutSearchRequest ( const LookoutSearchRequest req  )  [inline]

Copy constructor.

Definition at line 272 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 264 of file LookoutRequests.h.


Member Data Documentation

Definition at line 276 of file LookoutRequests.h.

Referenced by Lookout::setupSearch().

Minimum acceptable size of a region.

Definition at line 277 of file LookoutRequests.h.

bool(* exitTest)()

If true, target has been found.

color_index cindex [private]

Definition at line 281 of file LookoutRequests.h.

Referenced by Lookout::setupSearch().


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

DualCoding 4.0
Generated Thu Nov 22 00:53:58 2007 by Doxygen 1.5.4