#include <PoseFeatures.h>
Public Member Functions | |
| bool | find (int id, Pose &pose) |
| Find first PoseFeature with a specified id. | |
| bool | find (int id, Pose &pose, int &pos) |
| bool PoseFeatures::find | ( | int | id, | |
| Pose & | pose | |||
| ) |
Find first PoseFeature with a specified id.
| [in] | id | |
| [out] | &pose | If a PoseFeature with the requested id is, the pose is written here. |
| bool PoseFeatures::find | ( | int | id, | |
| Pose & | pose, | |||
| int & | pos | |||
| ) |
1.5.6