ot::RangeFilterNode Class Reference

#include <RangeFilterNode.h>

Inheritance diagram for ot::RangeFilterNode:

Inheritance graph
[legend]
Collaboration diagram for ot::RangeFilterNode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual int isEventGenerator ()
virtual void onEventGenerated (Event &event, Node &generator)

Protected Member Functions

 RangeFilterNode (float min, float max)

Protected Attributes

float min
 minimum length, stores as the square of the length not the actual length !
float max
 maximum length stored as the square of the length not the actual length !

Friends

class CommonNodeFactory

Constructor & Destructor Documentation

ot::RangeFilterNode::RangeFilterNode float  min,
float  max
[protected]
 

constructor method


Member Function Documentation

int ot::RangeFilterNode::isEventGenerator  )  [virtual]
 

tests for EventGenerator interface being present. Returns the result of the childs implementation of this method.

Returns:
1 if child implements EventGenerator, 0 otherwise

Reimplemented from ot::Node.

void ot::RangeFilterNode::onEventGenerated Event event,
Node generator
[virtual]
 

this method is called by the EventGenerator to update it's observers.

Reimplemented from ot::Node.


Friends And Related Function Documentation

friend class CommonNodeFactory [friend]
 


Member Data Documentation

float ot::RangeFilterNode::max [protected]
 

maximum length stored as the square of the length not the actual length !

float ot::RangeFilterNode::min [protected]
 

minimum length, stores as the square of the length not the actual length !


The documentation for this class was generated from the following files:
Generated on Wed Feb 28 15:28:43 2007 for NaviTrack by  doxygen 1.4.6