Internal functor class to trace a ray.
Public Member Functions | |
| FTrace1D (const T &s, const CPose3D &p, std::vector< double > &v, std::vector< char > &v2) | |
| void | operator() (double yaw) |
Protected Attributes | |
| const CPose3D & | initial |
| const T & | e |
| std::vector< double > & | values |
| std::vector< char > & | valid |
| mrpt::opengl::CAngularObservationMesh::FTrace1D::FTrace1D | ( | const T & | s, |
| const CPose3D & | p, | ||
| std::vector< double > & | v, | ||
| std::vector< char > & | v2 | ||
| ) | [inline] |
Definition at line 369 of file CAngularObservationMesh.h.
| void mrpt::opengl::CAngularObservationMesh::FTrace1D::operator() | ( | double | yaw | ) | [inline] |
Definition at line 370 of file CAngularObservationMesh.h.
const T& mrpt::opengl::CAngularObservationMesh::FTrace1D::e [protected] |
Definition at line 365 of file CAngularObservationMesh.h.
const CPose3D& mrpt::opengl::CAngularObservationMesh::FTrace1D::initial [protected] |
Definition at line 364 of file CAngularObservationMesh.h.
std::vector<char>& mrpt::opengl::CAngularObservationMesh::FTrace1D::valid [protected] |
Definition at line 367 of file CAngularObservationMesh.h.
std::vector<double>& mrpt::opengl::CAngularObservationMesh::FTrace1D::values [protected] |
Definition at line 366 of file CAngularObservationMesh.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |