USML
proplossListener Class Referenceabstract

Detailed Description

This class is part of a Observer/Subject pattern for the wave_queue class and allows for multiple proploss listeners to be added to wave_queue.

The addEigenray call must be defined in each class which inherits it.

Constructor & Destructor Documentation

virtual ~proplossListener ( )
inlinevirtual

Destructor.

proplossListener ( )
inlineprotected

Constructor - protected.

proplossListener ( const proplossListener yRef)
private

Member Function Documentation

virtual bool addEigenray ( unsigned  targetRow,
unsigned  targetCol,
eigenray  pRay 
)
pure virtual

addEigenray Pure virtual method to add eigenray to an object.

Parameters
targetRowIndex of the target row to add to list of eigenrays
targetColIndex of the target row to add to list of eigenrays
pRayPointer to eigenray data to add to list of eigenrays

Implemented in proploss.

proplossListener& operator= ( const proplossListener yRef)
private