#include <classifier.h>
Nevrax France
Definition at line 113 of file classifier.h.
Public Member Functions | |
| CCSPerception () | |
| virtual | ~CCSPerception () |
Data Fields | |
| TSensorMap | NoTargetSensors |
| Sensors with no target Id. | |
| std::map< TTargetId, TSensorMap > | TargetSensors |
| Sensors with a target (defined by an uint64) Id. | |
|
|
Definition at line 746 of file classifier.cpp.
00747 {
00748 ;
00749 }
|
|
|
Definition at line 751 of file classifier.cpp.
00752 {
00753 ;
00754 }
|
|
|
Sensors with no target Id.
Definition at line 120 of file classifier.h. Referenced by NLAINIMAT::CMHiCSagent::getDebugString(), and NLAINIMAT::CClassifierSystem::updateNoTargetSensors(). |
|
|
Sensors with a target (defined by an uint64) Id.
Definition at line 122 of file classifier.h. Referenced by NLAINIMAT::CMHiCSagent::getDebugString(), NLAINIMAT::CClassifierSystem::selectBehavior(), and NLAINIMAT::CClassifierSystem::updateTargetSensors(). |
1.3.6