org.hfbk.vis.visnode.VisUeberwach.Sensor Interface Reference

Inheritance diagram for org.hfbk.vis.visnode.VisUeberwach.Sensor:

Inheritance graph
[legend]
List of all members.

Public Member Functions

abstract float getCost (VisTrack track)
abstract void update (VisTrack track)

Detailed Description

a virtual Sensor, usually backed by some real sensor.

every Sensor should be a VisNode for visualisation and spatial computations.

Definition at line 193 of file VisUeberwach.java.


Member Function Documentation

abstract float org.hfbk.vis.visnode.VisUeberwach.Sensor.getCost ( VisTrack  track  )  [pure virtual]

get costs for the measurement of this sensor under the history of given track

Implemented in org.hfbk.vis.visnode.VisUeberwach.VisSonar.

Referenced by org.hfbk.vis.visnode.VisUeberwach.trackOne().

Here is the caller graph for this function:

abstract void org.hfbk.vis.visnode.VisUeberwach.Sensor.update ( VisTrack  track  )  [pure virtual]

update one track with this sensors measurements. null pos/dpos in the track indicate a new track and initial values should be set.

Implemented in org.hfbk.vis.visnode.VisUeberwach.VisSonar.

Referenced by org.hfbk.vis.visnode.VisUeberwach.trackOne().

Here is the caller graph for this function:


The documentation for this interface was generated from the following file:
Generated on Tue Apr 7 18:00:08 2009 for visclient by  doxygen 1.5.1