Internal functor class to trace a ray. More...

Public Member Functions | |
| FTrace1D (const T &s, const CPose3D &p, vector_double &v, std::vector< char > &v2) | |
| void | operator() (double yaw) |
Protected Attributes | |
| const CPose3D & | initial |
| const T & | e |
| vector< double > & | values |
| std::vector< char > & | valid |
Internal functor class to trace a ray.
Definition at line 355 of file CAngularObservationMesh.h.
| mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::FTrace1D | ( | const T & | s, | |
| const CPose3D & | p, | |||
| vector_double & | v, | |||
| std::vector< char > & | v2 | |||
| ) | [inline] |
Definition at line 362 of file CAngularObservationMesh.h.
| void mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::operator() | ( | double | yaw | ) | [inline] |
Definition at line 363 of file CAngularObservationMesh.h.
References mrpt::poses::CPose3D.
const T& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::e [protected] |
Definition at line 358 of file CAngularObservationMesh.h.
const CPose3D& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::initial [protected] |
Definition at line 357 of file CAngularObservationMesh.h.
std::vector<char>& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::valid [protected] |
Definition at line 360 of file CAngularObservationMesh.h.
vector<double>& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::values [protected] |
Definition at line 359 of file CAngularObservationMesh.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |