#include <PositionFilter.h>
Inheritance diagram for gadget::PositionFilter:

Public Methods | |
| PositionFilter () | |
| Constructor. More... | |
| virtual | ~PositionFilter () |
| Destructor. More... | |
| virtual bool | config (jccl::ConfigElementPtr c)=0 |
| Configuration for the filter. More... | |
| virtual void | apply (std::vector< PositionData > &posSample)=0 |
| Apply the pos filter. More... | |
Static Public Methods | |
| std::string | getElementType () |
| Returns the string rep of the element type used to config this device. More... | |
Definition at line 52 of file PositionFilter.h.
|
|
Constructor.
Definition at line 59 of file PositionFilter.h.
00060 {;}
|
|
|
Destructor.
Definition at line 63 of file PositionFilter.h.
00064 {;}
|
|
|
Configuration for the filter.
Implemented in gadget::PositionXformFilter. |
|
|
Apply the pos filter. Apply the filter to the posSample in place.
Implemented in gadget::PositionXformFilter. |
|
|
Returns the string rep of the element type used to config this device. This string is used by the device factory to look up device drivers based up the type of element it is trying to load. Reimplemented in gadget::PositionXformFilter. Definition at line 83 of file PositionFilter.h.
00084 {
00085 return std::string("UndefinedPosFilter");
00086 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002