Definition at line 15 of file ConstrainedDetector.H.
Public Member Functions | |
| DetectorChainOperator (std::string name) | |
| ~DetectorChainOperator () | |
| void | initOperator () |
| void | runOperator (RobotObjects::RoleImage image, RobotObjects::RoleImage stereo) |
| void | runOperator (RobotObjects::RoleImage theimage) |
| void | quitOperator () |
Protected Attributes | |
| std::vector< RobotObjects::RobotObject * > | m_consumers |
| std::vector< ObjectDetector * > | m_detectorChain |
| DetectorChainOperator | ( | std::string | name | ) |
| void initOperator | ( | ) |
| void runOperator | ( | RobotObjects::RoleImage | image, | |
| RobotObjects::RoleImage | stereo | |||
| ) |
| void runOperator | ( | RobotObjects::RoleImage | theimage | ) |
| void quitOperator | ( | ) |
std::vector<RobotObjects::RobotObject *> m_consumers [protected] |
Definition at line 26 of file ConstrainedDetector.H.
std::vector<ObjectDetector *> m_detectorChain [protected] |
Definition at line 27 of file ConstrainedDetector.H.
1.5.1