|
Point Cloud Library (PCL) 1.12.1
|
#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 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 228 of file tracking.hpp.
|
inline |
Definition at line 229 of file tracking.hpp.
Definition at line 235 of file tracking.hpp.
|
inline |
Definition at line 244 of file tracking.hpp.
Definition at line 300 of file tracking.hpp.
|
inline |
Definition at line 262 of file tracking.hpp.
References pcl::tracking::sampleNormal().
Definition at line 256 of file tracking.hpp.
|
inline |
Definition at line 284 of file tracking.hpp.
References pcl::getTransformation().
|
inlinestatic |
Definition at line 290 of file tracking.hpp.
References pcl::getTranslationAndEulerAngles().
|
inline |
Definition at line 273 of file tracking.hpp.