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 358 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 365 of file CAngularObservationMesh.h.
| void mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::operator() | ( | double | yaw | ) | [inline] |
Definition at line 366 of file CAngularObservationMesh.h.
const T& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::e [protected] |
Definition at line 361 of file CAngularObservationMesh.h.
const CPose3D& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::initial [protected] |
Definition at line 360 of file CAngularObservationMesh.h.
std::vector<char>& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::valid [protected] |
Definition at line 363 of file CAngularObservationMesh.h.
vector<double>& mrpt::opengl::CAngularObservationMesh::FTrace1D< T >::values [protected] |
Definition at line 362 of file CAngularObservationMesh.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |