#include <tracking.hpp>
Public Member Functions | |
| float | operator[] (unsigned int i) |
| ParticleXYR () | |
| ParticleXYR (float _x, float, float _z) | |
| ParticleXYR (float _x, float, float _z, float, float _pitch, float) | |
| void | sample (const std::vector< double > &mean, const std::vector< double > &cov) |
| Eigen::Affine3f | toEigenMatrix () const |
| void | zero () |
Static Public Member Functions | |
| static int | stateDimension () |
| static pcl::tracking::ParticleXYR | toState (const Eigen::Affine3f &trans) |
Definition at line 646 of file tracking.hpp.
| pcl::tracking::ParticleXYR::ParticleXYR | ( | ) | [inline] |
Definition at line 648 of file tracking.hpp.
| pcl::tracking::ParticleXYR::ParticleXYR | ( | float | _x, |
| float | , | ||
| float | _z | ||
| ) | [inline] |
Definition at line 654 of file tracking.hpp.
| pcl::tracking::ParticleXYR::ParticleXYR | ( | float | _x, |
| float | , | ||
| float | _z, | ||
| float | , | ||
| float | _pitch, | ||
| float | |||
| ) | [inline] |
Definition at line 661 of file tracking.hpp.
| float pcl::tracking::ParticleXYR::operator[] | ( | unsigned int | i | ) | [inline] |
Definition at line 710 of file tracking.hpp.
| void pcl::tracking::ParticleXYR::sample | ( | const std::vector< double > & | mean, |
| const std::vector< double > & | cov | ||
| ) | [inline] |
Definition at line 672 of file tracking.hpp.
| static int pcl::tracking::ParticleXYR::stateDimension | ( | ) | [inline, static] |
Definition at line 669 of file tracking.hpp.
| Eigen::Affine3f pcl::tracking::ParticleXYR::toEigenMatrix | ( | ) | const [inline] |
Definition at line 694 of file tracking.hpp.
| static pcl::tracking::ParticleXYR pcl::tracking::ParticleXYR::toState | ( | const Eigen::Affine3f & | trans | ) | [inline, static] |
Definition at line 700 of file tracking.hpp.
| void pcl::tracking::ParticleXYR::zero | ( | ) | [inline] |
Definition at line 683 of file tracking.hpp.