|
Point Cloud Library (PCL)
1.11.0
|
#include <pcl/tracking/impl/tracking.hpp>
Inheritance diagram for pcl::tracking::ParticleXYZR:
Collaboration diagram for pcl::tracking::ParticleXYZR:Public Member Functions | |
| ParticleXYZR () | |
| ParticleXYZR (float _x, float _y, float _z) | |
| ParticleXYZR (float _x, float _y, float _z, float, float _pitch, float) | |
| void | sample (const std::vector< double > &mean, const std::vector< double > &cov) |
| void | zero () |
| Eigen::Affine3f | toEigenMatrix () const |
| float | operator[] (unsigned int i) |
Static Public Member Functions | |
| static int | stateDimension () |
| static pcl::tracking::ParticleXYZR | toState (const Eigen::Affine3f &trans) |
Additional Inherited Members | |
Public Attributes inherited from pcl::tracking::_ParticleXYZR | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float roll | |
| float pitch | |
| float yaw | |
| float weight | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 219 of file tracking.hpp.
|
inline |
Definition at line 221 of file tracking.hpp.
|
inline |
Definition at line 227 of file tracking.hpp.
|
inline |
Definition at line 234 of file tracking.hpp.
|
inline |
Definition at line 283 of file tracking.hpp.
|
inline |
Definition at line 245 of file tracking.hpp.
References pcl::tracking::sampleNormal().
|
inlinestatic |
Definition at line 242 of file tracking.hpp.
|
inline |
Definition at line 267 of file tracking.hpp.
References pcl::getTransformation().
|
inlinestatic |
Definition at line 273 of file tracking.hpp.
References pcl::getTranslationAndEulerAngles().
|
inline |
Definition at line 256 of file tracking.hpp.