iCub-main
|
#include <particleFilter.h>
Public Member Functions | |
PARTICLEManager () | |
~PARTICLEManager () | |
void | setName (std::string module) |
bool | threadInit () |
void | threadRelease () |
void | run () |
Public Attributes | |
bool | shouldSend |
Definition at line 214 of file particleFilter.h.
PARTICLEManager::PARTICLEManager | ( | ) |
Definition at line 745 of file particleFilter.cpp.
PARTICLEManager::~PARTICLEManager | ( | ) |
Definition at line 750 of file particleFilter.cpp.
void PARTICLEManager::run | ( | ) |
Definition at line 781 of file particleFilter.cpp.
void PARTICLEManager::setName | ( | std::string | module | ) |
Definition at line 752 of file particleFilter.cpp.
bool PARTICLEManager::threadInit | ( | ) |
Definition at line 757 of file particleFilter.cpp.
void PARTICLEManager::threadRelease | ( | ) |
Definition at line 856 of file particleFilter.cpp.
bool PARTICLEManager::shouldSend |
Definition at line 236 of file particleFilter.h.