Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

LookoutSketchEvent Class Reference

Inheritance diagram for LookoutSketchEvent:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 51 of file LookoutEvents.h.

Public Member Functions

virtual LookoutEventType_t getLookoutEventType () const
 LookoutSketchEvent (bool _success, DualCoding::Sketch< DualCoding::uchar > &_img, const NEWMAT::Matrix &mat)
 LookoutSketchEvent (bool _success, DualCoding::Sketch< DualCoding::uchar > &_img, const NEWMAT::Matrix &mat, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur=0)
 LookoutSketchEvent (bool _success, DualCoding::Sketch< DualCoding::uchar > &_img, const NEWMAT::Matrix &mat, EventGeneratorID_t gid, unsigned int sid, EventTypeID_t tid, unsigned int dur, const std::string &n, float mag)
 LookoutSketchEvent (const LookoutSketchEvent &other)
 copy constructor (shallow copy)
const DualCoding::Sketch<
DualCoding::uchar > & 
getSketch () const
virtual EventBaseclone () const
 allows a copy to be made of an event, supporting polymorphism

Protected Attributes

DualCoding::Sketch< DualCoding::ucharimg

Private Member Functions

LookoutSketchEventoperator= (const LookoutSketchEvent &)


Member Function Documentation

virtual EventBase* LookoutSketchEvent::clone (  )  const [inline, virtual]

allows a copy to be made of an event, supporting polymorphism

Must be overridden by all subclasses to allow this to happen

I would like to switch this over to the cloneable interface once the compiler gets updated out of the 3.3 branch... see Cloneable::clone() for a discussion of the issue and implementation notes.

Reimplemented from LookoutPointAtEvent.

Definition at line 71 of file LookoutEvents.h.


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

Tekkotsu v3.0
Generated Fri May 11 20:08:21 2007 by Doxygen 1.4.7