|
cisst-saw
|
#include <mtsStateTableFilter.h>
Public Types | |
| typedef mtsStateTable::Accessor< _elementType > | AccessorType |
Public Member Functions | |
| mtsStateTableFilter (AccessorType *sa, _filterMethod fm) | |
| ~mtsStateTableFilter () | |
| bool | GetValue (const _elementType &stateValue, _outputType &value) const |
| Public Member Functions inherited from mtsStateTableFilterCommon< _elementType, _outputType > | |
| mtsStateTableFilterCommon (AccessorType *sa) | |
| ~mtsStateTableFilterCommon () | |
| bool | GetFiltered (const mtsStateIndex &when, _outputType &value) const |
| bool | GetLatestFiltered (_outputType &value) const |
| Public Member Functions inherited from mtsStateTableFilterBase | |
| mtsStateTableFilterBase () | |
| virtual | ~mtsStateTableFilterBase () |
Additional Inherited Members | |
| Protected Types inherited from mtsStateTableFilterCommon< _elementType, _outputType > | |
| typedef mtsStateTable::Accessor< _elementType > | AccessorType |
| typedef mtsGenericTypes< _elementType >::FinalType | FinalType |
| Protected Attributes inherited from mtsStateTableFilterCommon< _elementType, _outputType > | |
| AccessorType * | stateAccessor |
| typedef mtsStateTable::Accessor<_elementType> mtsStateTableFilter< _elementType, _outputType, _filterMethod >::AccessorType |
| mtsStateTableFilter< _elementType, _outputType, _filterMethod >::mtsStateTableFilter | ( | AccessorType * | sa, |
| _filterMethod | fm ) |
| mtsStateTableFilter< _elementType, _outputType, _filterMethod >::~mtsStateTableFilter | ( | ) |
|
virtual |